Skip to content

Commit de371a7

Browse files
committed
Removed region
1 parent 6483055 commit de371a7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

terraform-eks/files/storage.tf

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
resource "aws_s3_bucket" "state" {
22
bucket = var.state_bucket
33
acl = "private"
4-
region = var.region
54
}
65

0 commit comments

Comments
 (0)