You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
✋ I have searched the open/closed issues and my issue is not listed.
⚠️ Note
Before you submit an issue, please perform the following first:
Remove the local .terraform directory (! 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
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:
garym-krrv
changed the title
Unable to define a name on the aws_vpc_block_public_access_exclusion resource
Unable to define a Name tag on the aws_vpc_block_public_access_exclusion resource
Feb 12, 2025
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: