-
Notifications
You must be signed in to change notification settings - Fork 9.6k
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
Adding optional content field to s3_bucket_object #3200
Conversation
Thanks for doing this! I've been wishing for this for a while. I wrote some simple docs for this in zpatrick/terraform#1 . It'd also be great if you could run |
Docs for aws_s3_bucket content argument
Thanks, @apparentlymart ! |
When this could be released? We're badly in need for this. :) |
+1 - can this be merged ASAP, this would be so useful |
Optional "content" argument for "s3_bucket_object"
Update policies.html.md
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Added an optional field,
content
, for an easy way to pass things like rendered templates to s3:I also made
source
optional + conflicting withcontent
.