Skip to content

Commit

Permalink
specify terraform registry for providers not in opentofu registry (ne…
Browse files Browse the repository at this point in the history
  • Loading branch information
dcmcand authored Nov 14, 2024
2 parents 8e59c24 + e7ff089 commit a40cd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_nebari/stages/infrastructure/template/local/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_providers {
kind = {
source = "tehcyx/kind"
source = "registry.terraform.io/tehcyx/kind"
version = "0.4.0"
}
docker = {
Expand Down

0 comments on commit a40cd40

Please sign in to comment.