This commit is contained in:
7
state.tf
7
state.tf
@@ -1,7 +1,8 @@
|
|||||||
terraform {
|
terraform {
|
||||||
backend "s3" {
|
backend "s3" {
|
||||||
bucket = "terraform-aws-bucket"
|
bucket = "terraform-aws-bucket"
|
||||||
key = "backend/aws-bucket/terraform.tfstate"
|
key = "backend/aws-bucket/terraform.tfstate"
|
||||||
region = "eu-north-1"
|
region = "eu-north-1"
|
||||||
|
role_arn = "arn:aws:iam::681214183695:user/terraform"
|
||||||
}
|
}
|
||||||
}
|
}
|
Reference in New Issue
Block a user