Skip to content

Commit

Permalink
fix- fixed spacing in variable file
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jan 10, 2024
1 parent 689f4c4 commit 923334c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#Module : LABEL
#Description : Terraform label module variables.
##----------------------------------------------------------------------------------

variable "name" {
type = string
default = ""
Expand Down Expand Up @@ -49,21 +48,18 @@ variable "enabled" {
#Module : SFTP
#Description : Terraform sftp module variables.
##----------------------------------------------------------------------------------

variable "enable_sftp" {
type = bool
default = true
description = "Set to false to prevent the module from creating any resources."
}


variable "identity_provider_type" {
type = string
default = "SERVICE_MANAGED"
description = "The mode of authentication enabled for this service. The default value is SERVICE_MANAGED, which allows you to store and access SFTP user credentials within the service. API_GATEWAY."
}


variable "s3_bucket_name" {
type = string
description = "This is the bucket that the SFTP users will use when managing files"
Expand Down

0 comments on commit 923334c

Please sign in to comment.