Skip to content

Commit d334b0f

Browse files
committed
[IT-4721] set ReplaceProvisioningArtifacts the same as prod env
We are having issues with Service catalog service actions in the prod environment. Dev and prod are setup differently with repsect to service actions. This change is configure them the same for both environments so that we can debug using the dev environment.
1 parent 5e0713e commit d334b0f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sceptre/scipool/config/develop/sc-product-ec2-linux-docker-notebook.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- "develop/sc-ec2-actions.yaml"
99
- "develop/sc-product-ec2-linux-notebook-write-to-ssm-policy.yaml"
1010
parameters:
11-
ReplaceProvisioningArtifacts: "true"
11+
ReplaceProvisioningArtifacts: "false"
1212
sceptre_user_data:
1313
# force cloudformation to update stack by setting a random number to the latest product's description
1414
ProvisioningArtifactParameters: |

sceptre/scipool/config/develop/sc-product-ec2-linux-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies:
99
- "develop/sc-ec2-actions.yaml"
1010
parameters:
1111
ProductName: "EC2: Linux Docker"
12-
ReplaceProvisioningArtifacts: "true"
12+
ReplaceProvisioningArtifacts: "false"
1313
sceptre_user_data:
1414
# force cloudformation to update stack by setting a random number to the latest product's description
1515
ProvisioningArtifactParameters: |

sceptre/scipool/config/develop/sc-product-ec2-windows-jumpcloud.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ dependencies:
77
- "develop/sc-portfolio-ec2.yaml"
88
- "develop/sc-ec2-actions.yaml"
99
parameters:
10-
ReplaceProvisioningArtifacts: "true"
10+
ReplaceProvisioningArtifacts: "false"
1111
sceptre_user_data:
1212
# force cloudformation to update stack by setting a random number to the latest product's description
1313
ProvisioningArtifactParameters: |

0 commit comments

Comments
 (0)