Skip to content

Commit

Permalink
Make admin list an optional param
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus committed Nov 22, 2024
1 parent 3062312 commit 42c9dc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/kyma-on-btp-new-sa/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,5 @@ variable "BTP_KYMA_MODULES" {

variable "BTP_KYMA_CUSTOM_ADMINISTRATORS" {
type = list(string)
default = []
}
1 change: 1 addition & 0 deletions examples/kyma-on-btp-reuse-sa/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,5 @@ variable "BTP_KYMA_REGION" {

variable "BTP_KYMA_CUSTOM_ADMINISTRATORS" {
type = list(string)
default = []
}
1 change: 1 addition & 0 deletions examples/kyma-on-btp-with-custom-oidc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ variable "BTP_CUSTOM_IAS_DOMAIN" {

variable "BTP_KYMA_CUSTOM_ADMINISTRATORS" {
type = list(string)
default = []
}

variable "BTP_KYMA_REGION" {
Expand Down

0 comments on commit 42c9dc4

Please sign in to comment.