From fddbd5e3292a2a6bcf4eaa351e9e504548b36db2 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] 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/ultradns.json | 2 +- providers/o/opentofu/vault.json | 3 +++ providers/o/opentofu/vsphere.json | 3 +++ providers/o/opentofu/waypoint.json | 3 ++- 60 files changed, 155 insertions(+), 23 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/ultradns.json b/providers/o/opentofu/ultradns.json index fad389d333..473a71e91f 100644 --- a/providers/o/opentofu/ultradns.json +++ b/providers/o/opentofu/ultradns.json @@ -1,6 +1,6 @@ { "warnings": [ - "This provider is deprecated. Please use ultradns/ultradns instead." + "This provider is deprecated. Please use ultradns/ultradns instead.", ], "versions": [ { 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": [ {