Skip to content

Commit

Permalink
Revert "Make sure SM operator-access plan exists (kyma-project#69)"
Browse files Browse the repository at this point in the history
This reverts commit 4b4c64c.
  • Loading branch information
kwiatekus committed Dec 17, 2024
1 parent 4b4c64c commit e5cc705
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,7 @@ resource "btp_subaccount_entitlement" "kyma" {
amount = 1
}

resource "btp_subaccount_entitlement" "sm-operator-access" {
subaccount_id = local.subaccount_id
service_name = "service-manager"
plan_name = "service-operator-access"
}

resource "btp_subaccount_environment_instance" "kyma" {
depends_on = [
resource.btp_subaccount_entitlement.sm-operator-access
]
subaccount_id = local.subaccount_id
name = "${local.subaccount_name}-kyma"
environment_type = "kyma"
Expand Down

0 comments on commit e5cc705

Please sign in to comment.