diff --git a/charms/argo-controller/terraform/variables.tf b/charms/argo-controller/terraform/variables.tf index 4a4a746..67367c5 100644 --- a/charms/argo-controller/terraform/variables.tf +++ b/charms/argo-controller/terraform/variables.tf @@ -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) diff --git a/charms/argo-controller/tox.ini b/charms/argo-controller/tox.ini index 6549a85..f629b08 100644 --- a/charms/argo-controller/tox.ini +++ b/charms/argo-controller/tox.ini @@ -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