From 642a2c9edb4009c7e9ae4c7815c1a283f8e6d050 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Fri, 12 Jan 2024 11:22:55 +0100 Subject: [PATCH] feat: deprecate and archive prebuilt bindings for salesforce provider (#264) HashiCorp has made the decision to stop publishing new versions of prebuilt Terraform `salesforce` provider bindings for [CDK for Terraform](https://cdk.tf). Once this PR is merged, the [cdktf/cdktf-provider-salesforce](https://github.com/cdktf/cdktf-provider-salesforce) repository will be archived and will no longer be supported in any way by HashiCorp. Previously-published versions of the prebuilt `salesforce` provider will still continue to be available on their respective package managers (e.g. npm, PyPi, Maven, NuGet), but these will not be compatible with new releases of `cdktf` and are no longer eligible for commercial support. Signed-off-by: team-tf-cdk --- provider.json | 1 - sharded-stacks.json | 1 - 2 files changed, 2 deletions(-) diff --git a/provider.json b/provider.json index 7d590d5..442c851 100644 --- a/provider.json +++ b/provider.json @@ -41,7 +41,6 @@ "pagerduty": "PagerDuty/pagerduty@~> 3.0", "postgresql": "cyrilgdn/postgresql@~> 1.14", "random": "hashicorp/random@~> 3.1", - "salesforce": "salesforce@~> 0.1", "snowflake": "Snowflake-Labs/snowflake@ ~> 0.40", "spotinst": "spotinst/spotinst@~> 1.0", "tfe": "hashicorp/tfe@~> 0.33", diff --git a/sharded-stacks.json b/sharded-stacks.json index 8757d7e..22b309f 100644 --- a/sharded-stacks.json +++ b/sharded-stacks.json @@ -60,7 +60,6 @@ "nomad", "opc", "oraclepaas", - "salesforce", "vsphere", "waypoint" ]