diff --git a/.github/auto-release.yml b/.github/auto-release.yml index b45efb7..17cd39c 100644 --- a/.github/auto-release.yml +++ b/.github/auto-release.yml @@ -17,7 +17,6 @@ version-resolver: - 'bugfix' - 'bug' - 'hotfix' - - 'no-release' default: 'minor' categories: diff --git a/.github/renovate.json b/.github/renovate.json index ae4f0aa..a780298 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,9 +4,9 @@ ":preserveSemverRanges" ], "labels": ["auto-update"], + "dependencyDashboardAutoclose": true, "enabledManagers": ["terraform"], "terraform": { "ignorePaths": ["**/context.tf", "examples/**"] } } - diff --git a/.github/workflows/validate-codeowners.yml b/.github/workflows/validate-codeowners.yml index 70f829e..4b4a226 100644 --- a/.github/workflows/validate-codeowners.yml +++ b/.github/workflows/validate-codeowners.yml @@ -10,6 +10,7 @@ jobs: steps: - name: "Checkout source code at current commit" uses: actions/checkout@v2 + # Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved - uses: mszostok/codeowners-validator@v0.7.1 if: github.event.pull_request.head.repo.full_name == github.repository name: "Full check of CODEOWNERS" diff --git a/README.md b/README.md index bd532c3..b7f4c8f 100644 --- a/README.md +++ b/README.md @@ -122,7 +122,7 @@ module "notify_slack" { | [aws](#requirement\_aws) | >= 2.0 | | [local](#requirement\_local) | >= 1.3 | | [null](#requirement\_null) | >= 2.0 | -| [template](#requirement\_template) | >= 2.0 | +| [template](#requirement\_template) | >= 2.2 | ## Providers @@ -351,7 +351,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply [![README Footer][readme_footer_img]][readme_footer_link] [![Beacon][beacon]][website] - + [logo]: https://cloudposse.com/logo-300x69.svg [docs]: https://cpco.io/docs?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-sns-lambda-notify-slack&utm_content=docs [website]: https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-aws-sns-lambda-notify-slack&utm_content=website @@ -382,3 +382,4 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply [share_googleplus]: https://plus.google.com/share?url=https://github.com/cloudposse/terraform-aws-sns-lambda-notify-slack [share_email]: mailto:?subject=terraform-aws-sns-lambda-notify-slack&body=https://github.com/cloudposse/terraform-aws-sns-lambda-notify-slack [beacon]: https://ga-beacon.cloudposse.com/UA-76589703-4/cloudposse/terraform-aws-sns-lambda-notify-slack?pixel&cs=github&cm=readme&an=terraform-aws-sns-lambda-notify-slack + diff --git a/docs/terraform.md b/docs/terraform.md index 1f14f70..758948a 100644 --- a/docs/terraform.md +++ b/docs/terraform.md @@ -8,7 +8,7 @@ | [aws](#requirement\_aws) | >= 2.0 | | [local](#requirement\_local) | >= 1.3 | | [null](#requirement\_null) | >= 2.0 | -| [template](#requirement\_template) | >= 2.0 | +| [template](#requirement\_template) | >= 2.2 | ## Providers diff --git a/examples/complete/versions.tf b/examples/complete/versions.tf index a09279c..a7e765d 100644 --- a/examples/complete/versions.tf +++ b/examples/complete/versions.tf @@ -7,8 +7,8 @@ terraform { version = ">= 2.0" } template = { - source = "hashicorp/template" - version = ">= 2.0" + source = "cloudposse/template" + version = ">= 2.2" } null = { source = "hashicorp/null" diff --git a/versions.tf b/versions.tf index 3ba1601..5c1c572 100644 --- a/versions.tf +++ b/versions.tf @@ -7,8 +7,8 @@ terraform { version = ">= 2.0" } template = { - source = "hashicorp/template" - version = ">= 2.0" + source = "cloudposse/template" + version = ">= 2.2" } null = { source = "hashicorp/null"