We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a162988 commit a454c62Copy full SHA for a454c62
main.tf
@@ -1,4 +1,6 @@
1
-data "aws_region" "current" {}
+data "aws_region" "current" {
2
+ region = var.region
3
+}
4
5
data "aws_canonical_user_id" "this" {
6
count = local.create_bucket && local.create_bucket_acl && try(var.owner["id"], null) == null ? 1 : 0
0 commit comments