Skip to content

Commit

Permalink
VCDL-133 replacing terraform refresh with terraform apply -refresh-only
Browse files Browse the repository at this point in the history
  • Loading branch information
jennamwong committed Nov 2, 2023
1 parent ab25ec9 commit bc6be48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
slug: centralize-deployments
id: yb7qfm4q9ebb
type: challenge
title: Safekeeping Your Terraform State
teaser: |
Expand Down Expand Up @@ -129,7 +130,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 bc6be48

Please sign in to comment.