-
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
Implement aws_account_primary_contact #26123
Implement aws_account_primary_contact #26123
Conversation
efdb760
to
69664f1
Compare
6238b59
to
91ba54f
Compare
91ba54f
to
8795a5d
Compare
186e84b
to
196e82c
Compare
Hi, is there any updates on this or anything we can do to help speed this up? |
196e82c
to
7dc4423
Compare
7dc4423
to
8eb6912
Compare
# Conflicts: # internal/provider/provider.go
…ontactType' -> 'FindAlternateContactByTwoPartKey'.
% make testacc TESTARGS='-run=TestAccAccount_serial/AlternateContact' PKG=account ==> Checking that code complies with gofmt requirements... TF_ACC=1 go test ./internal/service/account/... -v -count 1 -parallel 20 -run=TestAccAccount_serial/AlternateContact -timeout 180m === RUN TestAccAccount_serial === PAUSE TestAccAccount_serial === CONT TestAccAccount_serial === RUN TestAccAccount_serial/AlternateContact === RUN TestAccAccount_serial/AlternateContact/basic === RUN TestAccAccount_serial/AlternateContact/disappears === RUN TestAccAccount_serial/AlternateContact/AccountID --- PASS: TestAccAccount_serial (79.60s) --- PASS: TestAccAccount_serial/AlternateContact (79.60s) --- PASS: TestAccAccount_serial/AlternateContact/basic (27.85s) --- PASS: TestAccAccount_serial/AlternateContact/disappears (12.20s) --- PASS: TestAccAccount_serial/AlternateContact/AccountID (39.54s) PASS ok github.com/hashicorp/terraform-provider-aws/internal/service/account 85.073s
… `helper/retry` package.
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=TestAccAccount_serial' PKG=account
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/account/... -v -count 1 -parallel 20 -run=TestAccAccount_serial -timeout 180m
=== RUN TestAccAccount_serial
=== PAUSE TestAccAccount_serial
=== CONT TestAccAccount_serial
=== RUN TestAccAccount_serial/AlternateContact
=== RUN TestAccAccount_serial/AlternateContact/basic
=== RUN TestAccAccount_serial/AlternateContact/disappears
=== RUN TestAccAccount_serial/AlternateContact/AccountID
=== RUN TestAccAccount_serial/PrimaryContact
=== RUN TestAccAccount_serial/PrimaryContact/basic
--- PASS: TestAccAccount_serial (105.69s)
--- PASS: TestAccAccount_serial/AlternateContact (78.25s)
--- PASS: TestAccAccount_serial/AlternateContact/basic (27.29s)
--- PASS: TestAccAccount_serial/AlternateContact/disappears (11.89s)
--- PASS: TestAccAccount_serial/AlternateContact/AccountID (39.07s)
--- PASS: TestAccAccount_serial/PrimaryContact (27.44s)
--- PASS: TestAccAccount_serial/PrimaryContact/basic (27.44s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/account 110.988s
testing: warning: no tests to run
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/account/retry 0.167s [no tests to run]
@kurtmc Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.66.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. |
Community Note
Closes #26077
Output from acceptance testing: