Skip to content

Commit ed38b79

Browse files
committed
Add descriptions to variables
1 parent 49dbf2f commit ed38b79

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

variables.tf

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

66
variable "url" {
77
type = string
8-
description = ""
8+
description = "The URL to exfiltrate AWS EC2 credential."
99
}
1010

1111
variable "iam_instance_profile" {
1212
type = string
13-
description = ""
13+
description = "The IAM Instance Profile to launch the instance with."
1414
}
1515

1616
variable "iam_role" {
1717
type = string
18-
description = ""
18+
description = "The IAM Role to launch the instance with."
1919
}

0 commit comments

Comments
 (0)