Skip to content

Commit

Permalink
[sdlf-stage-glue] remove pEnvironment
Browse files Browse the repository at this point in the history
  • Loading branch information
cnfait committed Nov 16, 2024
1 parent fcc3a98 commit 32c12ac
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sdlf-stage-glue/src/glue.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@ Parameters:
Description: The name of the pipeline (all lowercase, no symbols or spaces)
Type: String
AllowedPattern: "[a-z0-9]*"
pEnv:
Description: Environment name
Type: String
Default: "{{resolve:ssm:/SDLF/Misc/pEnv}}"
pStageName:
Description: Name of the stage (all lowercase, hyphen allowed, no other symbols or spaces)
Type: String
Expand Down Expand Up @@ -139,7 +135,6 @@ Globals:
PIPELINE_STAGE: !Ref pStageName
ORG: !Ref pOrg
DOMAIN: !Ref pDomain
ENV: !Ref pEnv
KmsKeyArn: !Sub "{{resolve:ssm:/SDLF/KMS/${pDataset}/InfraKeyId}}"
VpcConfig: !If
- RunInVpc
Expand All @@ -155,7 +150,6 @@ Resources:
pPipelineReference: !Ref pPipelineReference
pOrg: !Ref pOrg
pDomain: !Ref pDomain
pEnv: !Ref pEnv
pTeamName: !Ref pDataset
pPipelineName: !Ref pPipeline
pStageName: !Ref pStageName
Expand Down

0 comments on commit 32c12ac

Please sign in to comment.