Skip to content

Commit ca4ce17

Browse files
Remove PARAM_EXCLUDE_OU_IDS since its a NOOP
1 parent 3f4aa80 commit ca4ce17

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

modules/Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ deploy:
5353
"Partition=${PARAM_PARTITION}" \
5454
"RootOUID=$(PARAM_ROOT_OU_ID)" \
5555
"IncludeOUIDs=$(PARAM_INCLUDE_OU_IDS)" \
56-
"ExcludeOUIDs=$(PARAM_EXCLUDE_OU_IDS)" \
5756
"IncludeAccounts=$(PARAM_INCLUDE_ACCOUNTS)" \
5857
"ExcludeAccounts=$(PARAM_EXCLUDE_ACCOUNTS)"
5958
aws cloudformation deploy \
@@ -71,7 +70,6 @@ deploy:
7170
"Partition=${PARAM_PARTITION}" \
7271
"RootOUID=$(PARAM_ROOT_OU_ID)" \
7372
"IncludeOUIDs=$(PARAM_INCLUDE_OU_IDS)" \
74-
"ExcludeOUIDs=$(PARAM_EXCLUDE_OU_IDS)" \
7573
"IncludeAccounts=$(PARAM_INCLUDE_ACCOUNTS)" \
7674
"ExcludeAccounts=$(PARAM_EXCLUDE_ACCOUNTS)"
7775
aws cloudformation deploy \
@@ -87,7 +85,6 @@ deploy:
8785
"OrganizationalUnitIDs=$(PARAM_ORGANIZATIONAL_UNIT_IDS)" \
8886
"RootOUID=$(PARAM_ROOT_OU_ID)" \
8987
"IncludeOUIDs=$(PARAM_INCLUDE_OU_IDS)" \
90-
"ExcludeOUIDs=$(PARAM_EXCLUDE_OU_IDS)" \
9188
"IncludeAccounts=$(PARAM_INCLUDE_ACCOUNTS)" \
9289
"ExcludeAccounts=$(PARAM_EXCLUDE_ACCOUNTS)"
9390
aws cloudformation deploy \
@@ -103,7 +100,6 @@ deploy:
103100
"OrganizationalUnitIDs=$(PARAM_ORGANIZATIONAL_UNIT_IDS)" \
104101
"RootOUID=$(PARAM_ROOT_OU_ID)" \
105102
"IncludeOUIDs=$(PARAM_INCLUDE_OU_IDS)" \
106-
"ExcludeOUIDs=$(PARAM_EXCLUDE_OU_IDS)" \
107103
"IncludeAccounts=$(PARAM_INCLUDE_ACCOUNTS)" \
108104
"ExcludeAccounts=$(PARAM_EXCLUDE_ACCOUNTS)"
109105

@@ -120,7 +116,6 @@ deploy:
120116
"OrganizationalUnitIDs=$(PARAM_ORGANIZATIONAL_UNIT_IDS)" \
121117
"RootOUID=$(PARAM_ROOT_OU_ID)" \
122118
"IncludeOUIDs=$(PARAM_INCLUDE_OU_IDS)" \
123-
"ExcludeOUIDs=$(PARAM_EXCLUDE_OU_IDS)" \
124119
"IncludeAccounts=$(PARAM_INCLUDE_ACCOUNTS)" \
125120
"ExcludeAccounts=$(PARAM_EXCLUDE_ACCOUNTS)"
126121

0 commit comments

Comments
 (0)