We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f002c4 commit 80d4460Copy full SHA for 80d4460
1 file changed
s3.tf
@@ -2,7 +2,7 @@
2
// SPDX-License-Identifier: MIT-0
3
4
resource "aws_s3_bucket" "this" {
5
- bucket = "${data.aws_caller_identity.current.account_id}-${var.name}"
+ bucket = "${var.name}-${data.aws_caller_identity.current.account_id}"
6
force_destroy = true
7
}
8
0 commit comments