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.
2 parents b37f584 + eebf60a commit 61f3766Copy full SHA for 61f3766
cloudformation.yml.tpl
@@ -15,6 +15,7 @@ Resources:
15
%{~ endif ~}
16
AmiTags:
17
${ indent(14, chomp(yamlencode(tags))) }
18
+ %{~ if public == true || chomp(yamlencode(shared_account_ids)) != "[]" ~}
19
LaunchPermissionConfiguration:
20
%{~ if public == false ~}
21
UserIds:
@@ -23,6 +24,7 @@ Resources:
23
24
UserGroups:
25
- all
26
27
+ %{~ endif ~}
28
%{~ if license_config_arns != null ~}
29
LicenseConfigurationArns:
30
${ indent(12, chomp(yamlencode(license_config_arns)))}
0 commit comments