File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ Run "_terraform init_" in Cloud Shell in the root directory to initialize terraf
6262```
6363terraform init
6464```
65- ** TASK 1: Import infrastructure** <br />
65+ < br /> ** TASK 1: Import infrastructure** <br />
6666Navigate to _ Compute Engine > VM Instances_ . Click on _ tf-instance-1_ . Copy the _ Instance ID_ down somewhere to use later. <br />
6767Navigate to _ Compute Engine > VM Instances_ . Click on _ tf-instance-2_ . Copy the _ Instance ID_ down somewhere to use later. <br />
6868Next, navigate to _ modules/instances/instances.tf_ . Copy the following configuration into the file:
@@ -346,3 +346,8 @@ resource "google_compute_firewall" "tf-firewall" {
346346 source_ranges = ["0.0.0.0/0"]
347347}
348348```
349+ Run the following commands to configure the firewall. Type _ yes_ at the prompt.
350+ ```
351+ terraform init
352+ terraform apply
353+ ```
You can’t perform that action at this time.
0 commit comments