Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lock azurerm version in providers.tf #13

Merged
merged 1 commit into from May 3, 2022
Merged

Conversation

batpad
Copy link
Member

@batpad batpad commented Apr 29, 2022

Specify exact versions of azurerm and helm providers to use. Refs #12 .

It seems like there are two ways of "locking" versions of providers. One if this, to specify it in the providers.tf. The other would be to create a .terraform.lock.hcl file with the locked dependencies.

The problem with that approach is that I needed to create a separate lockfile for dev, staging, and production, and that seemed like a lot of hassle - to remember to update those all locally, keep in sync, etc.

This seemed cleaner, but we can use the other approach if that seems better.

cc @geohacker

@batpad batpad mentioned this pull request Apr 29, 2022
4 tasks
@batpad batpad merged commit 38b7c91 into develop May 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants