Skip to content

Commit

Permalink
Update parent_root_id
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurentLesle committed Feb 11, 2022
1 parent 8e02e52 commit 21f4224
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions caf_solution/add-ons/caf_eslz/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ variable "root_parent_id" {
type = string
description = "If specified, will deploy the Enterprise scale bellow the root_parent_id."
default = null

validation {
condition = can(regex("^[a-zA-Z0-9-]{2,10}$", var.root_parent_id))
error_message = "The root_parent_id value must be between 2 to 10 characters long and can only contain alphanumeric characters and hyphens."
}
}

variable "deploy_core_landing_zones" {
Expand Down Expand Up @@ -244,4 +239,4 @@ variable "reconcile_vending_subscriptions" {
type = bool
default = false
description = "Will reconcile the subrisciptions created outside of enterprise scale to prevent them to be revoved by the execution of this module."
}
}

0 comments on commit 21f4224

Please sign in to comment.