From 5796aa9ea64c6b9a6ab7ab958ba5fdbb27b8f873 Mon Sep 17 00:00:00 2001 From: team-tf-cdk <84392119+team-tf-cdk@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:07:25 +0100 Subject: [PATCH] feat: deprecate and archive prebuilt bindings for oraclepaas provider (#265) HashiCorp has made the decision to stop publishing new versions of prebuilt Terraform `oraclepaas` provider bindings for [CDK for Terraform](https://cdk.tf). Once this PR is merged, the [cdktf/cdktf-provider-oraclepaas](https://github.com/cdktf/cdktf-provider-oraclepaas) repository will be archived and will no longer be supported in any way by HashiCorp. Previously-published versions of the prebuilt `oraclepaas` 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 442c851..71e42f5 100644 --- a/provider.json +++ b/provider.json @@ -35,7 +35,6 @@ "nomad": "nomad@~> 2.0", "null": "null@~> 3.0", "opc": "opc@~> 1.4", - "oraclepaas": "oraclepaas@~> 1.5", "okta": "okta/okta@~> 4.0", "opentelekomcloud": "opentelekomcloud/opentelekomcloud@~> 1.26", "pagerduty": "PagerDuty/pagerduty@~> 3.0", diff --git a/sharded-stacks.json b/sharded-stacks.json index 22b309f..d44adf9 100644 --- a/sharded-stacks.json +++ b/sharded-stacks.json @@ -59,7 +59,6 @@ "http", "nomad", "opc", - "oraclepaas", "vsphere", "waypoint" ]