We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 65466b1 commit 66bd3d3Copy full SHA for 66bd3d3
network_security/mirroring/basic/producer/main.tf
@@ -33,8 +33,8 @@ resource "google_compute_subnetwork" "default" {
33
34
# [START networksecurity_mirroring_create_health_check_tf]
35
resource "google_compute_region_health_check" "default" {
36
- name = "deploymnet-hc"
37
- region = "us-central1"
+ name = "deploymnet-hc"
+ region = "us-central1"
38
http_health_check {
39
port = 80
40
}
0 commit comments