diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d37c5e7..077ebd2 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 @@ -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: