Some checks failed
terraform validation / Terraform (push) Failing after 11s
7 lines
182 B
HCL
7 lines
182 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "tips-of-mine-terraform-bucket-backend"
|
|
key = "backend/aws-iam-account/terraform.tfstate"
|
|
region = "eu-north-1"
|
|
}
|
|
} |