Skip to content

Commit

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

0 comments on commit 2973cfc

Please sign in to comment.