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