Skip to content

Commit

Permalink
Update charms on Terraform to update deployment (#36)
Browse files Browse the repository at this point in the history
* Update charms on terraform to update deployment

* Increment once more as new charms will be built on merge
  • Loading branch information
omar-selo authored Aug 11, 2023
1 parent 801fd42 commit 6b7c71a
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions terraform/test-observer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,10 @@ resource "juju_application" "test-observer-api" {
model = juju_model.test-observer.name

charm {
name = "test-observer-api"
channel = "latest/edge"
series = "jammy"
name = "test-observer-api"
channel = "latest/edge"
series = "jammy"
revision = 18
}

config = {
Expand All @@ -79,9 +80,10 @@ resource "juju_application" "test-observer-frontend" {
model = juju_model.test-observer.name

charm {
name = "test-observer-frontend"
channel = "latest/edge"
series = "jammy"
name = "test-observer-frontend"
channel = "latest/edge"
series = "jammy"
revision = 11
}

config = {
Expand Down

0 comments on commit 6b7c71a

Please sign in to comment.