From f01812abdf7dd2f86dc852d0aebed91621f0ff8a Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:10:43 +0100 Subject: [PATCH 1/4] Issue #1342: Warn about using the opentofu/ namespace for HashiCorp providers Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- providers/h/hashicorp/template.json | 3 +++ providers/o/opentofu/ad.json | 3 +++ providers/o/opentofu/archive.json | 3 +++ providers/o/opentofu/arukas.json | 3 ++- providers/o/opentofu/assert.json | 3 +++ providers/o/opentofu/aws.json | 3 +++ providers/o/opentofu/awscc.json | 3 +++ providers/o/opentofu/azuread.json | 3 +++ providers/o/opentofu/azurerm.json | 3 +++ providers/o/opentofu/azurestack.json | 3 +++ providers/o/opentofu/bitbucket.json | 3 ++- providers/o/opentofu/boundary.json | 3 +++ providers/o/opentofu/clc.json | 3 ++- providers/o/opentofu/cloudinit.json | 3 +++ providers/o/opentofu/consul.json | 3 +++ providers/o/opentofu/dns.json | 3 +++ providers/o/opentofu/dyn.json | 3 ++- providers/o/opentofu/external.json | 3 +++ providers/o/opentofu/fakewebservices.json | 3 +++ providers/o/opentofu/google-beta.json | 3 +++ providers/o/opentofu/google.json | 3 +++ providers/o/opentofu/googleworkspace.json | 3 +++ providers/o/opentofu/hashicups.json | 3 +++ providers/o/opentofu/hcp.json | 3 +++ providers/o/opentofu/hcs.json | 3 +++ providers/o/opentofu/hedvig.json | 3 ++- providers/o/opentofu/helm.json | 3 +++ providers/o/opentofu/http.json | 3 +++ providers/o/opentofu/influxdb.json | 3 ++- providers/o/opentofu/jdcloud.json | 3 ++- providers/o/opentofu/kubernetes-alpha.json | 3 +++ providers/o/opentofu/kubernetes.json | 3 +++ providers/o/opentofu/librato.json | 3 ++- providers/o/opentofu/local.json | 3 +++ providers/o/opentofu/logentries.json | 3 ++- providers/o/opentofu/mailgun.json | 3 ++- providers/o/opentofu/mysql.json | 3 ++- providers/o/opentofu/nomad.json | 3 +++ providers/o/opentofu/null.json | 3 +++ providers/o/opentofu/oneandone.json | 2 +- providers/o/opentofu/opc.json | 3 ++- providers/o/opentofu/oraclepaas.json | 3 ++- providers/o/opentofu/pureport.json | 3 ++- providers/o/opentofu/rabbitmq.json | 3 ++- providers/o/opentofu/random.json | 3 +++ providers/o/opentofu/rightscale.json | 3 ++- providers/o/opentofu/runscope.json | 3 ++- providers/o/opentofu/salesforce.json | 3 ++- providers/o/opentofu/telefonicaopencloud.json | 3 ++- providers/o/opentofu/template.json | 3 +++ providers/o/opentofu/terraform.json | 3 ++- providers/o/opentofu/testfunctions.json | 3 +++ providers/o/opentofu/tfcoremock.json | 3 +++ providers/o/opentofu/tfe.json | 3 +++ providers/o/opentofu/time.json | 3 +++ providers/o/opentofu/tls.json | 3 +++ providers/o/opentofu/vault.json | 3 +++ providers/o/opentofu/vsphere.json | 3 +++ providers/o/opentofu/waypoint.json | 3 ++- 59 files changed, 154 insertions(+), 22 deletions(-) diff --git a/providers/h/hashicorp/template.json b/providers/h/hashicorp/template.json index 75ee6a5108..b38fa0f801 100644 --- a/providers/h/hashicorp/template.json +++ b/providers/h/hashicorp/template.json @@ -1,4 +1,7 @@ { + "warnings": [ + "This provider is deprecated. Please use the built-in template functions instead of the provider." + ], "versions": [ { "version": "2.2.0", diff --git a/providers/o/opentofu/ad.json b/providers/o/opentofu/ad.json index 1a6ce1d0e5..405fe53ae7 100644 --- a/providers/o/opentofu/ad.json +++ b/providers/o/opentofu/ad.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/ad instead of hashicorp/at. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.5.0", diff --git a/providers/o/opentofu/archive.json b/providers/o/opentofu/archive.json index 4e72e48835..313ae23529 100644 --- a/providers/o/opentofu/archive.json +++ b/providers/o/opentofu/archive.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/archive instead of hashicorp/archive. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.6.0", diff --git a/providers/o/opentofu/arukas.json b/providers/o/opentofu/arukas.json index e421c3baff..11ca55234a 100644 --- a/providers/o/opentofu/arukas.json +++ b/providers/o/opentofu/arukas.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/arukas instead of hashicorp/arukas. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/assert.json b/providers/o/opentofu/assert.json index 60c79fc677..de98023f05 100644 --- a/providers/o/opentofu/assert.json +++ b/providers/o/opentofu/assert.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/assert instead of hashicorp/assert. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.14.0", diff --git a/providers/o/opentofu/aws.json b/providers/o/opentofu/aws.json index 135fcced42..2ad54eddc7 100644 --- a/providers/o/opentofu/aws.json +++ b/providers/o/opentofu/aws.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/aws instead of hashicorp/aws. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "5.78.0", diff --git a/providers/o/opentofu/awscc.json b/providers/o/opentofu/awscc.json index 465351a73d..9e6e0eed20 100644 --- a/providers/o/opentofu/awscc.json +++ b/providers/o/opentofu/awscc.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/awscc instead of hashicorp/awscc. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "1.22.0", diff --git a/providers/o/opentofu/azuread.json b/providers/o/opentofu/azuread.json index 9b7ede8eab..9badb24691 100644 --- a/providers/o/opentofu/azuread.json +++ b/providers/o/opentofu/azuread.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/azuread instead of hashicorp/azuread. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "3.0.2", diff --git a/providers/o/opentofu/azurerm.json b/providers/o/opentofu/azurerm.json index 51d6214059..dd5eac8795 100644 --- a/providers/o/opentofu/azurerm.json +++ b/providers/o/opentofu/azurerm.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/azurerm instead of opentofu/azurerm. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "4.12.0", diff --git a/providers/o/opentofu/azurestack.json b/providers/o/opentofu/azurestack.json index 4fc3614a95..4ad4242e33 100644 --- a/providers/o/opentofu/azurestack.json +++ b/providers/o/opentofu/azurestack.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/azurestack instead of hashicorp/azurestack. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "1.0.0", diff --git a/providers/o/opentofu/bitbucket.json b/providers/o/opentofu/bitbucket.json index a3d553066f..9c191cd898 100644 --- a/providers/o/opentofu/bitbucket.json +++ b/providers/o/opentofu/bitbucket.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/bitbucket instead of hashicorp/bitbucket. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/boundary.json b/providers/o/opentofu/boundary.json index 6c2189d035..89421f32dc 100644 --- a/providers/o/opentofu/boundary.json +++ b/providers/o/opentofu/boundary.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/boundary instead of hashicorp/boundary. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "1.1.9", diff --git a/providers/o/opentofu/clc.json b/providers/o/opentofu/clc.json index ff708e5643..44f14c164e 100644 --- a/providers/o/opentofu/clc.json +++ b/providers/o/opentofu/clc.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/clc instead of hashicorp/clc. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/cloudinit.json b/providers/o/opentofu/cloudinit.json index f16b29a256..cd6f7e3bd4 100644 --- a/providers/o/opentofu/cloudinit.json +++ b/providers/o/opentofu/cloudinit.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/cloudinit instead of hashicorp/cloudinit. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.3.5", diff --git a/providers/o/opentofu/consul.json b/providers/o/opentofu/consul.json index 8735079033..edaa9f511a 100644 --- a/providers/o/opentofu/consul.json +++ b/providers/o/opentofu/consul.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/consul instead of hashicorp/consul. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.20.0", diff --git a/providers/o/opentofu/dns.json b/providers/o/opentofu/dns.json index 3832801d17..4637736799 100644 --- a/providers/o/opentofu/dns.json +++ b/providers/o/opentofu/dns.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/dns instead of opentofu/dns. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "3.4.2", diff --git a/providers/o/opentofu/dyn.json b/providers/o/opentofu/dyn.json index 0f15d887ba..c6751101a4 100644 --- a/providers/o/opentofu/dyn.json +++ b/providers/o/opentofu/dyn.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/dyn instead of hashicorp/dyn. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/external.json b/providers/o/opentofu/external.json index 8cb3c3b0dc..a097ee95fe 100644 --- a/providers/o/opentofu/external.json +++ b/providers/o/opentofu/external.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/external instead of hashicorp/external. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.3.4", diff --git a/providers/o/opentofu/fakewebservices.json b/providers/o/opentofu/fakewebservices.json index e3dcdeac58..df04842d1e 100644 --- a/providers/o/opentofu/fakewebservices.json +++ b/providers/o/opentofu/fakewebservices.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/fakewebservices instead of hashicorp/fakewebesrvices. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.2.3", diff --git a/providers/o/opentofu/google-beta.json b/providers/o/opentofu/google-beta.json index 375432c0f5..1fe1a12c1e 100644 --- a/providers/o/opentofu/google-beta.json +++ b/providers/o/opentofu/google-beta.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/google-beta instead of hashicorp/google-beta. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "6.12.0", diff --git a/providers/o/opentofu/google.json b/providers/o/opentofu/google.json index 954ceb00b2..447ee96b09 100644 --- a/providers/o/opentofu/google.json +++ b/providers/o/opentofu/google.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/google instead of hashicorp/google. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "6.12.0", diff --git a/providers/o/opentofu/googleworkspace.json b/providers/o/opentofu/googleworkspace.json index 41eeee81d8..51fe61656d 100644 --- a/providers/o/opentofu/googleworkspace.json +++ b/providers/o/opentofu/googleworkspace.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/googleworkspace instead of hashicorp/googleworkspace. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.7.0", diff --git a/providers/o/opentofu/hashicups.json b/providers/o/opentofu/hashicups.json index 47b51de110..9591e7433d 100644 --- a/providers/o/opentofu/hashicups.json +++ b/providers/o/opentofu/hashicups.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/hashicups instead of hashicorp/hashicups. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.3.3", diff --git a/providers/o/opentofu/hcp.json b/providers/o/opentofu/hcp.json index b53aaba516..b5505abd1b 100644 --- a/providers/o/opentofu/hcp.json +++ b/providers/o/opentofu/hcp.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/hcp instead of hashicorp/hcp. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.99.0", diff --git a/providers/o/opentofu/hcs.json b/providers/o/opentofu/hcs.json index 1e18b79651..bd36ac5947 100644 --- a/providers/o/opentofu/hcs.json +++ b/providers/o/opentofu/hcs.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/hcs instead of hashicorp/hcs. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.5.1", diff --git a/providers/o/opentofu/hedvig.json b/providers/o/opentofu/hedvig.json index 3416ed8c9c..399345d0ba 100644 --- a/providers/o/opentofu/hedvig.json +++ b/providers/o/opentofu/hedvig.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/hedvig instead of hashicorp/hedvig. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/helm.json b/providers/o/opentofu/helm.json index a4526023a0..d4576536cd 100644 --- a/providers/o/opentofu/helm.json +++ b/providers/o/opentofu/helm.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/helm instead of hashicorp/helm. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.16.1", diff --git a/providers/o/opentofu/http.json b/providers/o/opentofu/http.json index 3745a34a56..77e4ef7b7b 100644 --- a/providers/o/opentofu/http.json +++ b/providers/o/opentofu/http.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/http instead of hashicorp/http. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "3.4.5", diff --git a/providers/o/opentofu/influxdb.json b/providers/o/opentofu/influxdb.json index 122b2d3c7d..9f0593937f 100644 --- a/providers/o/opentofu/influxdb.json +++ b/providers/o/opentofu/influxdb.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/influxdb instead of hashicorp/influxdb. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/jdcloud.json b/providers/o/opentofu/jdcloud.json index fd8491172e..2887150a6c 100644 --- a/providers/o/opentofu/jdcloud.json +++ b/providers/o/opentofu/jdcloud.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/jdcloud instead of hashicorp/jdcloud. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/kubernetes-alpha.json b/providers/o/opentofu/kubernetes-alpha.json index 7851854cbd..352f74de26 100644 --- a/providers/o/opentofu/kubernetes-alpha.json +++ b/providers/o/opentofu/kubernetes-alpha.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/kubernetes-alpha instead of hashicorp/kubernetes-alpha. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.6.0", diff --git a/providers/o/opentofu/kubernetes.json b/providers/o/opentofu/kubernetes.json index 12cb84cd75..d1de952ec2 100644 --- a/providers/o/opentofu/kubernetes.json +++ b/providers/o/opentofu/kubernetes.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/kubernetes instead of hashicorp/kubernetes. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.34.0", diff --git a/providers/o/opentofu/librato.json b/providers/o/opentofu/librato.json index e783651733..426c81e17d 100644 --- a/providers/o/opentofu/librato.json +++ b/providers/o/opentofu/librato.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/librato instead of hashicorp/librato. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/local.json b/providers/o/opentofu/local.json index 645167833b..bf6c975680 100644 --- a/providers/o/opentofu/local.json +++ b/providers/o/opentofu/local.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/local instead of hashicorp/local. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.5.2", diff --git a/providers/o/opentofu/logentries.json b/providers/o/opentofu/logentries.json index 0a0d5af789..c318f63aff 100644 --- a/providers/o/opentofu/logentries.json +++ b/providers/o/opentofu/logentries.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/logentries instead of hashicorp/logentries. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/mailgun.json b/providers/o/opentofu/mailgun.json index 0186d92a2c..f1ac28378c 100644 --- a/providers/o/opentofu/mailgun.json +++ b/providers/o/opentofu/mailgun.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/mailgun instead of hashicorp/mailgun. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/mysql.json b/providers/o/opentofu/mysql.json index 9daa6f7f06..b0f8c91199 100644 --- a/providers/o/opentofu/mysql.json +++ b/providers/o/opentofu/mysql.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/mysql instead of hashicorp/mysql. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/nomad.json b/providers/o/opentofu/nomad.json index 31e0d1b3f5..e7601192d5 100644 --- a/providers/o/opentofu/nomad.json +++ b/providers/o/opentofu/nomad.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/nomad instead of hashicorp/nomad. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.3.1", diff --git a/providers/o/opentofu/null.json b/providers/o/opentofu/null.json index efa521f10a..34cb42a1a0 100644 --- a/providers/o/opentofu/null.json +++ b/providers/o/opentofu/null.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/null instead of hashicorp/null. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "3.2.3", diff --git a/providers/o/opentofu/oneandone.json b/providers/o/opentofu/oneandone.json index d6287208a3..1bc231453e 100644 --- a/providers/o/opentofu/oneandone.json +++ b/providers/o/opentofu/oneandone.json @@ -1,6 +1,6 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated. Please use ionos-cloud/ionoscloud instead." ], "versions": [ { diff --git a/providers/o/opentofu/opc.json b/providers/o/opentofu/opc.json index 922bd78641..b0e472e0fd 100644 --- a/providers/o/opentofu/opc.json +++ b/providers/o/opentofu/opc.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/opc instead of hashicorp/opc. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/oraclepaas.json b/providers/o/opentofu/oraclepaas.json index ecb2481c44..a2e8992374 100644 --- a/providers/o/opentofu/oraclepaas.json +++ b/providers/o/opentofu/oraclepaas.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/oraclepaas instead of hashicorp/oraclepaas. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/pureport.json b/providers/o/opentofu/pureport.json index d455b7341c..f39c6441f4 100644 --- a/providers/o/opentofu/pureport.json +++ b/providers/o/opentofu/pureport.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/pureport instead of hashicorp/pureport. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/rabbitmq.json b/providers/o/opentofu/rabbitmq.json index a1ce5ddc56..ac3273317b 100644 --- a/providers/o/opentofu/rabbitmq.json +++ b/providers/o/opentofu/rabbitmq.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/rabbitmq instead of hashicorp/rabbitmq. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/random.json b/providers/o/opentofu/random.json index b063c73789..755bbc7c7a 100644 --- a/providers/o/opentofu/random.json +++ b/providers/o/opentofu/random.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/random instead of hashicorp/random. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "3.6.3", diff --git a/providers/o/opentofu/rightscale.json b/providers/o/opentofu/rightscale.json index 924697ed10..9790b87067 100644 --- a/providers/o/opentofu/rightscale.json +++ b/providers/o/opentofu/rightscale.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/rightscale instead of hashicorp/rightscale. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/runscope.json b/providers/o/opentofu/runscope.json index d467c605f0..239da4c300 100644 --- a/providers/o/opentofu/runscope.json +++ b/providers/o/opentofu/runscope.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/runscope instead of hashicorp/runscope. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/salesforce.json b/providers/o/opentofu/salesforce.json index 2dbc5ff09c..fffc94924a 100644 --- a/providers/o/opentofu/salesforce.json +++ b/providers/o/opentofu/salesforce.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/salesforce instead of hashicorp/salesforce. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/telefonicaopencloud.json b/providers/o/opentofu/telefonicaopencloud.json index c60533cbfb..4ab235daae 100644 --- a/providers/o/opentofu/telefonicaopencloud.json +++ b/providers/o/opentofu/telefonicaopencloud.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/telefonicaopencloud instead of hashicorp/telefonicaopencloud. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/template.json b/providers/o/opentofu/template.json index 75ee6a5108..b38fa0f801 100644 --- a/providers/o/opentofu/template.json +++ b/providers/o/opentofu/template.json @@ -1,4 +1,7 @@ { + "warnings": [ + "This provider is deprecated. Please use the built-in template functions instead of the provider." + ], "versions": [ { "version": "2.2.0", diff --git a/providers/o/opentofu/terraform.json b/providers/o/opentofu/terraform.json index 6a35843e4e..b72011efde 100644 --- a/providers/o/opentofu/terraform.json +++ b/providers/o/opentofu/terraform.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/terraform instad of hashicorp/terraform. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/testfunctions.json b/providers/o/opentofu/testfunctions.json index f38569e661..38b69d8929 100644 --- a/providers/o/opentofu/testfunctions.json +++ b/providers/o/opentofu/testfunctions.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/testfunctions instead of hashicorp/testfunctions. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "1.0.0", diff --git a/providers/o/opentofu/tfcoremock.json b/providers/o/opentofu/tfcoremock.json index 80594bd395..cda72c6a2c 100644 --- a/providers/o/opentofu/tfcoremock.json +++ b/providers/o/opentofu/tfcoremock.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/tfcoremock instead of hashicorp/tfcoremock. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.3.0", diff --git a/providers/o/opentofu/tfe.json b/providers/o/opentofu/tfe.json index a8fef6f787..4a9b375ef4 100644 --- a/providers/o/opentofu/tfe.json +++ b/providers/o/opentofu/tfe.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/tfe instead of hashicorp/tfe. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.60.1", diff --git a/providers/o/opentofu/time.json b/providers/o/opentofu/time.json index e8fc06ece6..9536e1e253 100644 --- a/providers/o/opentofu/time.json +++ b/providers/o/opentofu/time.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/time instead of hashicorp/time. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "0.12.1", diff --git a/providers/o/opentofu/tls.json b/providers/o/opentofu/tls.json index 7da378825c..eeff91fa2e 100644 --- a/providers/o/opentofu/tls.json +++ b/providers/o/opentofu/tls.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/tls instead of hashicorp/tls. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "4.0.6", diff --git a/providers/o/opentofu/vault.json b/providers/o/opentofu/vault.json index a30f1a518e..538a403151 100644 --- a/providers/o/opentofu/vault.json +++ b/providers/o/opentofu/vault.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/vault, which is a mirror of hashicorp/vault. Using both providers in one project can lead to issues and we recommend using only hashicorp/vault for compatibility." + ], "versions": [ { "version": "4.5.0", diff --git a/providers/o/opentofu/vsphere.json b/providers/o/opentofu/vsphere.json index e0c20ffcee..6512ad1036 100644 --- a/providers/o/opentofu/vsphere.json +++ b/providers/o/opentofu/vsphere.json @@ -1,4 +1,7 @@ { + "warnings": [ + "You are using opentofu/vsphere instead of hashicorp/vsphere. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + ], "versions": [ { "version": "2.10.0", diff --git a/providers/o/opentofu/waypoint.json b/providers/o/opentofu/waypoint.json index 11bb29d9e2..6a83a98e53 100644 --- a/providers/o/opentofu/waypoint.json +++ b/providers/o/opentofu/waypoint.json @@ -1,6 +1,7 @@ { "warnings": [ - "This provider is deprecated." + "This provider is deprecated.", + "You are using opentofu/waypoint instead of hashicorp/waypoint. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { From 2dfb556b7fbb5bb128355b345db21633d0721f6c Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:19:35 +0100 Subject: [PATCH 2/4] Wording fix Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- providers/o/opentofu/ad.json | 2 +- providers/o/opentofu/archive.json | 2 +- providers/o/opentofu/arukas.json | 2 +- providers/o/opentofu/assert.json | 2 +- providers/o/opentofu/aws.json | 2 +- providers/o/opentofu/awscc.json | 2 +- providers/o/opentofu/azuread.json | 2 +- providers/o/opentofu/azurerm.json | 2 +- providers/o/opentofu/azurestack.json | 2 +- providers/o/opentofu/bitbucket.json | 2 +- providers/o/opentofu/boundary.json | 2 +- providers/o/opentofu/clc.json | 2 +- providers/o/opentofu/cloudinit.json | 2 +- providers/o/opentofu/consul.json | 2 +- providers/o/opentofu/dns.json | 2 +- providers/o/opentofu/dyn.json | 2 +- providers/o/opentofu/external.json | 2 +- providers/o/opentofu/fakewebservices.json | 2 +- providers/o/opentofu/google-beta.json | 2 +- providers/o/opentofu/google.json | 2 +- providers/o/opentofu/googleworkspace.json | 2 +- providers/o/opentofu/hashicups.json | 2 +- providers/o/opentofu/hcp.json | 2 +- providers/o/opentofu/hcs.json | 2 +- providers/o/opentofu/hedvig.json | 2 +- providers/o/opentofu/helm.json | 2 +- providers/o/opentofu/http.json | 2 +- providers/o/opentofu/influxdb.json | 2 +- providers/o/opentofu/jdcloud.json | 2 +- providers/o/opentofu/kubernetes-alpha.json | 2 +- providers/o/opentofu/kubernetes.json | 2 +- providers/o/opentofu/librato.json | 2 +- providers/o/opentofu/local.json | 2 +- providers/o/opentofu/logentries.json | 2 +- providers/o/opentofu/mailgun.json | 2 +- providers/o/opentofu/mysql.json | 2 +- providers/o/opentofu/nomad.json | 2 +- providers/o/opentofu/null.json | 2 +- providers/o/opentofu/opc.json | 2 +- providers/o/opentofu/oraclepaas.json | 2 +- providers/o/opentofu/pureport.json | 2 +- providers/o/opentofu/rabbitmq.json | 2 +- providers/o/opentofu/random.json | 2 +- providers/o/opentofu/rightscale.json | 2 +- providers/o/opentofu/runscope.json | 2 +- providers/o/opentofu/salesforce.json | 2 +- providers/o/opentofu/telefonicaopencloud.json | 2 +- providers/o/opentofu/terraform.json | 2 +- providers/o/opentofu/testfunctions.json | 2 +- providers/o/opentofu/tfcoremock.json | 2 +- providers/o/opentofu/tfe.json | 2 +- providers/o/opentofu/time.json | 2 +- providers/o/opentofu/tls.json | 2 +- providers/o/opentofu/vsphere.json | 2 +- providers/o/opentofu/waypoint.json | 2 +- 55 files changed, 55 insertions(+), 55 deletions(-) diff --git a/providers/o/opentofu/ad.json b/providers/o/opentofu/ad.json index 405fe53ae7..36d6391b37 100644 --- a/providers/o/opentofu/ad.json +++ b/providers/o/opentofu/ad.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/ad instead of hashicorp/at. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/ad instead of hashicorp/at. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/archive.json b/providers/o/opentofu/archive.json index 313ae23529..2319ee3f56 100644 --- a/providers/o/opentofu/archive.json +++ b/providers/o/opentofu/archive.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/archive instead of hashicorp/archive. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/archive instead of hashicorp/archive. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/arukas.json b/providers/o/opentofu/arukas.json index 11ca55234a..acdcf95951 100644 --- a/providers/o/opentofu/arukas.json +++ b/providers/o/opentofu/arukas.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/arukas instead of hashicorp/arukas. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/arukas instead of hashicorp/arukas. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/assert.json b/providers/o/opentofu/assert.json index de98023f05..2654211ccd 100644 --- a/providers/o/opentofu/assert.json +++ b/providers/o/opentofu/assert.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/assert instead of hashicorp/assert. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/assert instead of hashicorp/assert. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/aws.json b/providers/o/opentofu/aws.json index 2ad54eddc7..9e17b8d35f 100644 --- a/providers/o/opentofu/aws.json +++ b/providers/o/opentofu/aws.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/aws instead of hashicorp/aws. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/aws instead of hashicorp/aws. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/awscc.json b/providers/o/opentofu/awscc.json index 9e6e0eed20..fb370aa0dd 100644 --- a/providers/o/opentofu/awscc.json +++ b/providers/o/opentofu/awscc.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/awscc instead of hashicorp/awscc. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/awscc instead of hashicorp/awscc. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/azuread.json b/providers/o/opentofu/azuread.json index 9badb24691..2b2033ca24 100644 --- a/providers/o/opentofu/azuread.json +++ b/providers/o/opentofu/azuread.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/azuread instead of hashicorp/azuread. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/azuread instead of hashicorp/azuread. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/azurerm.json b/providers/o/opentofu/azurerm.json index dd5eac8795..79e9178cf3 100644 --- a/providers/o/opentofu/azurerm.json +++ b/providers/o/opentofu/azurerm.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/azurerm instead of opentofu/azurerm. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/azurerm instead of opentofu/azurerm. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/azurestack.json b/providers/o/opentofu/azurestack.json index 4ad4242e33..c466a1e82f 100644 --- a/providers/o/opentofu/azurestack.json +++ b/providers/o/opentofu/azurestack.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/azurestack instead of hashicorp/azurestack. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/azurestack instead of hashicorp/azurestack. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/bitbucket.json b/providers/o/opentofu/bitbucket.json index 9c191cd898..eb2026243c 100644 --- a/providers/o/opentofu/bitbucket.json +++ b/providers/o/opentofu/bitbucket.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/bitbucket instead of hashicorp/bitbucket. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/bitbucket instead of hashicorp/bitbucket. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/boundary.json b/providers/o/opentofu/boundary.json index 89421f32dc..193381d3e1 100644 --- a/providers/o/opentofu/boundary.json +++ b/providers/o/opentofu/boundary.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/boundary instead of hashicorp/boundary. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/boundary instead of hashicorp/boundary. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/clc.json b/providers/o/opentofu/clc.json index 44f14c164e..0dbb6d242f 100644 --- a/providers/o/opentofu/clc.json +++ b/providers/o/opentofu/clc.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/clc instead of hashicorp/clc. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/clc instead of hashicorp/clc. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/cloudinit.json b/providers/o/opentofu/cloudinit.json index cd6f7e3bd4..90a4a9217b 100644 --- a/providers/o/opentofu/cloudinit.json +++ b/providers/o/opentofu/cloudinit.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/cloudinit instead of hashicorp/cloudinit. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/cloudinit instead of hashicorp/cloudinit. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/consul.json b/providers/o/opentofu/consul.json index edaa9f511a..0d9e349dfb 100644 --- a/providers/o/opentofu/consul.json +++ b/providers/o/opentofu/consul.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/consul instead of hashicorp/consul. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/consul instead of hashicorp/consul. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/dns.json b/providers/o/opentofu/dns.json index 4637736799..9704e7ee38 100644 --- a/providers/o/opentofu/dns.json +++ b/providers/o/opentofu/dns.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/dns instead of opentofu/dns. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/dns instead of opentofu/dns. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/dyn.json b/providers/o/opentofu/dyn.json index c6751101a4..13eb79071a 100644 --- a/providers/o/opentofu/dyn.json +++ b/providers/o/opentofu/dyn.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/dyn instead of hashicorp/dyn. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/dyn instead of hashicorp/dyn. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/external.json b/providers/o/opentofu/external.json index a097ee95fe..ba34035f23 100644 --- a/providers/o/opentofu/external.json +++ b/providers/o/opentofu/external.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/external instead of hashicorp/external. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/external instead of hashicorp/external. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/fakewebservices.json b/providers/o/opentofu/fakewebservices.json index df04842d1e..5c7f94c984 100644 --- a/providers/o/opentofu/fakewebservices.json +++ b/providers/o/opentofu/fakewebservices.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/fakewebservices instead of hashicorp/fakewebesrvices. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/fakewebservices instead of hashicorp/fakewebesrvices. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/google-beta.json b/providers/o/opentofu/google-beta.json index 1fe1a12c1e..258c1548bb 100644 --- a/providers/o/opentofu/google-beta.json +++ b/providers/o/opentofu/google-beta.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/google-beta instead of hashicorp/google-beta. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/google-beta instead of hashicorp/google-beta. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/google.json b/providers/o/opentofu/google.json index 447ee96b09..d4b28257e5 100644 --- a/providers/o/opentofu/google.json +++ b/providers/o/opentofu/google.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/google instead of hashicorp/google. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/google instead of hashicorp/google. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/googleworkspace.json b/providers/o/opentofu/googleworkspace.json index 51fe61656d..7961ae8a2b 100644 --- a/providers/o/opentofu/googleworkspace.json +++ b/providers/o/opentofu/googleworkspace.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/googleworkspace instead of hashicorp/googleworkspace. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/googleworkspace instead of hashicorp/googleworkspace. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/hashicups.json b/providers/o/opentofu/hashicups.json index 9591e7433d..284d14cd92 100644 --- a/providers/o/opentofu/hashicups.json +++ b/providers/o/opentofu/hashicups.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/hashicups instead of hashicorp/hashicups. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/hashicups instead of hashicorp/hashicups. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/hcp.json b/providers/o/opentofu/hcp.json index b5505abd1b..a3cb52cec7 100644 --- a/providers/o/opentofu/hcp.json +++ b/providers/o/opentofu/hcp.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/hcp instead of hashicorp/hcp. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/hcp instead of hashicorp/hcp. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/hcs.json b/providers/o/opentofu/hcs.json index bd36ac5947..271be3f147 100644 --- a/providers/o/opentofu/hcs.json +++ b/providers/o/opentofu/hcs.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/hcs instead of hashicorp/hcs. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/hcs instead of hashicorp/hcs. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/hedvig.json b/providers/o/opentofu/hedvig.json index 399345d0ba..2d75ce2b8a 100644 --- a/providers/o/opentofu/hedvig.json +++ b/providers/o/opentofu/hedvig.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/hedvig instead of hashicorp/hedvig. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/hedvig instead of hashicorp/hedvig. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/helm.json b/providers/o/opentofu/helm.json index d4576536cd..5fc26b49ad 100644 --- a/providers/o/opentofu/helm.json +++ b/providers/o/opentofu/helm.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/helm instead of hashicorp/helm. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/helm instead of hashicorp/helm. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/http.json b/providers/o/opentofu/http.json index 77e4ef7b7b..39dac182ab 100644 --- a/providers/o/opentofu/http.json +++ b/providers/o/opentofu/http.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/http instead of hashicorp/http. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/http instead of hashicorp/http. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/influxdb.json b/providers/o/opentofu/influxdb.json index 9f0593937f..075e635f1d 100644 --- a/providers/o/opentofu/influxdb.json +++ b/providers/o/opentofu/influxdb.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/influxdb instead of hashicorp/influxdb. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/influxdb instead of hashicorp/influxdb. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/jdcloud.json b/providers/o/opentofu/jdcloud.json index 2887150a6c..1682ce458f 100644 --- a/providers/o/opentofu/jdcloud.json +++ b/providers/o/opentofu/jdcloud.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/jdcloud instead of hashicorp/jdcloud. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/jdcloud instead of hashicorp/jdcloud. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/kubernetes-alpha.json b/providers/o/opentofu/kubernetes-alpha.json index 352f74de26..845793d55c 100644 --- a/providers/o/opentofu/kubernetes-alpha.json +++ b/providers/o/opentofu/kubernetes-alpha.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/kubernetes-alpha instead of hashicorp/kubernetes-alpha. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/kubernetes-alpha instead of hashicorp/kubernetes-alpha. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/kubernetes.json b/providers/o/opentofu/kubernetes.json index d1de952ec2..95768a45d1 100644 --- a/providers/o/opentofu/kubernetes.json +++ b/providers/o/opentofu/kubernetes.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/kubernetes instead of hashicorp/kubernetes. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/kubernetes instead of hashicorp/kubernetes. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/librato.json b/providers/o/opentofu/librato.json index 426c81e17d..7b7b41d56c 100644 --- a/providers/o/opentofu/librato.json +++ b/providers/o/opentofu/librato.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/librato instead of hashicorp/librato. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/librato instead of hashicorp/librato. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/local.json b/providers/o/opentofu/local.json index bf6c975680..f875227b74 100644 --- a/providers/o/opentofu/local.json +++ b/providers/o/opentofu/local.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/local instead of hashicorp/local. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/local instead of hashicorp/local. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/logentries.json b/providers/o/opentofu/logentries.json index c318f63aff..f1f0f69280 100644 --- a/providers/o/opentofu/logentries.json +++ b/providers/o/opentofu/logentries.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/logentries instead of hashicorp/logentries. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/logentries instead of hashicorp/logentries. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/mailgun.json b/providers/o/opentofu/mailgun.json index f1ac28378c..b1479265f1 100644 --- a/providers/o/opentofu/mailgun.json +++ b/providers/o/opentofu/mailgun.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/mailgun instead of hashicorp/mailgun. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/mailgun instead of hashicorp/mailgun. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/mysql.json b/providers/o/opentofu/mysql.json index b0f8c91199..ac51365cbf 100644 --- a/providers/o/opentofu/mysql.json +++ b/providers/o/opentofu/mysql.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/mysql instead of hashicorp/mysql. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/mysql instead of hashicorp/mysql. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/nomad.json b/providers/o/opentofu/nomad.json index e7601192d5..2a8ebf67ef 100644 --- a/providers/o/opentofu/nomad.json +++ b/providers/o/opentofu/nomad.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/nomad instead of hashicorp/nomad. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/nomad instead of hashicorp/nomad. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/null.json b/providers/o/opentofu/null.json index 34cb42a1a0..c52a44f206 100644 --- a/providers/o/opentofu/null.json +++ b/providers/o/opentofu/null.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/null instead of hashicorp/null. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/null instead of hashicorp/null. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/opc.json b/providers/o/opentofu/opc.json index b0e472e0fd..fc553d1743 100644 --- a/providers/o/opentofu/opc.json +++ b/providers/o/opentofu/opc.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/opc instead of hashicorp/opc. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/opc instead of hashicorp/opc. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/oraclepaas.json b/providers/o/opentofu/oraclepaas.json index a2e8992374..85210bb21b 100644 --- a/providers/o/opentofu/oraclepaas.json +++ b/providers/o/opentofu/oraclepaas.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/oraclepaas instead of hashicorp/oraclepaas. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/oraclepaas instead of hashicorp/oraclepaas. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/pureport.json b/providers/o/opentofu/pureport.json index f39c6441f4..d1e3efc0e3 100644 --- a/providers/o/opentofu/pureport.json +++ b/providers/o/opentofu/pureport.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/pureport instead of hashicorp/pureport. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/pureport instead of hashicorp/pureport. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/rabbitmq.json b/providers/o/opentofu/rabbitmq.json index ac3273317b..a8ead6f901 100644 --- a/providers/o/opentofu/rabbitmq.json +++ b/providers/o/opentofu/rabbitmq.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/rabbitmq instead of hashicorp/rabbitmq. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/rabbitmq instead of hashicorp/rabbitmq. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/random.json b/providers/o/opentofu/random.json index 755bbc7c7a..75d35cd7f2 100644 --- a/providers/o/opentofu/random.json +++ b/providers/o/opentofu/random.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/random instead of hashicorp/random. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/random instead of hashicorp/random. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/rightscale.json b/providers/o/opentofu/rightscale.json index 9790b87067..62723ba8e4 100644 --- a/providers/o/opentofu/rightscale.json +++ b/providers/o/opentofu/rightscale.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/rightscale instead of hashicorp/rightscale. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/rightscale instead of hashicorp/rightscale. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/runscope.json b/providers/o/opentofu/runscope.json index 239da4c300..bf70c6eb3c 100644 --- a/providers/o/opentofu/runscope.json +++ b/providers/o/opentofu/runscope.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/runscope instead of hashicorp/runscope. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/runscope instead of hashicorp/runscope. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/salesforce.json b/providers/o/opentofu/salesforce.json index fffc94924a..1422b27a1a 100644 --- a/providers/o/opentofu/salesforce.json +++ b/providers/o/opentofu/salesforce.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/salesforce instead of hashicorp/salesforce. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/salesforce instead of hashicorp/salesforce. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/telefonicaopencloud.json b/providers/o/opentofu/telefonicaopencloud.json index 4ab235daae..e5675f1554 100644 --- a/providers/o/opentofu/telefonicaopencloud.json +++ b/providers/o/opentofu/telefonicaopencloud.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/telefonicaopencloud instead of hashicorp/telefonicaopencloud. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/telefonicaopencloud instead of hashicorp/telefonicaopencloud. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/terraform.json b/providers/o/opentofu/terraform.json index b72011efde..5b4e460968 100644 --- a/providers/o/opentofu/terraform.json +++ b/providers/o/opentofu/terraform.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/terraform instad of hashicorp/terraform. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/terraform instad of hashicorp/terraform. This provider was created by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/testfunctions.json b/providers/o/opentofu/testfunctions.json index 38b69d8929..abbb28249f 100644 --- a/providers/o/opentofu/testfunctions.json +++ b/providers/o/opentofu/testfunctions.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/testfunctions instead of hashicorp/testfunctions. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/testfunctions instead of hashicorp/testfunctions. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/tfcoremock.json b/providers/o/opentofu/tfcoremock.json index cda72c6a2c..44da66c09f 100644 --- a/providers/o/opentofu/tfcoremock.json +++ b/providers/o/opentofu/tfcoremock.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/tfcoremock instead of hashicorp/tfcoremock. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/tfcoremock instead of hashicorp/tfcoremock. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/tfe.json b/providers/o/opentofu/tfe.json index 4a9b375ef4..fec3448157 100644 --- a/providers/o/opentofu/tfe.json +++ b/providers/o/opentofu/tfe.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/tfe instead of hashicorp/tfe. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/tfe instead of hashicorp/tfe. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/time.json b/providers/o/opentofu/time.json index 9536e1e253..6cc44eaa33 100644 --- a/providers/o/opentofu/time.json +++ b/providers/o/opentofu/time.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/time instead of hashicorp/time. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/time instead of hashicorp/time. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/tls.json b/providers/o/opentofu/tls.json index eeff91fa2e..1e5d4237d0 100644 --- a/providers/o/opentofu/tls.json +++ b/providers/o/opentofu/tls.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/tls instead of hashicorp/tls. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/tls instead of hashicorp/tls. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/vsphere.json b/providers/o/opentofu/vsphere.json index 6512ad1036..745abe5d5e 100644 --- a/providers/o/opentofu/vsphere.json +++ b/providers/o/opentofu/vsphere.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/vsphere instead of hashicorp/vsphere. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/vsphere instead of hashicorp/vsphere. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/waypoint.json b/providers/o/opentofu/waypoint.json index 6a83a98e53..e909106bce 100644 --- a/providers/o/opentofu/waypoint.json +++ b/providers/o/opentofu/waypoint.json @@ -1,7 +1,7 @@ { "warnings": [ "This provider is deprecated.", - "You are using opentofu/waypoint instead of hashicorp/waypoint. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from it. Both provider namespaces contain the OpenTofu-built provider binaries and to avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/waypoint instead of hashicorp/waypoint. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { From b6f5d478bbad51eca90a9b019061b0af8e4f3631 Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:20:45 +0100 Subject: [PATCH 3/4] Space fix Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- providers/o/opentofu/assert.json | 2 +- providers/o/opentofu/aws.json | 2 +- providers/o/opentofu/awscc.json | 2 +- providers/o/opentofu/azuread.json | 2 +- providers/o/opentofu/azurerm.json | 2 +- providers/o/opentofu/azurestack.json | 2 +- providers/o/opentofu/boundary.json | 2 +- providers/o/opentofu/random.json | 2 +- providers/o/opentofu/testfunctions.json | 2 +- providers/o/opentofu/tfcoremock.json | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/providers/o/opentofu/assert.json b/providers/o/opentofu/assert.json index 2654211ccd..44813ed85f 100644 --- a/providers/o/opentofu/assert.json +++ b/providers/o/opentofu/assert.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/assert instead of hashicorp/assert. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/assert instead of hashicorp/assert. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/aws.json b/providers/o/opentofu/aws.json index 9e17b8d35f..cc1ce659f0 100644 --- a/providers/o/opentofu/aws.json +++ b/providers/o/opentofu/aws.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/aws instead of hashicorp/aws. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/aws instead of hashicorp/aws. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/awscc.json b/providers/o/opentofu/awscc.json index fb370aa0dd..c78b9b96ae 100644 --- a/providers/o/opentofu/awscc.json +++ b/providers/o/opentofu/awscc.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/awscc instead of hashicorp/awscc. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/awscc instead of hashicorp/awscc. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/azuread.json b/providers/o/opentofu/azuread.json index 2b2033ca24..440b1c0824 100644 --- a/providers/o/opentofu/azuread.json +++ b/providers/o/opentofu/azuread.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/azuread instead of hashicorp/azuread. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/azuread instead of hashicorp/azuread. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/azurerm.json b/providers/o/opentofu/azurerm.json index 79e9178cf3..df63a1f5f8 100644 --- a/providers/o/opentofu/azurerm.json +++ b/providers/o/opentofu/azurerm.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/azurerm instead of opentofu/azurerm. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/azurerm instead of opentofu/azurerm. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/azurestack.json b/providers/o/opentofu/azurestack.json index c466a1e82f..3ce81917df 100644 --- a/providers/o/opentofu/azurestack.json +++ b/providers/o/opentofu/azurestack.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/azurestack instead of hashicorp/azurestack. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/azurestack instead of hashicorp/azurestack. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/boundary.json b/providers/o/opentofu/boundary.json index 193381d3e1..ad430fb35d 100644 --- a/providers/o/opentofu/boundary.json +++ b/providers/o/opentofu/boundary.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/boundary instead of hashicorp/boundary. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/boundary instead of hashicorp/boundary. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/random.json b/providers/o/opentofu/random.json index 75d35cd7f2..402f42dc71 100644 --- a/providers/o/opentofu/random.json +++ b/providers/o/opentofu/random.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/random instead of hashicorp/random. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/random instead of hashicorp/random. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/testfunctions.json b/providers/o/opentofu/testfunctions.json index abbb28249f..c40a37d6bf 100644 --- a/providers/o/opentofu/testfunctions.json +++ b/providers/o/opentofu/testfunctions.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/testfunctions instead of hashicorp/testfunctions. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/testfunctions instead of hashicorp/testfunctions. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { diff --git a/providers/o/opentofu/tfcoremock.json b/providers/o/opentofu/tfcoremock.json index 44da66c09f..ae7e50e9ed 100644 --- a/providers/o/opentofu/tfcoremock.json +++ b/providers/o/opentofu/tfcoremock.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/tfcoremock instead of hashicorp/tfcoremock. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/tfcoremock instead of hashicorp/tfcoremock. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ { From 794fd1489c91beb62cfe552a62b689521b0837bd Mon Sep 17 00:00:00 2001 From: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> Date: Mon, 2 Dec 2024 08:21:35 +0100 Subject: [PATCH 4/4] Typo fix Signed-off-by: AbstractionFactory <179820029+abstractionfactory@users.noreply.github.com> --- providers/o/opentofu/ad.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/o/opentofu/ad.json b/providers/o/opentofu/ad.json index 36d6391b37..0065c4108b 100644 --- a/providers/o/opentofu/ad.json +++ b/providers/o/opentofu/ad.json @@ -1,6 +1,6 @@ { "warnings": [ - "You are using opentofu/ad instead of hashicorp/at. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." + "You are using opentofu/ad instead of hashicorp/ad. This provider is maintained by HashiCorp and the OpenTofu project only builds the provider binaries from the source code. Both the opentofu/ and hashicorp/ namespaces in the OpenTofu Registry contain the OpenTofu-built provider binaries based on the HashiCorp source code. To avoid configuration errors, we recommend using the hashicorp/ namespaced providers." ], "versions": [ {