-
- Notifications
You must be signed in to change notification settings - Fork 740
Description
Description
Please provide a clear and concise description of the issue you are encountering, your current setup, and what steps led up to the issue. If you can provide a reproduction, that will help tremendously.
Steps to reproduce the behavior:
When we began using the repo, we found that one of the resources is yet to be tag enabled. Hence when our internal projects were calling this repo, our custom tags were not being added in AWS. Please can you enable tags for the below.
Resource (In the 'terraform-aws-lambda -> modules -> docker-build -> main.tf' file): "aws_ecr_repository"
Resource name: "this"
Description : Request you to implement a map(string) variable called tags and ensure this is implemented for:
The ''aws_ecr_repository" resource with 'this' resource name
⚠️ Note
Before you submit an issue, please perform the following first:
- Remove the local
.terraformdirectory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/ - Re-initialize the project root to pull down modules:
terraform init - Re-attempt your terraform plan or apply and check if the issue still persists
Versions
- Terraform:
- Provider(s):
- Module:
Reproduction
Steps to reproduce the behavior: