Skip to content

Commit

Permalink
Merge pull request hashicorp#345 from modular-magician/codegen-pr-1238
Browse files Browse the repository at this point in the history
Fix typo in google_compute_security_policy docs
  • Loading branch information
emilymye committed Jan 11, 2019
2 parents c30d54a + 4c44d78 commit 5dc7dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/r/compute_security_policy.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ resource "google_compute_security_policy" "policy" {
match {
versioned_expr = "SRC_IPS_V1"
config {
src_ip_ranges = ["9.9.9.9/32"]
src_ip_ranges = ["9.9.9.0/24"]
}
}
description = "Deny access to IPs in 9.9.9.0/24"
Expand Down

0 comments on commit 5dc7dad

Please sign in to comment.