Skip to content

Commit 12c6289

Browse files
authored
PATCH: SRE-2059: loosen constraints for google provider (#20)
1 parent 130ebf6 commit 12c6289

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Local .terraform directories
22
**/.terraform/*
3+
**/.terraform.lock.hcl
34

45
# .tfstate files
56
*.tfstate
@@ -37,3 +38,6 @@ terratest.tf.json
3738

3839
# Ignore makefile
3940
ops-makefile
41+
42+
# vim
43+
*.sw[po]

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
terraform {
33
required_version = ">= 1.0.0"
44
required_providers {
5-
google = ">= 4.6.0"
5+
google = ">= 4.0"
66
}
77
}

0 commit comments

Comments
 (0)