Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxymvlasov/renovate-tf-lockfile
Renovate ignore internal provider constraints during lockifle update
https://github.com/maxymvlasov/renovate-tf-lockfile
Last synced: 11 days ago
JSON representation
Renovate ignore internal provider constraints during lockifle update
- Host: GitHub
- URL: https://github.com/maxymvlasov/renovate-tf-lockfile
- Owner: MaxymVlasov
- License: mit
- Created: 2023-09-19T19:29:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-19T20:56:04.000Z (3 months ago)
- Last Synced: 2024-10-13T00:22:20.173Z (25 days ago)
- Language: HCL
- Homepage: https://github.com/renovatebot/renovate/discussions/24531
- Size: 131 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Renovate ignore internal provider constraints
```bash
$ terraform providersProviders required by configuration:
.
├── provider[registry.terraform.io/cloudposse/utils] >= 0.3.0
├── module.eks
│ ├── provider[registry.terraform.io/hashicorp/external] >= 2.0.0
│ ├── provider[registry.terraform.io/cloudposse/utils] != 1.4.0, >= 1.7.1, <= 1.8.0
│ ├── provider[registry.terraform.io/hashicorp/local] >= 1.3.0
│ ├── provider[terraform.io/builtin/terraform]
│ └── module.always
└── module.this
```Compare Renovate update (right) and `terraform providers lock` results (left):
![](img.png)