19 lines
718 B
Terraform
19 lines
718 B
Terraform
|
# Generated by Terragrunt. Sig: nIlQXj57tbuaRZEa
|
||
|
terraform {
|
||
|
backend "s3" {
|
||
|
bucket = "terraform-state-terranix-website"
|
||
|
encrypt = false
|
||
|
endpoint = "http://s3.chungus.private"
|
||
|
force_path_style = true
|
||
|
iam_endpoint = "http://s3.chungus.private"
|
||
|
key = "namecheap/terraform.tfstate"
|
||
|
region = "home"
|
||
|
skip_credentials_validation = true
|
||
|
skip_metadata_api_check = true
|
||
|
skip_region_validation = true
|
||
|
skip_requesting_account_id = true
|
||
|
skip_s3_checksum = true
|
||
|
sts_endpoint = "http://s3.chunugs.private"
|
||
|
}
|
||
|
}
|