terraform: upgrade hashicorp/google to 6.7.0 (#3440)

This commit is contained in:
Markus Rudy 2024-10-21 10:41:33 +02:00 committed by GitHub
parent 0997ce2b98
commit 96ac7124e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 63 additions and 127 deletions

View file

@ -2,12 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.37.0"
}
google-beta = {
source = "hashicorp/google-beta"
version = "5.37.0"
version = "6.7.0"
}
random = {
@ -28,10 +23,6 @@ resource "random_id" "uid" {
}
resource "google_compute_instance_template" "template" {
# Beta provider is necessary to set confidential instance types.
# TODO(msanft): Remove beta provider once confidential instance type setting is in GA.
provider = google-beta
name = local.name
machine_type = var.instance_type
tags = ["constellation-${var.uid}"] // Note that this is also applied as a label