Skip to content

Commit

Permalink
fix lint and add varables resources comment
Browse files Browse the repository at this point in the history
  • Loading branch information
orfeas-k committed Sep 11, 2024
1 parent e0226bd commit 819703a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions charms/argo-controller/terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ variable "model_name" {
type = string
}

# TODO: Update to a map of strings, once juju provider 0.14 is released
variable "resources" {
description = "Map of resources revisions"
type = map(number)
Expand Down
1 change: 0 additions & 1 deletion charms/argo-controller/tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ commands =
pflake8 {[vars]all_path}
isort --check-only --diff {[vars]all_path}
black --check --diff {[vars]all_path}
tflint --chdir=terraform --recursive
deps =
-r requirements-lint.txt
description = Check code against coding style standards
Expand Down

0 comments on commit 819703a

Please sign in to comment.