Skip to content

Commit

Permalink
fix: Remove metion for shape_amd and fix hostname label
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Jun 7, 2024
1 parent c370a2f commit 2774ace
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 2774ace

Please sign in to comment.