mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-23 23:40:44 -04:00
deps: update GCP to 5.13.0 (#2872)
This commit is contained in:
parent
fafb9886b0
commit
2140fa5452
8 changed files with 42 additions and 101 deletions
|
@ -2,7 +2,7 @@ terraform {
|
|||
required_providers {
|
||||
google = {
|
||||
source = "hashicorp/google"
|
||||
version = "4.83.0"
|
||||
version = "5.13.0"
|
||||
}
|
||||
|
||||
random = {
|
||||
|
@ -107,7 +107,6 @@ resource "google_compute_instance_template" "template" {
|
|||
}
|
||||
|
||||
resource "google_compute_instance_group_manager" "instance_group_manager" {
|
||||
provider = google-beta
|
||||
name = local.name
|
||||
description = "Instance group manager for Constellation"
|
||||
base_instance_name = local.name
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue