Skip to content

Commit

Permalink
fix autoscaler example (#59)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwiatekus authored Dec 2, 2024
1 parent 747f017 commit cfc109c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/kyma-on-btp-new-sa/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ module "kyma" {
BTP_NEW_SUBACCOUNT_REGION = var.BTP_NEW_SUBACCOUNT_REGION
BTP_KYMA_MODULES = []
BTP_KYMA_CUSTOM_ADMINISTRATORS = var.BTP_KYMA_CUSTOM_ADMINISTRATORS
BTP_KYMA_AUTOSCALER_MIN = 1
BTP_KYMA_AUTOSCALER_MAX = 2
BTP_KYMA_AUTOSCALER_MIN = 3
BTP_KYMA_AUTOSCALER_MAX = 4
}

output "subaccount_id" {
Expand Down

0 comments on commit cfc109c

Please sign in to comment.