-
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
aws_apprunner_service observability_configuration_arn optional #28620
aws_apprunner_service observability_configuration_arn optional #28620
Conversation
Community NoteVoting for Prioritization
For Submitters
|
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 🚀.
% make testacc TESTARGS='-run=TestAccAppRunnerService_' PKG=apprunner ACCTEST_PARALLELISM=3
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/apprunner/... -v -count 1 -parallel 3 -run=TestAccAppRunnerService_ -timeout 180m
=== RUN TestAccAppRunnerService_ImageRepository_basic
=== PAUSE TestAccAppRunnerService_ImageRepository_basic
=== RUN TestAccAppRunnerService_ImageRepository_autoScaling
=== PAUSE TestAccAppRunnerService_ImageRepository_autoScaling
=== RUN TestAccAppRunnerService_ImageRepository_encryption
=== PAUSE TestAccAppRunnerService_ImageRepository_encryption
=== RUN TestAccAppRunnerService_ImageRepository_healthCheck
=== PAUSE TestAccAppRunnerService_ImageRepository_healthCheck
=== RUN TestAccAppRunnerService_ImageRepository_instance_NoInstanceRole
=== PAUSE TestAccAppRunnerService_ImageRepository_instance_NoInstanceRole
=== RUN TestAccAppRunnerService_ImageRepository_instance_Update
=== PAUSE TestAccAppRunnerService_ImageRepository_instance_Update
=== RUN TestAccAppRunnerService_ImageRepository_networkConfiguration
=== PAUSE TestAccAppRunnerService_ImageRepository_networkConfiguration
=== RUN TestAccAppRunnerService_ImageRepository_observabilityConfiguration
=== PAUSE TestAccAppRunnerService_ImageRepository_observabilityConfiguration
=== RUN TestAccAppRunnerService_ImageRepository_runtimeEnvironmentVars
=== PAUSE TestAccAppRunnerService_ImageRepository_runtimeEnvironmentVars
=== RUN TestAccAppRunnerService_disappears
=== PAUSE TestAccAppRunnerService_disappears
=== RUN TestAccAppRunnerService_tags
=== PAUSE TestAccAppRunnerService_tags
=== CONT TestAccAppRunnerService_ImageRepository_basic
=== CONT TestAccAppRunnerService_ImageRepository_networkConfiguration
=== CONT TestAccAppRunnerService_ImageRepository_healthCheck
--- PASS: TestAccAppRunnerService_ImageRepository_basic (301.50s)
=== CONT TestAccAppRunnerService_ImageRepository_encryption
--- PASS: TestAccAppRunnerService_ImageRepository_networkConfiguration (463.24s)
=== CONT TestAccAppRunnerService_ImageRepository_autoScaling
--- PASS: TestAccAppRunnerService_ImageRepository_healthCheck (556.06s)
=== CONT TestAccAppRunnerService_disappears
--- PASS: TestAccAppRunnerService_disappears (254.38s)
=== CONT TestAccAppRunnerService_tags
--- PASS: TestAccAppRunnerService_ImageRepository_encryption (550.76s)
=== CONT TestAccAppRunnerService_ImageRepository_instance_Update
--- PASS: TestAccAppRunnerService_ImageRepository_autoScaling (434.83s)
=== CONT TestAccAppRunnerService_ImageRepository_runtimeEnvironmentVars
--- PASS: TestAccAppRunnerService_tags (307.85s)
=== CONT TestAccAppRunnerService_ImageRepository_observabilityConfiguration
--- PASS: TestAccAppRunnerService_ImageRepository_runtimeEnvironmentVars (266.34s)
=== CONT TestAccAppRunnerService_ImageRepository_instance_NoInstanceRole
--- PASS: TestAccAppRunnerService_ImageRepository_instance_Update (458.98s)
--- PASS: TestAccAppRunnerService_ImageRepository_instance_NoInstanceRole (265.44s)
--- PASS: TestAccAppRunnerService_ImageRepository_observabilityConfiguration (640.98s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/apprunner 1767.321s
@bennylu2 Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.50.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. |
Description
Make
observability_configuration_arn
optionalRelations
Closes #27733
References
https://docs.aws.amazon.com/apprunner/latest/api/API_ServiceObservabilityConfiguration.html
Output from Acceptance Testing