Skip to content

Commit

Permalink
Update terraform/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Bartlomiej Gmerek <42570669+Gmerold@users.noreply.github.com>
  • Loading branch information
ghislainbourgeois and Gmerold authored Oct 9, 2024
1 parent 29e949d commit ea5b3b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Create integrations, for instance:

```text
resource "juju_integration" "pcf-nrf" {
model = var.model_name
model = juju_model.my_model.name
application {
name = module.pcf.app_name
endpoint = module.pcf.requires.fiveg_nrf
Expand Down

0 comments on commit ea5b3b4

Please sign in to comment.