Skip to content

Commit

Permalink
fix(14): Remove params for app setup tags
Browse files Browse the repository at this point in the history
  • Loading branch information
flagscript committed Nov 12, 2023
1 parent 81fb784 commit 8e35ad9
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions modules/account-setup/variables.tf
Original file line number Diff line number Diff line change
@@ -1,24 +1,9 @@
# 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
}

# OPTIONAL PARAMETERS
# These parameters have reasonable defaults.
variable "org_owner" {
default = "flagscript"
description = "Owner moniker for the flagscript organization."
type = string
}

0 comments on commit 8e35ad9

Please sign in to comment.