Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement | Improve README #43

Merged
merged 2 commits into from
May 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 }}
Loading