From dfce2de8ae00203b8fcdab8c755d64d749239509 Mon Sep 17 00:00:00 2001 From: Andrew S Date: Fri, 26 Nov 2021 14:22:21 +0600 Subject: [PATCH] doc: Changed License banner, added CI Status badge #225 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c3cc5931..9f28cbf5 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # Boilerplate for a basic AWS infrastructure with EKS cluster [![Developed by Mad Devs](https://maddevs.io/badge-dark.svg)](https://maddevs.io?utm_source=github&utm_medium=madboiler) -[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) +[![License](https://img.shields.io/github/license/maddevsio/aws-eks-base)](https://github.com/maddevsio/aws-eks-base/blob/main/LICENSE.md) +[![CI Status](https://github.com/maddevsio/aws-eks-base/workflows/Terraform-ci/badge.svg)](https://github.com/maddevsio/aws-eks-base/actions) ## Advantages of this boilerplate @@ -265,7 +266,7 @@ $ cp terraform/layer1-aws/demo.tfvars.example terraform/layer1-aws/terraform.tfv > You can find all possible variables in each layer's Readme. #### Secrets -Some local variables expect [AWS Secrets Manager](https://console.aws.amazon.com/secretsmanager/home?region=us-east-1#!/home) secret with the pattern `/${local.name_wo_region}/infra/layer2-k8s`. +Some local variables expect [AWS Secrets Manager](https://console.aws.amazon.com/secretsmanager/home?region=us-east-1#!/home) secret with the pattern `/${local.name_wo_region}/infra/layer2-k8s`. > The secret `/${local.name_wo_region}/infra/layer2-k8s` must be pre-created before running `terraform apply`