i
bucket = "utility-tfstate"
encrypt = "true"
key = "utility/terraform.tfstate"
profile = "proj"
region = "eu-west-1"
Size: a a a
i
bucket = "utility-tfstate"
encrypt = "true"
key = "utility/terraform.tfstate"
profile = "proj"
region = "eu-west-1"
i
terraform {
backend "gcs" {}
}
i
AK
i
i
AC
AK
AK
i
i
AK
When using partial configuration, Terraform requires at a minimum that an empty backend configuration is specified in one of the root Terraform configuration filesчто мешает определить всю конфигурацию ( или ее статичные части) в одном из корневых файлов, как и написано?
i
When using partial configuration, Terraform requires at a minimum that an empty backend configuration is specified in one of the root Terraform configuration filesчто мешает определить всю конфигурацию ( или ее статичные части) в одном из корневых файлов, как и написано?
AK
Omitting certain arguments may be desirable to avoid storing secrets, such as access keys, within the main configuration. When some or all of the arguments are omitted, we call this a partial configuration.
With a partial configuration, the remaining configuration arguments must be provided as part of the initialization process
AK
i
AK
i
i
i