Closed bfqrst closed 1 year ago
if default_security_group_name
is not provided, it uses the pattern "${var.name}-default"
to signify that its the default SG of the var.name
VPC
Ah, cheers @bryantbiggs , I overlooked default_security_group_name
. Sorry for the noise.
No worries at all!
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Description
In v5.0.0 the terraform plan wants to append a
-default
to the name, even if a name is set.⚠️ Note
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
v5.0.0
v1.4.6
aws -> v5.1.0
Reproduction Code [Required]
Steps to reproduce the behavior:
Expected behavior
I expect the given name to be respected. In the full example this is set via a locals var.
Actual behavior
The terraform plan wants to append
-default
to the name.Terminal Output Screenshot(s)
Additional context