We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b8ba3a commit 1c3cd5bCopy full SHA for 1c3cd5b
.terraform.lock.hcl
README.md
@@ -78,7 +78,7 @@ By default this module will try to handle the aws_imagebuilder_distribution_conf
78
79
| Name | Version |
80
|------|---------|
81
-| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.22.0 |
+| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.49.0 |
82
83
## Modules
84
main.tf
@@ -12,7 +12,8 @@ locals {
12
: "/*"
13
14
15
- ) shared_user_groups = var.public ? ["all"] : null
+ )
16
+ shared_user_groups = var.public ? ["all"] : null
17
use_custom_distribution_config = length(var.custom_distribution_configs) > 0 ? true : false
18
19
}
0 commit comments