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

[Feature Request] Azure history storage #21

Open
elliotpryde opened this issue Apr 13, 2021 · 1 comment · May be fixed by #173
Open

[Feature Request] Azure history storage #21

elliotpryde opened this issue Apr 13, 2021 · 1 comment · May be fixed by #173

Comments

@elliotpryde
Copy link

AWS is the primary cloud provider for a lot of Terraform users, but for many others it's Azure. It would be a lot easier for those people to start using this tool if we were able to use an Azure blob to store history, similar to the Terraform azurerm backend.

If we don't want to set up an AWS account and include more credentials in our CI then the only other option is the local storage option. A local storage backend won't help if you use ephemeral CI agents, or even if you just have more than one and don't want to set up some sort of remote mounted filesystem.

@minamijoyo
Copy link
Owner

Sounds good. 😄 The history storage interface is designed to be easily extensible if you are familiar with cloud provider APIs. For example, the S3Storage implementation is as follows:
https://github.com/minamijoyo/tfmigrate/blob/v0.2.3/history/storage_s3.go

I would be happy to review it if anyone implements it.

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

Successfully merging a pull request may close this issue.

2 participants