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

Configuring tags don't apply to the MWAA assets created #15

Open
ricsue-aws opened this issue Jun 28, 2022 · 1 comment
Open

Configuring tags don't apply to the MWAA assets created #15

ricsue-aws opened this issue Jun 28, 2022 · 1 comment
Labels
question Further information is requested

Comments

@ricsue-aws
Copy link
Contributor

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.

@vara-bonthu
Copy link
Collaborator

@ricsue-aws Is this still a valid issue? tags variable is already added to the

tags = var.tags
mwaa resource.

@vara-bonthu vara-bonthu added the question Further information is requested label May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants