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

Unable to assign IPv6 CID block to default VPC #4290

Closed
ewbankkit opened this issue Apr 20, 2018 · 3 comments
Closed

Unable to assign IPv6 CID block to default VPC #4290

ewbankkit opened this issue Apr 20, 2018 · 3 comments
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service.

Comments

@ewbankkit
Copy link
Contributor

ewbankkit commented Apr 20, 2018

I am unable to assign an IPv6 CIDR block to a region's default VPC:

resource "aws_default_vpc" "d" {
  assign_generated_ipv6_cidr_block = true
}
$ terraform plan
1 error(s) occurred:

* aws_default_vpc.d: "assign_generated_ipv6_cidr_block": this field cannot be set

An IPv6 CIDR block can be assigned via the AWS CLI or console.

@ewbankkit
Copy link
Contributor Author

This is because the aws_default_vpc.assign_generated_ipv6_cidr_block attribute is marked as "output-only": https://github.com/terraform-providers/terraform-provider-aws/blob/4e06a36422cac377c9c4f5fbd573954b857ef38f/aws/resource_aws_default_vpc.go#L28-L32

@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service. labels Apr 21, 2018
@ewbankkit
Copy link
Contributor Author

Closing in favor of #4959.

@ghost
Copy link

ghost commented Apr 5, 2020

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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Apr 5, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants