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.
what
deployment_principal_arns
anddeployment_actions
s3_website_password_enabled
additional_bucket_policy
removed by Replaced old data.template_file to use latest aws provider and tf #141. Closes Variables in additional_bucket_policy are not substituted anymore #153why
website_enabled = true
. This was a breaking change, as before the S3 Website was public. Addings3_website_password_enabled
to make the Make S3 website private; add S3 origin #105 change optional and default it to false to retain backward compatibility.website_enabled
was not well documented. The code was quite confusing to follow due to conditionals scattered throughout.