Skip to content

Commit

Permalink
Use cloudposse/template provider (#25)
Browse files Browse the repository at this point in the history
* Use cloudposse/template

* Auto Format

Co-authored-by: cloudpossebot <[email protected]>
  • Loading branch information
nitrocode and cloudpossebot authored Oct 18, 2022
1 parent 2a2f2d1 commit dfdbd38
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 9 deletions.
1 change: 0 additions & 1 deletion .github/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ version-resolver:
- 'bugfix'
- 'bug'
- 'hotfix'
- 'no-release'
default: 'minor'

categories:
Expand Down
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
":preserveSemverRanges"
],
"labels": ["auto-update"],
"dependencyDashboardAutoclose": true,
"enabledManagers": ["terraform"],
"terraform": {
"ignorePaths": ["**/context.tf", "examples/**"]
}
}

1 change: 1 addition & 0 deletions .github/workflows/validate-codeowners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
if: github.event.pull_request.head.repo.full_name == github.repository
name: "Full check of CODEOWNERS"
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ Check out [our other projects][github], [follow us on twitter][twitter], [apply

[![README Footer][readme_footer_img]][readme_footer_link]
[![Beacon][beacon]][website]

<!-- markdownlint-disable -->
[logo]: https://cloudposse.com/logo-300x69.svg
[docs]: https://cpco.io/docs?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-yaml-config&utm_content=docs
[website]: https://cpco.io/homepage?utm_source=github&utm_medium=readme&utm_campaign=cloudposse/terraform-yaml-config&utm_content=website
Expand Down Expand Up @@ -515,3 +515,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-yaml-config
[share_email]: mailto:?subject=terraform-yaml-config&body=https://github.com/cloudposse/terraform-yaml-config
[beacon]: https://ga-beacon.cloudposse.com/UA-76589703-4/cloudposse/terraform-yaml-config?pixel&cs=github&cm=readme&an=terraform-yaml-config
<!-- markdownlint-restore -->
2 changes: 1 addition & 1 deletion examples/complete/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 1.3"
}
template = {
source = "hashicorp/template"
source = "cloudposse/template"
version = ">= 2.2"
}
http = {
Expand Down
2 changes: 1 addition & 1 deletion examples/imports-local/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 1.3"
}
template = {
source = "hashicorp/template"
source = "cloudposse/template"
version = ">= 2.2"
}
http = {
Expand Down
2 changes: 1 addition & 1 deletion examples/imports-remote/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 1.3"
}
template = {
source = "hashicorp/template"
source = "cloudposse/template"
version = ">= 2.2"
}
http = {
Expand Down
2 changes: 1 addition & 1 deletion modules/deepmerge/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
template = {
source = "hashicorp/template"
source = "cloudposse/template"
version = ">= 2.2"
}
http = {
Expand Down
2 changes: 1 addition & 1 deletion modules/yaml-config/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ terraform {

required_providers {
template = {
source = "hashicorp/template"
source = "cloudposse/template"
version = ">= 2.2"
}
http = {
Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ terraform {
version = ">= 1.3"
}
template = {
source = "hashicorp/template"
source = "cloudposse/template"
version = ">= 2.2"
}
http = {
Expand Down

0 comments on commit dfdbd38

Please sign in to comment.