Skip to content

Commit d815900

Browse files
committed
Feat: removed the unused tf variables and files.
1 parent 2f2c982 commit d815900

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

variables.tf

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,6 @@ variable "managedby" {
3939
description = "ManagedBy, eg 'CloudDrove'."
4040
}
4141

42-
variable "delimiter" {
43-
type = string
44-
default = "-"
45-
description = "Delimiter to be used between `organization`, `environment`, `name` and `attributes`."
46-
}
47-
4842
variable "enabled" {
4943
type = bool
5044
default = true
@@ -75,19 +69,6 @@ variable "s3_bucket_name" {
7569
description = "This is the bucket that the SFTP users will use when managing files"
7670
}
7771

78-
variable "sub_folder" {
79-
type = string
80-
default = ""
81-
description = "Landind folder."
82-
sensitive = true
83-
}
84-
85-
variable "endpoint_type" {
86-
type = string
87-
default = "PUBLIC"
88-
description = "The type of endpoint that you want your SFTP server connect to. If you connect to a VPC (or VPC_ENDPOINT), your SFTP server isn't accessible over the public internet. If you want to connect your SFTP server via public internet, set PUBLIC. Defaults to PUBLIC"
89-
}
90-
9172
variable "vpc_id" {
9273
type = string
9374
default = null
@@ -136,11 +117,6 @@ variable "subnet_ids" {
136117
default = []
137118
}
138119

139-
variable "vpc_endpoint_id" {
140-
type = string
141-
description = "The ID of the VPC endpoint. This property can only be used when endpoint_type is set to VPC_ENDPOINT"
142-
default = null
143-
}
144120

145121
variable "security_policy_name" {
146122
type = string

0 commit comments

Comments
 (0)