Skip to content

Commit

Permalink
Enhancement | Improve README (#43)
Browse files Browse the repository at this point in the history
* Remove deprecated default

* Links and typo
  • Loading branch information
angelofenoglio authored May 7, 2024
1 parent 2ab3044 commit 4f344b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/.)

---
2 changes: 1 addition & 1 deletion template/build.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 4f344b5

Please sign in to comment.