Skip to content

Commit da808e6

Browse files
committed
remove duplicate user_data
1 parent eb2cb3a commit da808e6

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ variable "monitoring" {
9999
default = "true"
100100
}
101101

102-
variable "user_data" {
103-
description = "User data to provide when launching the instance"
104-
type = "list"
105-
default = []
106-
}
107-
108102
variable "private_ip" {
109103
description = "Private IP address to associate with the instance in a VPC"
110104
default = ""

0 commit comments

Comments
 (0)