Skip to content
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

terragrunt should create s3 bucket, if it is not present #35

Closed
antonbabenko opened this issue Sep 28, 2016 · 1 comment
Closed

terragrunt should create s3 bucket, if it is not present #35

antonbabenko opened this issue Sep 28, 2016 · 1 comment
Labels
enhancement New feature or request

Comments

@antonbabenko
Copy link
Contributor

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) when remote_state section is defined.

@brikis98 brikis98 added enhancement New feature or request help wanted labels Sep 28, 2016
@brikis98
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants