Skip to content

Commit

Permalink
feat: remove database integration for AMF
Browse files Browse the repository at this point in the history
  • Loading branch information
dariofaccin committed May 14, 2024
1 parent 4b1244b commit 2f7732c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 28 deletions.
14 changes: 0 additions & 14 deletions modules/sdcore-control-plane-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -206,20 +206,6 @@ resource "juju_integration" "ausf-fiveg-nrf" {

# Integrations for `database` endpoint

resource "juju_integration" "amf-database" {
model = var.create_model == true ? juju_model.sdcore[0].name : var.model_name

application {
name = module.amf.app_name
endpoint = module.amf.database_endpoint
}

application {
name = module.mongodb.app_name
endpoint = module.mongodb.database_endpoint
}
}

resource "juju_integration" "udr-auth-database" {
model = var.create_model == true ? juju_model.sdcore[0].name : var.model_name

Expand Down
14 changes: 0 additions & 14 deletions modules/sdcore-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -213,20 +213,6 @@ resource "juju_integration" "ausf-fiveg-nrf" {

# Integrations for `database` endpoint

resource "juju_integration" "amf-database" {
model = var.create_model == true ? juju_model.sdcore[0].name : var.model_name

application {
name = module.amf.app_name
endpoint = module.amf.database_endpoint
}

application {
name = module.mongodb.app_name
endpoint = module.mongodb.database_endpoint
}
}

resource "juju_integration" "udr-auth-database" {
model = var.create_model == true ? juju_model.sdcore[0].name : var.model_name

Expand Down

0 comments on commit 2f7732c

Please sign in to comment.