-
Notifications
You must be signed in to change notification settings - Fork 0
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
Update Terraform cloudposse/cloudfront-s3-cdn/aws to v0.93.0 #46
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Terraform Format and Style 🖌
|
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
renovate
bot
force-pushed
the
renovate/cloudposse-cloudfront-s3-cdn-aws-0.x
branch
from
March 7, 2024 20:16
5714fae
to
a65cbcb
Compare
renovate
bot
changed the title
Update Terraform cloudposse/cloudfront-s3-cdn/aws to v0.92.1
Update Terraform cloudposse/cloudfront-s3-cdn/aws to v0.93.0
Mar 7, 2024
jbouse
approved these changes
Mar 11, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.92.0
->0.93.0
Release Notes
cloudposse/terraform-aws-cloudfront-s3-cdn (cloudposse/cloudfront-s3-cdn/aws)
v0.93.0
Compare Source
Fixed deprecated aws_s3_bucket attributes @andruccho (#293)
The following options were deprecated, and have either been updated, or replaced with the new necessary resources:
server_side_encryption_configuration
replaced withaws_s3_bucket_server_side_encryption_configuration
resourceversioning
replaced withaws_s3_bucket_versioning resource
cors_rule
replaced withaws_s3_bucket_cors_configuration resource
acl
replaced withaws_s3_bucket_acl resource
bucket_versioning
input addedPull request is almost the same with #266, exclude
override_json
replacedwith override_policy_documents
option, because for me it breakslogs
submodule behavior.I'm getting no deprecation warnings without this change (my
aws
provider version is5.30.0
).v0.92.1
Compare Source
🚀 Enhancements
Readme/example fix @samcrudge (#229)
what
S3 bucket as a failover origin' showed the s3_origins & origin_group as a map(any) rather than a list(map) causing builds to fail when using said example.
why
references
🤖 Automatic Updates
chore(deps): update terraform cloudposse/iam-role/aws to v0.19.0 (main) @renovate (#271)
This PR contains the following updates:
0.16.0
->0.19.0
Release Notes
cloudposse/terraform-aws-iam-role (cloudposse/iam-role/aws)
v0.19.0
Compare Source
IAM Role name length limit @​goruha (#​58)
what
why
Sync github @​max-lobur (#​54)
Rebuild github dir from the template
v0.18.0
Compare Source
v0.17.0
Compare Source
Update main.tf @​karinatitov (#​50)
have a chance to configure the name of the policy
what
why
git.io->cloudposse.tools update @​dylanbannon (#​46)
what and why
Change all references to
git.io/build-harness
intocloudposse.tools/build-harness
, sincegit.io
redirects will stop working on April 29th, 2022.References
v0.16.2
Compare Source
🚀 Enhancements
Add enabled check to data source @​nitrocode (#​45)
what
why
references
v0.16.1
Compare Source
🚀 Enhancements
Disabling all tags in all iam resources @​jamengual (#​44)
what
why
references
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.