-
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
r/neptune_cluster - add copy_snapshot_to_tags
and refactor to use waiters
#19899
r/neptune_cluster - add copy_snapshot_to_tags
and refactor to use waiters
#19899
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.
LGTM 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSNeptuneCluster_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSNeptuneCluster_ -timeout 180m
=== RUN TestAccAWSNeptuneCluster_basic
=== PAUSE TestAccAWSNeptuneCluster_basic
=== RUN TestAccAWSNeptuneCluster_copyTagsToSnapshot
=== PAUSE TestAccAWSNeptuneCluster_copyTagsToSnapshot
=== RUN TestAccAWSNeptuneCluster_namePrefix
=== PAUSE TestAccAWSNeptuneCluster_namePrefix
=== RUN TestAccAWSNeptuneCluster_takeFinalSnapshot
=== PAUSE TestAccAWSNeptuneCluster_takeFinalSnapshot
=== RUN TestAccAWSNeptuneCluster_tags
=== PAUSE TestAccAWSNeptuneCluster_tags
=== RUN TestAccAWSNeptuneCluster_updateIamRoles
=== PAUSE TestAccAWSNeptuneCluster_updateIamRoles
=== RUN TestAccAWSNeptuneCluster_kmsKey
=== PAUSE TestAccAWSNeptuneCluster_kmsKey
=== RUN TestAccAWSNeptuneCluster_encrypted
=== PAUSE TestAccAWSNeptuneCluster_encrypted
=== RUN TestAccAWSNeptuneCluster_backupsUpdate
=== PAUSE TestAccAWSNeptuneCluster_backupsUpdate
=== RUN TestAccAWSNeptuneCluster_iamAuth
=== PAUSE TestAccAWSNeptuneCluster_iamAuth
=== RUN TestAccAWSNeptuneCluster_updateCloudwatchLogsExports
=== PAUSE TestAccAWSNeptuneCluster_updateCloudwatchLogsExports
=== RUN TestAccAWSNeptuneCluster_deleteProtection
=== PAUSE TestAccAWSNeptuneCluster_deleteProtection
=== RUN TestAccAWSNeptuneCluster_disappears
=== PAUSE TestAccAWSNeptuneCluster_disappears
=== CONT TestAccAWSNeptuneCluster_basic
=== CONT TestAccAWSNeptuneCluster_encrypted
=== CONT TestAccAWSNeptuneCluster_disappears
=== CONT TestAccAWSNeptuneCluster_updateCloudwatchLogsExports
=== CONT TestAccAWSNeptuneCluster_iamAuth
=== CONT TestAccAWSNeptuneCluster_takeFinalSnapshot
=== CONT TestAccAWSNeptuneCluster_tags
=== CONT TestAccAWSNeptuneCluster_kmsKey
=== CONT TestAccAWSNeptuneCluster_namePrefix
=== CONT TestAccAWSNeptuneCluster_backupsUpdate
=== CONT TestAccAWSNeptuneCluster_updateIamRoles
=== CONT TestAccAWSNeptuneCluster_copyTagsToSnapshot
=== CONT TestAccAWSNeptuneCluster_deleteProtection
--- PASS: TestAccAWSNeptuneCluster_namePrefix (144.52s)
--- PASS: TestAccAWSNeptuneCluster_iamAuth (161.84s)
--- PASS: TestAccAWSNeptuneCluster_basic (162.25s)
--- PASS: TestAccAWSNeptuneCluster_encrypted (162.29s)
--- PASS: TestAccAWSNeptuneCluster_kmsKey (164.44s)
--- PASS: TestAccAWSNeptuneCluster_disappears (175.22s)
--- PASS: TestAccAWSNeptuneCluster_tags (185.24s)
--- PASS: TestAccAWSNeptuneCluster_backupsUpdate (205.84s)
--- PASS: TestAccAWSNeptuneCluster_updateIamRoles (210.50s)
--- PASS: TestAccAWSNeptuneCluster_takeFinalSnapshot (225.08s)
--- PASS: TestAccAWSNeptuneCluster_updateCloudwatchLogsExports (232.74s)
--- PASS: TestAccAWSNeptuneCluster_copyTagsToSnapshot (270.12s)
--- PASS: TestAccAWSNeptuneCluster_deleteProtection (271.52s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 276.680s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSNeptuneCluster_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSNeptuneCluster_ -timeout 180m
=== RUN TestAccAWSNeptuneCluster_basic
=== PAUSE TestAccAWSNeptuneCluster_basic
=== RUN TestAccAWSNeptuneCluster_copyTagsToSnapshot
=== PAUSE TestAccAWSNeptuneCluster_copyTagsToSnapshot
=== RUN TestAccAWSNeptuneCluster_namePrefix
=== PAUSE TestAccAWSNeptuneCluster_namePrefix
=== RUN TestAccAWSNeptuneCluster_takeFinalSnapshot
=== PAUSE TestAccAWSNeptuneCluster_takeFinalSnapshot
=== RUN TestAccAWSNeptuneCluster_tags
=== PAUSE TestAccAWSNeptuneCluster_tags
=== RUN TestAccAWSNeptuneCluster_updateIamRoles
=== PAUSE TestAccAWSNeptuneCluster_updateIamRoles
=== RUN TestAccAWSNeptuneCluster_kmsKey
=== PAUSE TestAccAWSNeptuneCluster_kmsKey
=== RUN TestAccAWSNeptuneCluster_encrypted
=== PAUSE TestAccAWSNeptuneCluster_encrypted
=== RUN TestAccAWSNeptuneCluster_backupsUpdate
=== PAUSE TestAccAWSNeptuneCluster_backupsUpdate
=== RUN TestAccAWSNeptuneCluster_iamAuth
=== PAUSE TestAccAWSNeptuneCluster_iamAuth
=== RUN TestAccAWSNeptuneCluster_updateCloudwatchLogsExports
=== PAUSE TestAccAWSNeptuneCluster_updateCloudwatchLogsExports
=== RUN TestAccAWSNeptuneCluster_deleteProtection
=== PAUSE TestAccAWSNeptuneCluster_deleteProtection
=== RUN TestAccAWSNeptuneCluster_disappears
=== PAUSE TestAccAWSNeptuneCluster_disappears
=== CONT TestAccAWSNeptuneCluster_basic
=== CONT TestAccAWSNeptuneCluster_encrypted
=== CONT TestAccAWSNeptuneCluster_tags
=== CONT TestAccAWSNeptuneCluster_kmsKey
=== CONT TestAccAWSNeptuneCluster_deleteProtection
=== CONT TestAccAWSNeptuneCluster_backupsUpdate
=== CONT TestAccAWSNeptuneCluster_namePrefix
=== CONT TestAccAWSNeptuneCluster_iamAuth
=== CONT TestAccAWSNeptuneCluster_copyTagsToSnapshot
=== CONT TestAccAWSNeptuneCluster_takeFinalSnapshot
=== CONT TestAccAWSNeptuneCluster_updateIamRoles
=== CONT TestAccAWSNeptuneCluster_updateCloudwatchLogsExports
=== CONT TestAccAWSNeptuneCluster_disappears
--- PASS: TestAccAWSNeptuneCluster_disappears (123.26s)
--- PASS: TestAccAWSNeptuneCluster_iamAuth (139.29s)
--- PASS: TestAccAWSNeptuneCluster_encrypted (149.79s)
--- PASS: TestAccAWSNeptuneCluster_kmsKey (152.20s)
--- PASS: TestAccAWSNeptuneCluster_namePrefix (155.80s)
--- PASS: TestAccAWSNeptuneCluster_basic (158.61s)
--- PASS: TestAccAWSNeptuneCluster_updateIamRoles (177.83s)
--- PASS: TestAccAWSNeptuneCluster_backupsUpdate (192.48s)
--- PASS: TestAccAWSNeptuneCluster_tags (217.31s)
--- PASS: TestAccAWSNeptuneCluster_takeFinalSnapshot (220.12s)
--- PASS: TestAccAWSNeptuneCluster_updateCloudwatchLogsExports (239.56s)
--- PASS: TestAccAWSNeptuneCluster_deleteProtection (258.25s)
--- PASS: TestAccAWSNeptuneCluster_copyTagsToSnapshot (260.34s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 263.444s
This functionality has been released in v3.47.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! |
It would be great to rename this to copy_tags_to_snapshot to avoid confusion. |
@uadev The new argument is named |
Don’t drink and code…
…On Tue, 13 Jul 2021 at 22:05 Kit Ewbank ***@***.***> wrote:
@uadev <https://github.com/uadev> The new argument *is* named
copy_tags_to_snapshot 😄. It looks like a typo in the PR title and
Release Notes (which I will fix).
Thanks.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#19899 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AIA2W7UHAYAI4XMA3BKQJSLTXSE6DANCNFSM467JUHSA>
.
|
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 #19835
Output from acceptance testing: