Skip to content

Commit 7a21e78

Browse files
authored
fix: Terraform version upgrade for compute_instance module from 0.12.6 to 0.12.7 (#103)
1 parent 6ba3f8c commit 7a21e78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/compute_instance/versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*/
1616

1717
terraform {
18-
required_version = ">=0.12.6, <0.14"
18+
required_version = ">=0.12.7, <0.14"
1919
required_providers {
2020
google = ">= 2.7, <4.0"
2121
}

0 commit comments

Comments
 (0)