Skip to content

Commit 80d4460

Browse files
committed
changed bucket name
1 parent 5f002c4 commit 80d4460

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

s3.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// SPDX-License-Identifier: MIT-0
33

44
resource "aws_s3_bucket" "this" {
5-
bucket = "${data.aws_caller_identity.current.account_id}-${var.name}"
5+
bucket = "${var.name}-${data.aws_caller_identity.current.account_id}"
66
force_destroy = true
77
}
88

0 commit comments

Comments
 (0)