Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
7 lines
172 B
HCL
7 lines
172 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "terraform-aws-bucket"
|
|
key = "backend/aws-bucket/terraform.tfstate"
|
|
region = "eu-north-1"
|
|
}
|
|
} |