Skip to content

Commit 79cd572

Browse files
committed
Update descriptions of variables
1 parent fee0a2b commit 79cd572

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
variable "subnet_id" {
22
type = string
3-
description = "The VPC Subnet ID to launch in."
3+
description = "(Required) The VPC Subnet ID to launch in."
44
}
55

66
variable "iam_instance_profile" {
77
type = string
8-
description = "The IAM Instance Profile to launch the instance with."
8+
description = "(Optional) The IAM Instance Profile to launch the instance with."
99
default = null
1010
}
1111

1212
variable "attacker_ip" {
1313
type = string
14-
description = "The attacker IP to create a reverse shell from AWS EC2 instance."
14+
description = "(Required) The attacker IP to create a reverse shell from AWS EC2 instance."
1515
}

0 commit comments

Comments
 (0)