Skip to content

Commit 09c9166

Browse files
authored
Update README.md
1 parent e800f3d commit 09c9166

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Run "_terraform init_" in Cloud Shell in the root directory to initialize terraf
6262
```
6363
terraform init
6464
```
65-
**TASK 1: Import infrastructure** <br/>
65+
<br/> **TASK 1: Import infrastructure** <br/>
6666
Navigate to _Compute Engine > VM Instances_. Click on _tf-instance-1_. Copy the _Instance ID_ down somewhere to use later. <br/>
6767
Navigate to _Compute Engine > VM Instances_. Click on _tf-instance-2_. Copy the _Instance ID_ down somewhere to use later. <br/>
6868
Next, 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+
```

0 commit comments

Comments
 (0)