diff --git a/README.md b/README.md index 90fbd6f..d042832 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Developer NOTE: We should automate this configuration. | Name | Version | |------|---------| -| [aws](#provider\_aws) | 5.72.1 | +| [aws](#provider\_aws) | 5.73.0 | | [helm](#provider\_helm) | 2.16.1 | ## Modules diff --git a/version.tf b/version.tf index 2b79747..7717186 100644 --- a/version.tf +++ b/version.tf @@ -1,4 +1,4 @@ locals { module_name = "tfmod-tempo" - module_version = "0.0.1" + module_version = "0.1.1" }