Skip to content

Commit

Permalink
added ref template to gh
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Seguin committed Jul 22, 2024
1 parent 282beee commit 0a4ce3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terragrunt-multi-envs/templates/stage-elszenvs-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ stages:
displayName: 'install terraform/terragrunt'
- template: /pipelines/job-terragruntplan-template.yaml
- template: /terragrunt-multi-envs/templates/job-terragruntplan-template.yaml@templates
parameters:
serviceConnection: ${{ eslzEnv.serviceConnection }}
eslzEnvFolder: ${{ eslzEnv.envName }}
Expand Down Expand Up @@ -99,7 +99,7 @@ stages:
dependsOn: ${{ eslzEnv.envName }}_Plan
condition: and(succeeded(), eq(dependencies.${{ eslzEnv.envName }}_Plan.outputs['PostPlanJob.CheckPlanChangeTask.PlanChange'], 'true'))
jobs:
- template: /pipelines/job-terragruntapply-template.yaml
- template: /terragrunt-multi-envs/templates/job-terragruntapply-template.yaml@templates
parameters:
serviceConnection: ${{ eslzEnv.serviceConnection }}
eslzEnvFolder: ${{ eslzEnv.envName }}
Expand Down

0 comments on commit 0a4ce3a

Please sign in to comment.