stages: - terraforming staging: stage: terraforming variables: TF_STATE_NAME: staging TF_CACHE_KEY: staging TF_ROOT: terraform/staging trigger: include: terraform/staging/.gitlab-ci.yml rules: - changes: - terraform/staging/* testbed: stage: terraforming variables: TF_STATE_NAME: testbed TF_CACHE_KEY: testbed TF_ROOT: terraform/testbed trigger: include: terraform/testbed/.gitlab-ci.yml rules: - changes: - terraform/testbed/*