Skip to content

Commit

Permalink
Merge branch 'tjcorr-patch-1' of https://github.com/tjcorr/tf-pipelin…
Browse files Browse the repository at this point in the history
…e-demo into tjcorr-patch-1
  • Loading branch information
tjcorr authored Oct 7, 2021
2 parents f3fbcba + dfcd0c3 commit 06df447
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# Generates an execution plan for Terraform
# An exit code of 2 indicates there were changes detected and will throw an error. Just continue for now, we'll check next step
- name: Terraform Plan
run: terraform plan -detailed-exitcode -out tfplan || exit 0
run: terraform plan -detailed-exitcode -no-color -out tfplan || exit 0
id: tf-plan

# consider publishing error to PR
Expand Down
2 changes: 1 addition & 1 deletion terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
resource_group_name = "rg-tf-pipeline-demo"
resource_group_name = "rg-tf-pipeline-demo2"
location = "eastus"

0 comments on commit 06df447

Please sign in to comment.