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 fee0a2b commit 79cd572Copy full SHA for 79cd572
variables.tf
@@ -1,15 +1,15 @@
1
variable "subnet_id" {
2
type = string
3
- description = "The VPC Subnet ID to launch in."
+ description = "(Required) The VPC Subnet ID to launch in."
4
}
5
6
variable "iam_instance_profile" {
7
8
- description = "The IAM Instance Profile to launch the instance with."
+ description = "(Optional) The IAM Instance Profile to launch the instance with."
9
default = null
10
11
12
variable "attacker_ip" {
13
14
- description = "The attacker IP to create a reverse shell from AWS EC2 instance."
+ description = "(Required) The attacker IP to create a reverse shell from AWS EC2 instance."
15
0 commit comments