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

Migrate to newer hashicorp/null provider #70

Open
joshgarde opened this issue Aug 30, 2024 · 0 comments
Open

Migrate to newer hashicorp/null provider #70

joshgarde opened this issue Aug 30, 2024 · 0 comments

Comments

@joshgarde
Copy link
Member

The version constraint on the hashicorp/null provider is preventing deployments on macOS ARM-architecture machines as there's no ARM builds for the specified version constraint. Should be bumped and made less strict

tig/terraform/main.tf

Lines 16 to 19 in d08f5f9

null = {
source = "hashicorp/null"
version = "~> 2.1"
}

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

No branches or pull requests

1 participant