From 2774ace1ea502d861eeb7045d1ae4037d2efb340 Mon Sep 17 00:00:00 2001 From: Ciro Mota Date: Fri, 7 Jun 2024 17:46:42 -0300 Subject: [PATCH] fix: Remove metion for shape_amd and fix hostname label --- variables.tf | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/variables.tf b/variables.tf index 9a22e76..69f412f 100644 --- a/variables.tf +++ b/variables.tf @@ -32,15 +32,10 @@ variable "instance_name" { variable "hostname_label" { type = string - default = "Instance-Always-Free" + default = "Always-Free" description = "Rename the instance label as you like." } -variable "shape_amd" { - type = string - default = "VM.Standard.E2.1.Micro" -} - variable "shape_arm" { type = string default = "VM.Standard.A1.Flex"