We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the variables.tf, when configuring tags like the following
variable "tags" { description = "Default tags" default = {"env": "test", "service": "MWAA Apache AirFlow"} type = map(string) }
These will get applied to the VPC resources configured, but not the MWAA resources.
The text was updated successfully, but these errors were encountered:
@ricsue-aws Is this still a valid issue? tags variable is already added to the
terraform-aws-mwaa/main.tf
Line 27 in 89a882f
Sorry, something went wrong.
No branches or pull requests
In the variables.tf, when configuring tags like the following
These will get applied to the VPC resources configured, but not the MWAA resources.
The text was updated successfully, but these errors were encountered: