Some checks failed
Terraform Apply / Terraform Apply (push) Failing after 12s
8 lines
212 B
HCL
8 lines
212 B
HCL
terraform {
|
|
backend "s3" {
|
|
bucket = "terraform-aws-bucket"
|
|
key = "backend/aws-bucket/terraform.tfstate"
|
|
region = "eu-north-1"
|
|
role_arn = "arn:aws:iam::681214183695:user/terraform"
|
|
}
|
|
} |