Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Sep 9, 2024
1 parent 4e5e428 commit 9322a2b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
- run: tox -vve argo-controller-lint

terraform-fmt:
name: Format terraform
uses: canonical/sdcore-github-workflows/.github/workflows/[email protected]
with:
working-directory: charms/argo-controller/terraform
Expand Down
6 changes: 3 additions & 3 deletions charms/argo-controller/terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
resource "juju_application" "argo_controller" {
name = var.app_name
model = var.model_name
trust = true
name = var.app_name
model = var.model_name
trust = true
resources = var.resources
charm {
name = "argo-controller"
Expand Down

0 comments on commit 9322a2b

Please sign in to comment.