Skip to content

Commit

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

0 comments on commit fcc8470

Please sign in to comment.