diff --git a/README.md b/README.md index 6fc4d14..6db0b1c 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,10 @@ # Leverage Terraform Infrastructure Template (le-tf-infra-aws-template) ## Overview -This repository contains the Terraform configuration template files used by Leverage CLI during proyect creation. +This repository contains the Terraform configuration template files used by [Leverage CLI](https://pypi.org/project/leverage) during project creation. ## Documentation -For more information check out the [Binbash Leverage Official Documentation](https://leverage.binbash.co/concepts/. +For more information check out the [binbash Leverage Reference Architecture Official Documentation](https://leverage.binbash.co/concepts/.) --- diff --git a/template/build.env.template b/template/build.env.template index 5dd43eb..ab29616 100644 --- a/template/build.env.template +++ b/template/build.env.template @@ -5,4 +5,4 @@ PROJECT={{ short_name }} MFA_ENABLED={{ mfa_enabled | default("false") }} # Terraform -TERRAFORM_IMAGE_TAG={{ terraform_image_tag | default("1.1.9") }} +TERRAFORM_IMAGE_TAG={{ terraform_image_tag }}