7 lines
152 B
HCL
7 lines
152 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "company-s3-tfstate-bucket-eu-central-1"
|
|
region = "eu-central-1"
|
|
key = "s3-prod-mybucket-python-testing-1234999"
|
|
}
|
|
} |