-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34547 from hashicorp/b-delete-unattached-netmgr-v…
…pc-attachment resource/aws_networkmanager_vpc_attachment: Allow deleting when not attached
- Loading branch information
Showing
11 changed files
with
743 additions
and
227 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
```release-note:bug | ||
resource/aws_networkmanager_vpc_attachment: Fixes error where VPC Attachments waiting for acceptance could not be deleted | ||
``` | ||
|
||
```release-note:bug | ||
resource/aws_networkmanager_vpc_attachment: Fixes error when modifying `options` fields while waiting for acceptance | ||
``` | ||
|
||
```release-note:bug | ||
resource/aws_networkmanager_attachment_accepter: Now revokes attachment on deletion for VPC Attachments | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Terraform AWS Provider NetworkManager Package | ||
# Terraform AWS Provider Network Manager Package | ||
|
||
This area is primarily for AWS provider contributors and maintainers. For information on _using_ Terraform and the AWS provider, see the links below. | ||
|
||
## Handy Links | ||
|
||
* [Find out about contributing](https://hashicorp.github.io/terraform-provider-aws/#contribute) to the AWS provider! | ||
* AWS Provider Docs: [Home](https://registry.terraform.io/providers/hashicorp/aws/latest/docs) | ||
* AWS Docs: [AWS SDK for Go NetworkManager](https://docs.aws.amazon.com/sdk-for-go/api/service/networkmanager/) | ||
* AWS Docs: [AWS SDK for Go Network Manager](https://docs.aws.amazon.com/sdk-for-go/api/service/networkmanager/) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.