Skip to content

Commit

Permalink
r/aws_vpc_ipam_pool: Change publicly_advertisable to ForceNew.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Oct 8, 2024
1 parent ab054c2 commit 749e16d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .changelog/39600.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
resource/aws_vpc_ipam_pool: Fix `InvalidParameterCombination: The request can only contain PubliclyAdvertisable if the AddressFamily is IPv6 and PublicIpSource is byoip` errors
```

```release-note:bug
resource/aws_vpc_ipam_pool: Change `publicly_advertisable` to [ForceNew](https://developer.hashicorp.com/terraform/plugin/sdkv2/schemas/schema-behaviors#forcenew)
```

```release-note:enhancement
resource/aws_vpc_ipam: Add `enable_private_gua` argument
```
Expand Down
1 change: 1 addition & 0 deletions internal/service/ec2/ipam_pool.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ func resourceIPAMPool() *schema.Resource {
"publicly_advertisable": {
Type: schema.TypeBool,
Optional: true,
ForceNew: true,
},
"source_ipam_pool_id": {
Type: schema.TypeString,
Expand Down

0 comments on commit 749e16d

Please sign in to comment.