-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
Unable to define a Name tag on the aws_vpc_block_public_access_exclusion resource #1169
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
Closed
1 task done
Comments
3 tasks
This issue has been automatically marked as stale because it has been open 30 days |
This is not stale. Pending PR approval |
Still not stale and requires approval |
This issue has been resolved in version 5.20.0 🎉 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Module 5.19.0 introduced the new feature of configuring aws_vpc_block_public_access_exclusion. However, the module does not allow you to set a name for each exclusion. It only takes var.tags into the resource. We need to be able to set the Name tag independantly
If your request is for a new feature, please use the
Feature request
template.Before you submit an issue, please perform the following first:
.terraform
directory (! ONLY if state is stored remotely, which hopefully you are following that best practice!):rm -rf .terraform/
terraform init
Versions
Module version [Required]: 5.19.0
Terraform version: 1.5.7
Provider version(s): 5.86.1
Reproduction Code [Required]
Expected behavior
To be able to pass in a Name Tag into the module to set on the AWS resource
Actual behavior
Unable to pass Name Tag
Additional context
Issue is on line 89 of main.tf
tags = var.tags
It does not account for adding a Name Tag as does the rest of the module
The text was updated successfully, but these errors were encountered: