Skip to content

Commit

Permalink
Feat: removed the unused tf variables and files.
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Aug 28, 2023
1 parent 2f2c982 commit d815900
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,6 @@ variable "managedby" {
description = "ManagedBy, eg 'CloudDrove'."
}

variable "delimiter" {
type = string
default = "-"
description = "Delimiter to be used between `organization`, `environment`, `name` and `attributes`."
}

variable "enabled" {
type = bool
default = true
Expand Down Expand Up @@ -75,19 +69,6 @@ variable "s3_bucket_name" {
description = "This is the bucket that the SFTP users will use when managing files"
}

variable "sub_folder" {
type = string
default = ""
description = "Landind folder."
sensitive = true
}

variable "endpoint_type" {
type = string
default = "PUBLIC"
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"
}

variable "vpc_id" {
type = string
default = null
Expand Down Expand Up @@ -136,11 +117,6 @@ variable "subnet_ids" {
default = []
}

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

variable "security_policy_name" {
type = string
Expand Down

0 comments on commit d815900

Please sign in to comment.