Skip to content

Commit

Permalink
added web tag to NGINX proxy
Browse files Browse the repository at this point in the history
  • Loading branch information
dswersky committed Nov 15, 2022
1 parent bd2f30d commit b723854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ resource "google_compute_firewall" "default" {
resource "google_compute_instance" "nginx_instance" {
name = "nginx-proxy"
machine_type = "f1-micro"
tags = ["web"]

boot_disk {
initialize_params {
Expand Down

0 comments on commit b723854

Please sign in to comment.