We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5d5d53 commit 8f72a35Copy full SHA for 8f72a35
variables.tf
@@ -1,6 +1,7 @@
1
variable "ami_id" {
2
description = "AMI to use for the instance"
3
type = string
4
+ default = "ami-0addfae420fd47aab"
5
}
6
7
variable "instance_type" {
@@ -11,13 +12,11 @@ variable "instance_type" {
11
12
variable "instance_count" {
13
description = "Number of instances to provision"
14
type = number
- default = 1
15
16
17
variable "vpc_security_group_ids" {
18
description = "List of security group IDs to associate"
19
type = list(string)
20
- default = []
21
22
23
variable "subnet_id" {
0 commit comments