Skip to content

Commit 1c3cd5b

Browse files
committed
bug fix for typo
1 parent 4b8ba3a commit 1c3cd5b

File tree

3 files changed

+3
-27
lines changed

3 files changed

+3
-27
lines changed

Diff for: .terraform.lock.hcl

-25
This file was deleted.

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ By default this module will try to handle the aws_imagebuilder_distribution_conf
7878

7979
| Name | Version |
8080
|------|---------|
81-
| <a name="provider_aws"></a> [aws](#provider\_aws) | >= 4.22.0 |
81+
| <a name="provider_aws"></a> [aws](#provider\_aws) | 4.49.0 |
8282

8383
## Modules
8484

Diff for: main.tf

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ locals {
1212
: "/*"
1313

1414

15-
) shared_user_groups = var.public ? ["all"] : null
15+
)
16+
shared_user_groups = var.public ? ["all"] : null
1617
use_custom_distribution_config = length(var.custom_distribution_configs) > 0 ? true : false
1718

1819
}

0 commit comments

Comments
 (0)