-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
added appliance_mode_support argument/attribute #16159
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @philnichol 👋 Overall looks really good, just some minor things then we'll run the testing to verify everything. 👍
@@ -16,6 +16,10 @@ func dataSourceAwsEc2TransitGatewayVpcAttachment() *schema.Resource { | |||
Read: dataSourceAwsEc2TransitGatewayVpcAttachmentRead, | |||
|
|||
Schema: map[string]*schema.Schema{ | |||
"appliance_mode_support": { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs documentation in website/docs/d/ec2_transit_gateway_vpc_attachment.html.markdown
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good spot, completely forgot that! Have updated the doc
Co-authored-by: Brian Flad <bflad417@gmail.com>
…form-provider-aws into e-adding-appliance-mode
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks fantastic, thanks @philnichol 🚀
Output from acceptance testing (ignoring RAM-related failures):
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_ApplianceModeSupport (432.34s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_basic (424.94s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_disappears (408.65s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_DnsSupport (431.95s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_Ipv6Support (424.15s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_SubnetIds (547.74s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_Tags (427.05s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_TransitGatewayDefaultRouteTableAssociation (543.11s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_TransitGatewayDefaultRouteTableAssociationAndPropagationDisabled (305.43s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachment_TransitGatewayDefaultRouteTablePropagation (485.59s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachmentDataSource_Filter (370.83s)
--- PASS: TestAccAWSEc2TransitGatewayVpcAttachmentDataSource_ID (433.38s)
Cheers @bflad and thanks for the review! |
That was super fast - thank you both @philnichol and @bflad |
This has been released in version 3.15.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
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! |
Community Note
Closes #15936
Release note for CHANGELOG:
Output from acceptance testing:
Some of the acceptance tests failed locally since I don't have an AWS organization or multiple accounts to test this on, hoping if this looks good someone who has this available can run them to make sure it's all good?
Thanks in advance for your review!
Requires AWS SDK v1.35.18:
#15930