alt-dima / tofugu

Infrastructure layers configuration orchestrator for OpenTofu or Terraform
Apache License 2.0
3 stars 0 forks source link

Support any (almost) dynamic configuration for tfstate backed #12

Closed alt-dima closed 5 months ago

alt-dima commented 5 months ago

Currently only S3 backend is supported With minimal config in tf-code

terraform {
  backend "s3" {}
}

Other S3-required parameters dynamicly set by TofuGu: from tofugu config:

  s3_bucket_name: default-tfstates
  s3_bucket_region: us-east-2

Generated on execution:

s3_bucket_ket: dynamic/path

In this issue should add/change tofugu to suppport at least Google Cloud storage (backend "gcs" {})