terraform-contour-mirror/live/backend.tf

16 lines
539 B
HCL

# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
terraform {
backend "s3" {
access_key = ""
bucket = "tfstate-terragrunt-stage"
endpoint = "storage.yandexcloud.net"
force_path_style = true
key = "./terraform.tfstate"
region = "ru-central1"
secret_key = ""
skip_credentials_validation = true
skip_metadata_api_check = true
skip_region_validation = true
}
}