-
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
aws route53recoveryreadiness add new resources #20526
aws route53recoveryreadiness add new resources #20526
Conversation
Appears I didn't terrafmt the web docs. Rev inc |
I'm clearly having issues running |
Two of the acceptance tests initially failed in
|
9a10af4
to
59f7bd8
Compare
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 good! 🎉
I made a few minor changes.
Output from acceptance tests (us-west-2
):
--- PASS: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_disappears (28.64s)
--- PASS: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_timeout (33.61s)
--- PASS: TestAccAwsRoute53RecoveryReadinessResourceSet_basic (34.58s)
--- PASS: TestAccAwsRoute53RecoveryReadinessReadinessCheck_timeout (37.89s)
--- PASS: TestAccAwsRoute53RecoveryReadinessCell_basic (38.10s)
--- PASS: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_basic (38.54s)
--- PASS: TestAccAwsRoute53RecoveryReadinessResourceSet_basicDNSTargetResource (38.63s)
--- PASS: TestAccAwsRoute53RecoveryReadinessCell_timeout (40.74s)
--- PASS: TestAccAwsRoute53RecoveryReadinessReadinessCheck_disappears (42.75s)
--- PASS: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_nestedCell (51.00s)
--- PASS: TestAccAwsRoute53RecoveryReadinessResourceSet_dnsTargetResourceR53Target (52.24s)
--- PASS: TestAccAwsRoute53RecoveryReadinessResourceSet_disappears (52.67s)
--- PASS: TestAccAwsRoute53RecoveryReadinessResourceSet_readinessScope (53.16s)
--- PASS: TestAccAwsRoute53RecoveryReadinessResourceSet_timeout (53.44s)
--- PASS: TestAccAwsRoute53RecoveryReadinessCell_disappears (29.39s)
--- PASS: TestAccAwsRoute53RecoveryReadinessCell_tags (65.53s)
--- PASS: TestAccAwsRoute53RecoveryReadinessResourceSet_tags (71.42s)
--- PASS: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_tags (73.76s)
--- PASS: TestAccAwsRoute53RecoveryReadinessReadinessCheck_basic (76.41s)
--- PASS: TestAccAwsRoute53RecoveryReadinessCell_nestedCell (50.02s)
--- PASS: TestAccAwsRoute53RecoveryReadinessReadinessCheck_tags (88.92s)
--- PASS: TestAccAwsRoute53RecoveryReadinessResourceSet_dnsTargetResourceNLBTarget (234.53s)
Output from acceptance test (GovCloud
):
--- SKIP: TestAccAwsRoute53RecoveryReadinessCell_basic (25.35s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessCell_disappears (22.15s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessCell_nestedCell (19.27s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessCell_tags (23.14s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessCell_timeout (29.00s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessReadinessCheck_basic (25.67s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessReadinessCheck_disappears (23.57s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessReadinessCheck_tags (26.15s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessReadinessCheck_timeout (22.99s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_basic (22.34s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_disappears (25.17s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_nestedCell (27.24s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_tags (27.55s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessRecoveryGroup_timeout (20.68s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessResourceSet_basic (25.26s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessResourceSet_basicDNSTargetResource (23.60s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessResourceSet_disappears (26.81s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessResourceSet_dnsTargetResourceNLBTarget (22.48s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessResourceSet_dnsTargetResourceR53Target (23.92s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessResourceSet_readinessScope (28.50s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessResourceSet_tags (20.31s)
--- SKIP: TestAccAwsRoute53RecoveryReadinessResourceSet_timeout (18.78s)
This functionality has been released in v3.56.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. Thank you! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #20525
Closes #20384
Output from acceptance testing: