diff --git a/terraform/gcp/README.md b/terraform/gcp/README.md index c5eb65bfc..5c9ddf6bd 100644 --- a/terraform/gcp/README.md +++ b/terraform/gcp/README.md @@ -202,12 +202,14 @@ Initialize Terraform: terraform init ``` -Run a Terraform Plan: +Plan infrastructure changes with Terraform: ```console terraform plan ``` +Apply infrastructure changes with Terraform: + ```console terraform apply ```