Skip to content

Commit

Permalink
fix: update variable for unneccesary variable
Browse files Browse the repository at this point in the history
  • Loading branch information
anmolnagpal committed Jul 24, 2023
1 parent c4b8d45 commit 15d6757
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,3 @@
variable "enable_organization" {
description = "To enable the delagated feature for the organization."
type = bool
default = false
}

variable "delegated_account_id" {
description = "Acconut id of the dalegated user."
type = string
default = null
}

variable "enable_default_standards" {
description = "Flag to indicate whether default standards should be enabled"
type = bool
Expand Down Expand Up @@ -77,12 +65,6 @@ variable "member_details" {
default = []
}

variable "enable_member_account" {
type = bool
default = false
description = "To create member account "
}

variable "enable" {
type = bool
default = true
Expand Down

0 comments on commit 15d6757

Please sign in to comment.