Skip to content

Commit

Permalink
Update variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
nikuljain authored Jul 2, 2024
1 parent 8e99d2f commit 3f6f615
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,12 @@ variable "enable_static_website" {
default = false
}

variable "cross_tenant_replication_enabled" {
description = "Enable cross tenant replication when needed and valid reason. Possible values are `true` or `false`"
type = bool
default = false
}

variable "index_path" {
description = "path from your repo root to index.html"
type = string
Expand Down

0 comments on commit 3f6f615

Please sign in to comment.