Bump provider version to 5.18, so fix non-empty plan for google_notebooks_instance
This commit is contained in:
committed by
Wiktor Niesiobędzki
parent
52b5bd00a9
commit
f2806f347b
@@ -17,11 +17,11 @@ terraform {
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 5.17.0, < 6.0.0" # tftest
|
||||
version = ">= 5.18.0, < 6.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 5.17.0, < 6.0.0" # tftest
|
||||
version = ">= 5.18.0, < 6.0.0" # tftest
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user