-
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_lightsail_certificate #25283
New Resource: aws_lightsail_certificate #25283
Conversation
- Add initial certificate resource
- Fix semgrep - updated tests for DomainValidaitonOptions
This pull request includes commits from #18663 to utilize the waiter. |
Resolved new merge conflicts. New test run:
|
Update code with recent changes to main
Rename functions to use required casing
Updated PR to resolve new conflicts. Passing tests:
|
fix casing of functions
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=TestAccLightsailCertificate_' PKG=lightsail ACCTEST_PARALLELISM=2
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/lightsail/... -v -count 1 -parallel 2 -run=TestAccLightsailCertificate_ -timeout 180m
=== RUN TestAccLightsailCertificate_basic
=== PAUSE TestAccLightsailCertificate_basic
=== RUN TestAccLightsailCertificate_subjectAlternativeNames
=== PAUSE TestAccLightsailCertificate_subjectAlternativeNames
=== RUN TestAccLightsailCertificate_DomainValidationOptions
=== PAUSE TestAccLightsailCertificate_DomainValidationOptions
=== RUN TestAccLightsailCertificate_tags
=== PAUSE TestAccLightsailCertificate_tags
=== RUN TestAccLightsailCertificate_disappears
=== PAUSE TestAccLightsailCertificate_disappears
=== CONT TestAccLightsailCertificate_basic
=== CONT TestAccLightsailCertificate_tags
--- PASS: TestAccLightsailCertificate_basic (41.15s)
=== CONT TestAccLightsailCertificate_disappears
--- PASS: TestAccLightsailCertificate_disappears (34.87s)
=== CONT TestAccLightsailCertificate_DomainValidationOptions
--- PASS: TestAccLightsailCertificate_tags (87.53s)
=== CONT TestAccLightsailCertificate_subjectAlternativeNames
--- PASS: TestAccLightsailCertificate_DomainValidationOptions (40.07s)
--- PASS: TestAccLightsailCertificate_subjectAlternativeNames (36.19s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lightsail 133.252s
@brittandeyoung Thanks for the contribution 🎉 👏. |
This functionality has been released in v4.36.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
Output from acceptance testing: