parent
ec7f0f4c8e
commit
5dd9b6b01c
1 changed files with 12 additions and 15 deletions
27
terraform.tf
27
terraform.tf
|
@ -28,19 +28,16 @@ terraform {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
# backend "s3" {
|
backend "s3" {
|
||||||
# bucket = "terraform"
|
bucket = "techinc-iac"
|
||||||
# key = "ti-iac.tfstate"
|
key = "terraform.tfstate"
|
||||||
# profile = "techinc-tf"
|
profile = "techinc-iac"
|
||||||
# shared_credentials_files = ["~/.aws/credentials"]
|
shared_credentials_files = ["~/.aws/credentials"]
|
||||||
# endpoints = {
|
region = "" # Region validation will be skipped
|
||||||
# s3 = "http://california.ti:9000"
|
skip_credentials_validation = true # Skip AWS related checks and validations
|
||||||
# }
|
skip_requesting_account_id = true
|
||||||
# region = "main" # Region validation will be skipped
|
skip_metadata_api_check = true
|
||||||
# skip_credentials_validation = true # Skip AWS related checks and validations
|
skip_region_validation = true
|
||||||
# skip_requesting_account_id = true
|
use_path_style = false
|
||||||
# skip_metadata_api_check = true
|
}
|
||||||
# skip_region_validation = true
|
|
||||||
# use_path_style = true # Enable path-style S3 URLs (https://<HOST>/<BUCKET> https://developer.hashicorp.com/terraform/language/settings/backends/s3#use_path_style
|
|
||||||
# }
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue