-
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/aws_amplify_branch: fix forces replacement #34141
Conversation
Community NoteVoting for Prioritization
For Submitters
|
I found another bug. |
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=TestAccAmplify_serial/Branch' PKG=amplify
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/amplify/... -v -count 1 -parallel 20 -run=TestAccAmplify_serial/Branch -timeout 360m
=== RUN TestAccAmplify_serial
=== PAUSE TestAccAmplify_serial
=== CONT TestAccAmplify_serial
=== RUN TestAccAmplify_serial/Branch
=== RUN TestAccAmplify_serial/Branch/disappears
=== RUN TestAccAmplify_serial/Branch/tags
=== RUN TestAccAmplify_serial/Branch/BasicAuthCredentials
branch_test.go:150: Step 1/4 error: Check failed: Check 2/3 error: aws_amplify_branch.test: Attribute 'basic_auth_credentials' expected "dXNlcm5hbWUxOnBhc3N3b3JkMQ==", got "dXNlcm5hbWUxOk5nUmI0VW5IVytqQjkwZ2I4djJKUEE9PXx8MXRlRXByY1NBTmhMN1VQbGZ0QjZxMmduVmd5U0lXT3pldm1xR1hJZTBFND0="
=== RUN TestAccAmplify_serial/Branch/EnvironmentVariables
=== RUN TestAccAmplify_serial/Branch/OptionalArguments
=== RUN TestAccAmplify_serial/Branch/basic
--- FAIL: TestAccAmplify_serial (252.41s)
--- FAIL: TestAccAmplify_serial/Branch (252.41s)
--- PASS: TestAccAmplify_serial/Branch/disappears (27.82s)
--- PASS: TestAccAmplify_serial/Branch/tags (70.99s)
--- FAIL: TestAccAmplify_serial/Branch/BasicAuthCredentials (13.54s)
--- PASS: TestAccAmplify_serial/Branch/EnvironmentVariables (64.57s)
--- PASS: TestAccAmplify_serial/Branch/OptionalArguments (46.95s)
--- PASS: TestAccAmplify_serial/Branch/basic (28.54s)
FAIL
FAIL github.com/hashicorp/terraform-provider-aws/internal/service/amplify 258.431s
FAIL
make: *** [testacc] Error 1
Failure is unrelated to this change.
@naruse666 Thanks for the contribution 🎉 👏. |
This functionality has been released in v5.24.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
Unnecessary
ForceNew
are included atenable_performance_mode
.Relations
Closes #34130
References
ForceNew
isn't written in document.https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/amplify_branch#enable_performance_mode
Output from Acceptance Testing