Skip to content

Commit

Permalink
Merge pull request #14 from SCT-Engineering/mod_ver
Browse files Browse the repository at this point in the history
bump(module): update versions.tf to match released module version
  • Loading branch information
morga471 committed Oct 29, 2024
2 parents 71dfaf6 + f0354ea commit 4de57ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The module deploys Karpenter needed AWS resources, namely in IAM. It copies the

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.72.1 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.73.0 |
| <a name="provider_helm"></a> [helm](#provider\_helm) | 2.16.1 |
| <a name="provider_kubectl"></a> [kubectl](#provider\_kubectl) | 1.14.0 |

Expand Down
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
locals {
module_name = "tfmod-karpenter"
module_version = "0.0.2"
module_version = "0.1.1"
}

0 comments on commit 4de57ec

Please sign in to comment.