Add support for google provider 6.x (#2536)
* Add support for google provider 6.x Co-authored-by: Ludovico Magnocavallo <ludomagno@google.com> Co-authored-by: Wiktor Niesiobędzki <wiktorn@google.com> Co-authored-by: Julio Castillo <jccb@google.com>
This commit is contained in:
@@ -333,8 +333,6 @@ resource "google_compute_instance" "default" {
|
||||
resource_manager_tags = local.tags_combined
|
||||
}
|
||||
}
|
||||
|
||||
# guest_accelerator
|
||||
}
|
||||
|
||||
resource "google_compute_instance_iam_binding" "default" {
|
||||
|
||||
@@ -12,18 +12,18 @@
|
||||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
|
||||
# Fabric release: v34.0.0
|
||||
# Fabric release: v35.0.0
|
||||
|
||||
terraform {
|
||||
required_version = ">= 1.7.4"
|
||||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = ">= 5.43.1, < 6.0.0" # tftest
|
||||
version = ">= 6.1.0, < 7.0.0" # tftest
|
||||
}
|
||||
google-beta = {
|
||||
source = "hashicorp/google-beta"
|
||||
version = ">= 5.43.1, < 6.0.0" # tftest
|
||||
version = ">= 6.1.0, < 7.0.0" # tftest
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user