Skip to content

Commit

Permalink
format main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Sep 11, 2024
1 parent fcc8470 commit 28e7764
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charms/argo-controller/terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ resource "juju_application" "argo_controller" {
channel = var.channel
revision = var.revision
}
config = var.config
config = var.config
model = var.model_name
name = var.app_name
resources = var.resources
trust = true
units = 1
units = 1
}

0 comments on commit 28e7764

Please sign in to comment.