-
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
New Resource: aws_lightsail_distribution
#30124
New Resource: aws_lightsail_distribution
#30124
Conversation
Community NoteVoting for Prioritization
For Submitters
|
…_address_type tests
aws_lightsail_distribution
aws_lightsail_distribution
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 🚀.
% AWS_DEFAULT_REGION=us-east-1 make testacc TESTARGS='-run=TestAccLightsailDistribution_serial' PKG=lightsail
==> Checking that code complies with gofmt requirements...
TF_ACC=1 go test ./internal/service/lightsail/... -v -count 1 -parallel 20 -run=TestAccLightsailDistribution_serial -timeout 180m
=== RUN TestAccLightsailDistribution_serial
=== PAUSE TestAccLightsailDistribution_serial
=== CONT TestAccLightsailDistribution_serial
=== RUN TestAccLightsailDistribution_serial/distribution
=== RUN TestAccLightsailDistribution_serial/distribution/cache_behavior_settings
=== RUN TestAccLightsailDistribution_serial/distribution/default_cache_behavior
=== RUN TestAccLightsailDistribution_serial/distribution/ip_address_type
=== RUN TestAccLightsailDistribution_serial/distribution/tags
=== RUN TestAccLightsailDistribution_serial/distribution/basic
=== RUN TestAccLightsailDistribution_serial/distribution/disappears
=== RUN TestAccLightsailDistribution_serial/distribution/is_enabled
=== RUN TestAccLightsailDistribution_serial/distribution/cache_behavior
--- PASS: TestAccLightsailDistribution_serial (4712.13s)
--- PASS: TestAccLightsailDistribution_serial/distribution (4712.13s)
--- PASS: TestAccLightsailDistribution_serial/distribution/cache_behavior_settings (711.63s)
--- PASS: TestAccLightsailDistribution_serial/distribution/default_cache_behavior (687.45s)
--- PASS: TestAccLightsailDistribution_serial/distribution/ip_address_type (653.38s)
--- PASS: TestAccLightsailDistribution_serial/distribution/tags (359.86s)
--- PASS: TestAccLightsailDistribution_serial/distribution/basic (341.78s)
--- PASS: TestAccLightsailDistribution_serial/distribution/disappears (340.97s)
--- PASS: TestAccLightsailDistribution_serial/distribution/is_enabled (964.03s)
--- PASS: TestAccLightsailDistribution_serial/distribution/cache_behavior (653.01s)
PASS
ok github.com/hashicorp/terraform-provider-aws/internal/service/lightsail 4717.345s
This functionality has been released in v4.62.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
This pull request adds the new
aws_lightsail_distribution
resource and allows managing lightsail distributions with terraform.Relations
Closes #30011
References
Output from Acceptance Testing