diff --git a/modules/account-setup/variables.tf b/modules/account-setup/variables.tf index 6a71066..a386c09 100644 --- a/modules/account-setup/variables.tf +++ b/modules/account-setup/variables.tf @@ -1,15 +1,5 @@ # REQUIRED PARAMETERS # These parameters must be supplied when consuming this module. -variable "application_id" { - description = "Application Id" - type = string -} - -variable "client_id" { - description = "The id for the client." - type = string -} - variable "name" { description = "The name for the aws account." type = string @@ -17,8 +7,3 @@ variable "name" { # OPTIONAL PARAMETERS # These parameters have reasonable defaults. -variable "org_owner" { - default = "flagscript" - description = "Owner moniker for the flagscript organization." - type = string -}