Skip to content

Commit 10c036a

Browse files
committed
chore: terraform fmt
1 parent 2220316 commit 10c036a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/minimal/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
required_version = ">= 1.0.0"
33
required_providers {
4-
google = "~> 3.29.0"
4+
google = "~> 3.29.0"
55
google-beta = "~> 3.29.0"
66
}
77
}

0 commit comments

Comments
 (0)