Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# Renovate ignore internal provider constraints

```bash
$ terraform providers

Providers 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)