Skip to content

Commit

Permalink
Merge pull request #403 from hashicorp/VCDL-133
Browse files Browse the repository at this point in the history
VCDL-133 replacing terraform refresh with terraform apply -refresh-only and taking out ID
  • Loading branch information
jennamwong authored Nov 8, 2023
2 parents 9412135 + 9c01762 commit af3694a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ terraform apply -auto-approve

# We need a refresh to see the public
# NIC IP from the Azure enviornment.
terraform refresh
terraform apply -refresh-only


```
Expand Down

0 comments on commit af3694a

Please sign in to comment.