update compute main

This commit is contained in:
Come THURET 2024-12-04 17:15:12 +01:00
parent 07fccbcd19
commit bf1f682682

View File

@ -1,7 +1,7 @@
resource "google_compute_instance" "tp07-frontend" { resource "google_compute_instance" "tp07-frontend" {
name = "tp07-frontend" name = "tp07-frontend"
machine_type = var.instance_type machine_type = var.instance_type
zone = var.region zone = var.zone
boot_disk { boot_disk {
initialize_params { initialize_params {