Skip to content

Commit

Permalink
Configure resource group for terraform jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Mar 28, 2024
1 parent 14cef5a commit af6028a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ tf-plan:main:
extends:
- .tf
stage: terraform-plan
resource_group: tf:main
script:
- gitlab-terraform plan | tee output
- gitlab-terraform plan-json
Expand All @@ -36,6 +37,7 @@ tf-apply:main:
extends:
- .tf
stage: terraform-apply
resource_group: tf:main
needs:
- tf-plan:main
script:
Expand Down

0 comments on commit af6028a

Please sign in to comment.