Skip to content

Commit aa47787

Browse files
pguinard-public-comcloudpossebotBenbentwo
authored
Remove unused provider (#157)
* Remove unused provider * Auto Format --------- Co-authored-by: cloudpossebot <[email protected]> Co-authored-by: Benjamin Smith <[email protected]>
1 parent a744e76 commit aa47787

File tree

6 files changed

+2
-11
lines changed

6 files changed

+2
-11
lines changed

.github/auto-release.yml

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ version-resolver:
1717
- 'bugfix'
1818
- 'bug'
1919
- 'hotfix'
20-
- 'no-release'
2120
default: 'minor'
2221

2322
categories:

.github/renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
":preserveSemverRanges"
55
],
66
"labels": ["auto-update"],
7+
"dependencyDashboardAutoclose": true,
78
"enabledManagers": ["terraform"],
89
"terraform": {
910
"ignorePaths": ["**/context.tf", "examples/**"]
1011
}
1112
}
12-

.github/workflows/validate-codeowners.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
steps:
1111
- name: "Checkout source code at current commit"
1212
uses: actions/checkout@v2
13+
# Leave pinned at 0.7.1 until https://github.com/mszostok/codeowners-validator/issues/173 is resolved
1314
- uses: mszostok/[email protected]
1415
if: github.event.pull_request.head.repo.full_name == github.repository
1516
name: "Full check of CODEOWNERS"

README.md

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ Available targets:
158158
| Name | Version |
159159
|------|---------|
160160
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
161-
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1.2 |
162161

163162
## Providers
164163

docs/terraform.md

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
| Name | Version |
55
|------|---------|
66
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 0.13.0 |
7-
| <a name="requirement_local"></a> [local](#requirement\_local) | >= 1.2 |
87

98
## Providers
109

versions.tf

-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,3 @@
11
terraform {
22
required_version = ">= 0.13.0"
3-
4-
required_providers {
5-
local = {
6-
source = "hashicorp/local"
7-
version = ">= 1.2"
8-
}
9-
}
103
}

0 commit comments

Comments
 (0)