mirror of
https://gitlab.sarex.io/infra/terraform-contour-mirror.git
synced 2026-08-06 02:31:35 +03:00
16 lines
539 B
HCL
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
|
|
}
|
|
}
|