Skip to content

Commit b68c3a3

Browse files
Add missing newline
1 parent c23d1d3 commit b68c3a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/cloudsql/outputs.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ output "instance" {
3030
output "ip" {
3131
value = module.cloudsql.instance_ip_address
3232

33-
}
33+
}

tutorials-and-examples/flyte/versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,4 @@ terraform {
3333
version = "0.11.1"
3434
}
3535
}
36-
}
36+
}

0 commit comments

Comments
 (0)