We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Rename plugin to backend since it avoids confusion with the MACH composer plugins, and is more in line with how terraform names it.
plugin
backend
We might also consider renaming the values itself;
aws
s3
gcp
gcs
The text was updated successfully, but these errors were encountered:
We might also want to change remote_state to state as we also support local as an option. So then you get
remote_state
state
local
terraform_config: state: backend: s3
Obviously we want this to be backwards compatible, so that means a lot of checks ;)
Sorry, something went wrong.
tleguijt
Successfully merging a pull request may close this issue.
Rename
plugin
tobackend
since it avoids confusion with the MACH composer plugins, and is more in line with how terraform names it.We might also consider renaming the values itself;
aws
->s3
gcp
->gcs
The text was updated successfully, but these errors were encountered: