Skip to content

Commit

Permalink
[IT-3807] Update cfn-macro-ssm-param lambda (#1247)
Browse files Browse the repository at this point in the history
  • Loading branch information
zaro0508 authored Oct 22, 2024
1 parent dd8d463 commit c0f73d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sceptre/scipool/config/bmgfki/cfn-macro-ssm-param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.1/cfn-macro-ssm-param.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.2/cfn-macro-ssm-param.yaml
stack_name: "cfn-macro-ssm-param"
dependencies:
- "bmgfki/bootstrap.yaml"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/develop/cfn-macro-ssm-param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.1/cfn-macro-ssm-param.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.2/cfn-macro-ssm-param.yaml
stack_name: "cfn-macro-ssm-param"
dependencies:
- "develop/bootstrap.yaml"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/prod/cfn-macro-ssm-param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.1/cfn-macro-ssm-param.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.2/cfn-macro-ssm-param.yaml
stack_name: "cfn-macro-ssm-param"
dependencies:
- "prod/bootstrap.yaml"
Expand Down
2 changes: 1 addition & 1 deletion sceptre/scipool/config/strides/cfn-macro-ssm-param.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
template:
type: http
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.1/cfn-macro-ssm-param.yaml
url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/cfn-macro-ssm-param/0.4.2/cfn-macro-ssm-param.yaml
stack_name: "cfn-macro-ssm-param"
parameters:
LambdaExecutionRoleArn: !stack_output_external "bootstrap::AWSIAMSsmParamLambdaExecutionRoleArn"
Expand Down

0 comments on commit c0f73d9

Please sign in to comment.