-
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
Add basic implementation for remote state on azure #7064
Conversation
|
@Bowbaq this is fantastic! Thanks - just reviewing and testing this now :) |
@Bowbaq is there any reason this was called MAS? |
ok, this looks great. I am going to merge. We are going to rename this to be azure as the storage backend as this goes with the provider work atm |
Looked like the storage solution in azure is called On Friday, June 10, 2016, Paul Stack notifications@github.com wrote:
|
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. |
This adds a new
azure
backend for storing the state remotely. This assumes the resource group, storage account & container already exist. Credentials are either read from the same environment variables as theazurerm
provider, or from the backend configuration.Tested locally, seems to work fine:
Todo