Skip to content

Commit 85b1141

Browse files
committed
chore: lint
1 parent 6971b36 commit 85b1141

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

examples/internal-lb-cloud-run/main.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module "backend-service-region-b" {
9595
}
9696

9797
module "internal-lb-http-backend" {
98-
source = "terraform-google-modules/lb-http/google//modules/frontend"
98+
source = "terraform-google-modules/lb-http/google//modules/frontend"
9999
version = "~> 12.1.1"
100100

101101
project_id = var.project_id
@@ -110,7 +110,7 @@ module "internal-lb-http-backend" {
110110
}
111111

112112
module "internal-lb-http-frontend" {
113-
source = "terraform-google-modules/lb-http/google//modules/frontend"
113+
source = "terraform-google-modules/lb-http/google//modules/frontend"
114114
version = "~> 12.1.1"
115115

116116
project_id = var.project_id

examples/internal-lb-cloud-run/outputs.tf

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
output "external_cloudrun_uris" {
18-
description = "List of URIs for the frontend Cloud Run services"
19-
value = [module.frontend-service-a.service_uri, module.frontend-service-b.service_uri]
20-
}
21-
17+
output "external_cloudrun_uris" {
18+
description = "List of URIs for the frontend Cloud Run services"
19+
value = [module.frontend-service-a.service_uri, module.frontend-service-b.service_uri]
20+
}

0 commit comments

Comments
 (0)