Skip to content

Commit

Permalink
Adds names for the Juju offers
Browse files Browse the repository at this point in the history
  • Loading branch information
Gmerold committed Oct 9, 2024
1 parent 411f1d9 commit 9b0b2d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/sdcore-k8s/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -833,10 +833,12 @@ resource "juju_offer" "amf-fiveg-n2" {
model = var.model_name
application_name = module.amf.app_name
endpoint = module.amf.fiveg_n2_endpoint
name = "amf-fiveg-n2"
}

resource "juju_offer" "upf-fiveg-n3" {
model = var.model_name
application_name = module.upf.app_name
endpoint = module.upf.fiveg_n3_endpoint
name = "upf-fiveg-n3"
}

0 comments on commit 9b0b2d1

Please sign in to comment.