mach-composer-cli icon indicating copy to clipboard operation
mach-composer-cli copied to clipboard

Rename remote_state plugin to backend

Open tleguijt opened this issue 1 year ago • 1 comments

Rename plugin to backend 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

tleguijt avatar Sep 18 '23 15:09 tleguijt

We might also want to change remote_state to state as we also support local as an option. So then you get

terraform_config:
  state:
    backend: s3

Obviously we want this to be backwards compatible, so that means a lot of checks ;)

demeyerthom avatar Sep 27 '23 10:09 demeyerthom