Skip to content

Commit

Permalink
add _module_providers
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 27, 2024
1 parent a3a673e commit 4e17c06
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions version.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
locals {
_module_name = "tfmod-kiali"
_module_version = "0.0.1"
_module_providers = ["helm", "kubernetes"]
}

0 comments on commit 4e17c06

Please sign in to comment.