You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We discussed this before and the only reason we didn't do it is that S3 is only one of the remote state backends supported. We may have to think through what to do for the other types of backends, such consul, google cloud storage, etcd, and so on.
That said, I think we could implement these on a one-by-one basis, so I'd gladly welcome a PR that created the S3 bucket automatically with versioning and proper ACLs.
Similar to how it verifies existence of dynamodb lock table and create it if it does not exist.
I think it should create versioned S3 bucket (default,
acl=private
) whenremote_state
section is defined.The text was updated successfully, but these errors were encountered: