-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(14): Remove params for app setup tags
- Loading branch information
flagscript
committed
Nov 12, 2023
1 parent
81fb784
commit 8e35ad9
Showing
1 changed file
with
0 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
} |