-
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
add resource for aws_controltower_control #26990
add resource for aws_controltower_control #26990
Conversation
Community NoteVoting for Prioritization
For Submitters
|
a2df0ff
to
3bdfd79
Compare
address ci findings address ci findings address ci findings
3bdfd79
to
53f72d0
Compare
This PR adds a resource for aws_controltower_control, as described in #26612 |
Amazing! I was just looking for this feature today. |
They can be found here @mrwacky42 |
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 TESTS=TestAccControlTowerControl_serial PKG=controltower
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/controltower/... -v -count 1 -parallel 20 -run='TestAccControlTowerControl_serial' -timeout 180m
=== RUN TestAccControlTowerControl_serial
=== RUN TestAccControlTowerControl_serial/Control
=== RUN TestAccControlTowerControl_serial/Control/basic
=== RUN TestAccControlTowerControl_serial/Control/disappears
--- PASS: TestAccControlTowerControl_serial (440.40s)
--- PASS: TestAccControlTowerControl_serial/Control (440.40s)
--- PASS: TestAccControlTowerControl_serial/Control/basic (222.66s)
--- PASS: TestAccControlTowerControl_serial/Control/disappears (217.74s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/controltower 445.133s
@silvaalbert Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.40.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. |
Closes #26612
Dependent on #26975, #26978
References
Output from Acceptance Testing