-
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
resource/apprunner_service: add missing arguments in expansion methods #19471
resource/apprunner_service: add missing arguments in expansion methods #19471
Conversation
22edc59
to
16a1342
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.
LGTM 🚀.
Commercial
% make testacc TEST=./aws TESTARGS='-run=TestAccAwsAppRunnerService_'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAwsAppRunnerService_ -timeout 180m
=== RUN TestAccAwsAppRunnerService_ImageRepository_basic
=== PAUSE TestAccAwsAppRunnerService_ImageRepository_basic
=== RUN TestAccAwsAppRunnerService_ImageRepository_AutoScalingConfiguration
=== PAUSE TestAccAwsAppRunnerService_ImageRepository_AutoScalingConfiguration
=== RUN TestAccAwsAppRunnerService_ImageRepository_EncryptionConfiguration
=== PAUSE TestAccAwsAppRunnerService_ImageRepository_EncryptionConfiguration
=== RUN TestAccAwsAppRunnerService_ImageRepository_HealthCheckConfiguration
=== PAUSE TestAccAwsAppRunnerService_ImageRepository_HealthCheckConfiguration
=== RUN TestAccAwsAppRunnerService_ImageRepository_InstanceConfiguration
=== PAUSE TestAccAwsAppRunnerService_ImageRepository_InstanceConfiguration
=== RUN TestAccAwsAppRunnerService_ImageRepository_RuntimeEnvironmentVars
=== PAUSE TestAccAwsAppRunnerService_ImageRepository_RuntimeEnvironmentVars
=== RUN TestAccAwsAppRunnerService_disappears
=== PAUSE TestAccAwsAppRunnerService_disappears
=== RUN TestAccAwsAppRunnerService_tags
=== PAUSE TestAccAwsAppRunnerService_tags
=== CONT TestAccAwsAppRunnerService_ImageRepository_basic
=== CONT TestAccAwsAppRunnerService_ImageRepository_RuntimeEnvironmentVars
=== CONT TestAccAwsAppRunnerService_ImageRepository_HealthCheckConfiguration
=== CONT TestAccAwsAppRunnerService_disappears
=== CONT TestAccAwsAppRunnerService_ImageRepository_EncryptionConfiguration
=== CONT TestAccAwsAppRunnerService_ImageRepository_InstanceConfiguration
=== CONT TestAccAwsAppRunnerService_ImageRepository_AutoScalingConfiguration
=== CONT TestAccAwsAppRunnerService_tags
=== CONT TestAccAwsAppRunnerService_ImageRepository_InstanceConfiguration
resource_aws_apprunner_service_test.go:237: Step 1/5 error: Error running apply: exit status 1
2021/05/24 10:25:54 [DEBUG] Using modified User-Agent: Terraform/0.12.31 HashiCorp-terraform-exec/0.13.3
Error: error creating App Runner Service (tf-acc-test-6345267047958536322): InvalidRequestException: Error in assuming instance role arn:aws:iam::187416307283:role/tf-acc-test-6345267047958536322
on terraform_plugin_test.tf line 58, in resource "aws_apprunner_service" "test":
58: resource "aws_apprunner_service" "test" {
--- FAIL: TestAccAwsAppRunnerService_ImageRepository_InstanceConfiguration (10.89s)
--- PASS: TestAccAwsAppRunnerService_disappears (224.42s)
--- PASS: TestAccAwsAppRunnerService_ImageRepository_basic (259.18s)
--- PASS: TestAccAwsAppRunnerService_ImageRepository_RuntimeEnvironmentVars (260.84s)
--- PASS: TestAccAwsAppRunnerService_tags (264.25s)
--- PASS: TestAccAwsAppRunnerService_ImageRepository_AutoScalingConfiguration (372.04s)
--- PASS: TestAccAwsAppRunnerService_ImageRepository_EncryptionConfiguration (500.42s)
--- PASS: TestAccAwsAppRunnerService_ImageRepository_HealthCheckConfiguration (550.91s)
FAIL
FAIL github.com/terraform-providers/terraform-provider-aws/aws 554.630s
FAIL
make: *** [testacc] Error 1
Known failure addressed via #19483.
This has been released in version 3.43.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 pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Closes #19469
Output from acceptance testing (commercial):
Output from acceptance testing (gov cloud):