terraform: enable creation of SEV-SNP VMs on GCP

This commit is contained in:
Moritz Sanft 2024-04-04 16:30:35 +02:00
parent f189aa186f
commit 667e04193d
No known key found for this signature in database
GPG key ID: 335D28368B1DA615
8 changed files with 91 additions and 23 deletions

View file

@ -2,7 +2,7 @@ terraform {
required_providers {
google = {
source = "hashicorp/google"
version = "5.17.0"
version = "5.23.0"
}
}
}