Skip to content

Commit

Permalink
chore: Updated firewall example to use correct product prefix (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
betsy-lichtenberg authored Apr 7, 2021
1 parent 1bef932 commit 568c253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/basic_firewall_rule/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ provider "google" {
version = "~> 3.45.0"
}

# [START firewall_create]
# [START vpc_firewall_create]
resource "google_compute_firewall" "rules" {
project = var.project_id # Replace this with your project ID in quotes
name = "my-firewall-rule"
Expand All @@ -36,4 +36,4 @@ resource "google_compute_firewall" "rules" {
}
target_tags = ["web"]
}
# [END firewall_create]
# [END vpc_firewall_create]

0 comments on commit 568c253

Please sign in to comment.