Skip to content

Commit

Permalink
Merge pull request #13 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 4e5b777 + 026ff64 commit 1e13e16
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Change logs are auto-generated with commitizen.

| Name | Version |
|------|---------|
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.72.0 |
| <a name="provider_aws.route53_main_east"></a> [aws.route53\_main\_east](#provider\_aws.route53\_main\_east) | 5.72.0 |
| <a name="provider_aws.route53_main_west"></a> [aws.route53\_main\_west](#provider\_aws.route53\_main\_west) | 5.72.0 |
| <a name="provider_aws.self"></a> [aws.self](#provider\_aws.self) | 5.72.0 |
| <a name="provider_aws"></a> [aws](#provider\_aws) | 5.73.0 |
| <a name="provider_aws.route53_main_east"></a> [aws.route53\_main\_east](#provider\_aws.route53\_main\_east) | 5.73.0 |
| <a name="provider_aws.route53_main_west"></a> [aws.route53\_main\_west](#provider\_aws.route53\_main\_west) | 5.73.0 |
| <a name="provider_aws.self"></a> [aws.self](#provider\_aws.self) | 5.73.0 |

## Modules

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-eks-dns"
module_version = "0.0.1"
module_version = "0.1.1"
}

0 comments on commit 1e13e16

Please sign in to comment.