Closed Tomperez98 closed 1 year ago
you should probably pin your version since v4 was released recently, or look at the changes made in v4 and align your code accordingly https://github.com/terraform-aws-modules/terraform-aws-vpc/blob/master/UPGRADE-4.0.md
This solved this
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
I cannot enable_ipv6 in my VPC with the configuration I used to have.
I get
But this wasn't happening before.
If your request is for a new feature, please use the
Feature request
template.⚠️ 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
Module version [Required]:
Terraform version:
provider registry.terraform.io/hashicorp/aws v4.64.0
Your version of Terraform is out of date! The latest version is 1.4.6. You can update by downloading from https://www.terraform.io/downloads.html
Steps to reproduce the behavior:
Expected behavior
To create the VPC as it was doing before
Actual behavior
Triggers and error
Terminal Output Screenshot(s)
Additional context
What am I missing