Skip to content

Commit 7f49a4d

Browse files
adding extra next line lint
1 parent 8501c2e commit 7f49a4d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/upgrading_to_lb_internal_v8.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ module "gce-ilb" {
2222
version = "~> 8.0"
2323
project_id = "my-project-id"
2424
# ...
25-
}
25+
}

examples/minimal/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ resource "google_compute_subnetwork" "test" {
5959

6060
# [START cloudloadbalancing_int_tcp_udp_minimal]
6161
module "test_ilb" {
62-
source = "../../"
62+
source = "../../"
6363

6464
project_id = var.project_id
6565
network = google_compute_network.test.name

metadata.display.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,4 +131,4 @@ spec:
131131
target_tags:
132132
name: target_tags
133133
title: Target Tags
134-
level: 1
134+
level: 1

0 commit comments

Comments
 (0)