-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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/budgets_budget - add arn attribute + plan time validations #13139
Conversation
Verified acceptance tests: $ make testacc TEST=./aws/ TESTARGS='-run=TestAccAWSBudgetsBudget_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws/ -v -count 1 -parallel 20 -run=TestAccAWSBudgetsBudget_ -timeout 120m
=== RUN TestAccAWSBudgetsBudget_basic
=== PAUSE TestAccAWSBudgetsBudget_basic
=== RUN TestAccAWSBudgetsBudget_prefix
=== PAUSE TestAccAWSBudgetsBudget_prefix
=== RUN TestAccAWSBudgetsBudget_notification
=== PAUSE TestAccAWSBudgetsBudget_notification
=== CONT TestAccAWSBudgetsBudget_basic
=== CONT TestAccAWSBudgetsBudget_notification
=== CONT TestAccAWSBudgetsBudget_prefix
--- PASS: TestAccAWSBudgetsBudget_prefix (35.78s)
--- PASS: TestAccAWSBudgetsBudget_basic (40.09s)
--- PASS: TestAccAWSBudgetsBudget_notification (117.23s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 117.278s |
added disappears test case |
a32ad75
to
f0d7b2a
Compare
f0d7b2a
to
5ae123f
Compare
…s_topic_arns` add arn attribute
…ypted and kms_key arguments (hashicorp#12066)" This reverts commit eb63cfb
…kms_encrypted and kms_key arguments (hashicorp#12066)"" This reverts commit 5ae123f4
025304b
to
575df9f
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, thank you, @DrFaust92 🚀
Output from acceptance testing in AWS Commercial:
--- PASS: TestAccAWSBudgetsBudget_disappears (8.81s)
--- PASS: TestAccAWSBudgetsBudget_prefix (18.83s)
--- PASS: TestAccAWSBudgetsBudget_basic (22.27s)
--- PASS: TestAccAWSBudgetsBudget_notification (64.76s)
Output from acceptance testing in AWS GovCloud (US):
--- SKIP: TestAccAWSBudgetsBudget_basic (1.38s)
--- SKIP: TestAccAWSBudgetsBudget_prefix (1.38s)
--- SKIP: TestAccAWSBudgetsBudget_disappears (1.38s)
--- SKIP: TestAccAWSBudgetsBudget_notification (1.38s)
…#13139 Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAWSBudgetsBudget_disappears (8.81s) --- PASS: TestAccAWSBudgetsBudget_prefix (18.83s) --- PASS: TestAccAWSBudgetsBudget_basic (22.27s) --- PASS: TestAccAWSBudgetsBudget_notification (64.76s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- SKIP: TestAccAWSBudgetsBudget_basic (1.38s) --- SKIP: TestAccAWSBudgetsBudget_prefix (1.38s) --- SKIP: TestAccAWSBudgetsBudget_disappears (1.38s) --- SKIP: TestAccAWSBudgetsBudget_notification (1.38s) ```
This has been released in version 3.28.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
Relates #13624
Relates #13826
Release note for CHANGELOG:
Output from acceptance testing: