Skip to content

Commit 66bd3d3

Browse files
committed
Fix indentation.
1 parent 65466b1 commit 66bd3d3

File tree

1 file changed

+2
-2
lines changed
  • network_security/mirroring/basic/producer

1 file changed

+2
-2
lines changed

network_security/mirroring/basic/producer/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ resource "google_compute_subnetwork" "default" {
3333

3434
# [START networksecurity_mirroring_create_health_check_tf]
3535
resource "google_compute_region_health_check" "default" {
36-
name = "deploymnet-hc"
37-
region = "us-central1"
36+
name = "deploymnet-hc"
37+
region = "us-central1"
3838
http_health_check {
3939
port = 80
4040
}

0 commit comments

Comments
 (0)