diff options
| author | seth <[email protected]> | 2023-12-13 23:06:33 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-12-13 23:18:19 -0500 |
| commit | 0be27ca642a9f30442d8c0566d00131da5e6b5d0 (patch) | |
| tree | 8a9760db37aadbc6de6e3c5461933891ffd27b4e /.terraform.lock.hcl | |
| parent | 63cdf8038777acb98e404a714b9d5108f84226dd (diff) | |
tf: use terraform registry for providers
Diffstat (limited to '.terraform.lock.hcl')
| -rw-r--r-- | .terraform.lock.hcl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.terraform.lock.hcl b/.terraform.lock.hcl index 4699bbf..4b6a93c 100644 --- a/.terraform.lock.hcl +++ b/.terraform.lock.hcl @@ -1,7 +1,7 @@ # This file is maintained automatically by "tofu init". # Manual edits may be lost in future updates. -provider "registry.opentofu.org/cloudflare/cloudflare" { +provider "registry.terraform.io/cloudflare/cloudflare" { version = "4.20.0" constraints = "~> 4.0" hashes = [ @@ -24,7 +24,7 @@ provider "registry.opentofu.org/cloudflare/cloudflare" { ] } -provider "registry.opentofu.org/tailscale/tailscale" { +provider "registry.terraform.io/tailscale/tailscale" { version = "0.13.13" constraints = "0.13.13" hashes = [ |
