-
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
New Resource: aws_amplify_backend_environment #11936
Conversation
This comment has been minimized.
This comment has been minimized.
fad95a0
to
dcbc3b5
Compare
dcbc3b5
to
0bc8527
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=TestAccAWSAmplify_serial/BackendEnvironment'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/BackendEnvironment -timeout 180m
=== RUN TestAccAWSAmplify_serial
=== RUN TestAccAWSAmplify_serial/BackendEnvironment
=== RUN TestAccAWSAmplify_serial/BackendEnvironment/basic
=== PAUSE TestAccAWSAmplify_serial/BackendEnvironment/basic
=== RUN TestAccAWSAmplify_serial/BackendEnvironment/disappears
=== PAUSE TestAccAWSAmplify_serial/BackendEnvironment/disappears
=== RUN TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName
=== PAUSE TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/basic
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/disappears
--- PASS: TestAccAWSAmplify_serial (20.67s)
--- PASS: TestAccAWSAmplify_serial/BackendEnvironment (0.00s)
--- PASS: TestAccAWSAmplify_serial/BackendEnvironment/disappears (19.88s)
--- PASS: TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName (20.56s)
--- PASS: TestAccAWSAmplify_serial/BackendEnvironment/basic (20.67s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 24.024s
GovCloud
% make testacc TEST=./aws TESTARGS='-run=TestAccAWSAmplify_serial/BackendEnvironment'
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./aws -v -count 1 -parallel 20 -run=TestAccAWSAmplify_serial/BackendEnvironment -timeout 180m
=== RUN TestAccAWSAmplify_serial
=== RUN TestAccAWSAmplify_serial/BackendEnvironment
=== RUN TestAccAWSAmplify_serial/BackendEnvironment/basic
=== PAUSE TestAccAWSAmplify_serial/BackendEnvironment/basic
=== RUN TestAccAWSAmplify_serial/BackendEnvironment/disappears
=== PAUSE TestAccAWSAmplify_serial/BackendEnvironment/disappears
=== RUN TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName
=== PAUSE TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/basic
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/disappears
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/basic
resource_aws_amplify_app_test.go:681: AWS Amplify is not supported in GovCloud partition
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/disappears
resource_aws_amplify_app_test.go:681: AWS Amplify is not supported in GovCloud partition
=== CONT TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName
resource_aws_amplify_app_test.go:681: AWS Amplify is not supported in GovCloud partition
--- PASS: TestAccAWSAmplify_serial (1.38s)
--- PASS: TestAccAWSAmplify_serial/BackendEnvironment (0.00s)
--- SKIP: TestAccAWSAmplify_serial/BackendEnvironment/basic (1.38s)
--- SKIP: TestAccAWSAmplify_serial/BackendEnvironment/disappears (1.38s)
--- SKIP: TestAccAWSAmplify_serial/BackendEnvironment/DeploymentArtifacts_StackName (1.38s)
PASS
ok github.com/terraform-providers/terraform-provider-aws/aws 4.810s
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
Relates #6917
AWS Amplify service client has been merged by #9874.
Before merging this PR, #11928 must be merged. After then, I'll run
git rebase
for this branch.Release note for CHANGELOG:
Output from acceptance testing: