learn-terraform

Course outlines for learning terraform.

View the Project on GitHub robertdebock/learn-terraform

Build infrastructure firewall

expected time requirements
30 minutes a computer

Goal: Learn how to create GCP firewall using Terraform.

Explanation

The google_compute_firewall provides a way to allow selected traffic.

Howto

Read the documentation. It’s pretty straight forward.

Demo

Have a look at this example repository.

Assignment

Questions

  1. Does this resource cost money?
  2. Does this resource make a “stateful firewall”?
  3. Could I ask a firewall administrator to add a rule to the firewall?