Skip to content

Commit 6edc873

Browse files
committed
remove default name
1 parent 75c2baa commit 6edc873

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

variables.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@
22

33
variable "name_prefix" {
44
description = "Name prefix to use when naming resources."
5-
default = "demo-mkt-analysis"
65
}
76

87
variable "instance_type" {
98
description = "type of EC2 instance to provision."
109
default = "t3.micro" # default
11-
# default = "t3.xlarge" # upgrade t2.micro to t3.xlarge = cost increase violation
1210
}
1311

1412
variable "ssh_cidr" {

0 commit comments

Comments
 (0)