@@ -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