From 31c1ee262c6026270f9be69b508691a3a65a278f Mon Sep 17 00:00:00 2001 From: Khai Do <3697686+zaro0508@users.noreply.github.com> Date: Wed, 11 Oct 2023 11:46:20 -0700 Subject: [PATCH] [IT-3165] remove service user (#973) We have switch all repos that use this service user from travis to github action (OIDC) therefore we should remove the service user. The only difference in the updated template is the removal of the service user. --- sceptre/admincentral/config/prod/bootstrap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sceptre/admincentral/config/prod/bootstrap.yaml b/sceptre/admincentral/config/prod/bootstrap.yaml index 1ed5a6cd..c4dc9098 100644 --- a/sceptre/admincentral/config/prod/bootstrap.yaml +++ b/sceptre/admincentral/config/prod/bootstrap.yaml @@ -1,4 +1,4 @@ template: type: http - url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/aws-infra/v0.3.0/bootstrap.yaml + url: https://{{stack_group_config.admincentral_cf_bucket}}.s3.amazonaws.com/aws-infra/v0.7.6/bootstrap.yaml stack_name: bootstrap