Skip to content

Commit

Permalink
Update descriptions of variables
Browse files Browse the repository at this point in the history
  • Loading branch information
iganbold committed Sep 6, 2020
1 parent fee0a2b commit 79cd572
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
variable "subnet_id" {
type = string
description = "The VPC Subnet ID to launch in."
description = "(Required) The VPC Subnet ID to launch in."
}

variable "iam_instance_profile" {
type = string
description = "The IAM Instance Profile to launch the instance with."
description = "(Optional) The IAM Instance Profile to launch the instance with."
default = null
}

variable "attacker_ip" {
type = string
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."
}

0 comments on commit 79cd572

Please # to comment.