Skip to content

Commit

Permalink
Update names to use same ones we had
Browse files Browse the repository at this point in the history
  • Loading branch information
omar-selo committed Aug 11, 2023
1 parent 7e002e4 commit f2e2b4d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/test-observer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ resource "juju_application" "ingress" {
}

resource "juju_application" "pg" {
name = "db"
name = "postgresql-k8s"
model = juju_model.test-observer.name
trust = true

Expand All @@ -57,7 +57,7 @@ resource "juju_application" "pg" {
}

resource "juju_application" "test-observer-api" {
name = "api"
name = "test-observer-api"
model = juju_model.test-observer.name

charm {
Expand All @@ -76,7 +76,7 @@ resource "juju_application" "test-observer-api" {
}

resource "juju_application" "test-observer-frontend" {
name = "frontend"
name = "test-observer-frontend"
model = juju_model.test-observer.name

charm {
Expand Down

0 comments on commit f2e2b4d

Please sign in to comment.