Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
morga471 committed Jul 30, 2024
1 parent ac16d1b commit 9b059ff
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ The cluster-autoscaler uses the kuberentes scheduling algorithm to appropriate s


# CHANGELOG

* 0.0.2 -- 2024-07-30
- remove cluster-autoscaler (using karpenter)
* 0.0.1 -- 2024-07-22
- updated version.tf to 0.0.1
- included module.images in depends on helm charts
Expand Down
File renamed without changes.
3 changes: 1 addition & 2 deletions version.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
locals {
_module_name = "tfmod-eks-configuration"
_module_version = "0.0.1"
_module_providers = ["helm", "kubernetes"]
_module_version = "0.0.2"
}

0 comments on commit 9b059ff

Please sign in to comment.