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

Separate the remote configuration from the state #2759

Closed
rawkode opened this issue Jul 16, 2015 · 4 comments
Closed

Separate the remote configuration from the state #2759

rawkode opened this issue Jul 16, 2015 · 4 comments

Comments

@rawkode
Copy link

rawkode commented Jul 16, 2015

I would love to see the state and configuration separated, to allow for multiple people managing infrastructure with an S3 backend:

Using .gitignore to block .tfstate and adding .tfconfig with Terraform always pulling the remote state prior to an operation would provide much better collaborative experience.

# .tfconfig
{
    "version": 1,
    "serial": 1,
    "remote": {
        "type": "s3",
        "config": {
            "bucket": "bucket-name",
            "key": "platform"
        }
    }
}
@thegedge
Copy link
Contributor

#1964 is relevant here, I believe

@rawkode
Copy link
Author

rawkode commented Jul 16, 2015

It is - thanks for pointing that out. My searching skills failed me!

Cheers

@rawkode rawkode closed this as completed Jul 16, 2015
@thegedge
Copy link
Contributor

There are a lot of issues lingering around here, so no worries. I've skimmed through enough of them to sometimes recall the fact that one exists :)

@ghost
Copy link

ghost commented May 1, 2020

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.

@ghost ghost locked and limited conversation to collaborators May 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants