diff --git a/instruqt-tracks/terraform-cloud-azure-v2/03-centralize-deployments/assignment.md b/instruqt-tracks/terraform-cloud-azure-v2/03-centralize-deployments/assignment.md index 992d2058..9a33dedc 100755 --- a/instruqt-tracks/terraform-cloud-azure-v2/03-centralize-deployments/assignment.md +++ b/instruqt-tracks/terraform-cloud-azure-v2/03-centralize-deployments/assignment.md @@ -1,5 +1,6 @@ --- slug: centralize-deployments +id: yb7qfm4q9ebb type: challenge title: Safekeeping Your Terraform State teaser: | @@ -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 ```