From c9d8e6bfca6e3bc45927565678cbd08fcdd9fea6 Mon Sep 17 00:00:00 2001 From: team-tf-cdk Date: Thu, 18 Jan 2024 10:54:42 +0000 Subject: [PATCH] feat: deprecate and archive prebuilt bindings for ad provider Signed-off-by: team-tf-cdk --- provider.json | 4 ---- providersWithCustomRunners.json | 1 - sharded-stacks.json | 4 ---- 3 files changed, 9 deletions(-) diff --git a/provider.json b/provider.json index aac0765..d7d8181 100644 --- a/provider.json +++ b/provider.json @@ -1,9 +1,7 @@ { "acme": "vancluever/acme@~> 2.10", - "ad": "ad@~> 0.4", "archive": "hashicorp/archive@~> 2.2", "aws": "aws@~> 5.0", - "azuread": "hashicorp/azuread@~> 2.0", "azurerm": "azurerm@~> 3.10", "azurestack": "azurestack@~> 1.0", "boundary": "boundary@~> 1.0", @@ -11,7 +9,6 @@ "cloudinit": "hashicorp/cloudinit@~> 2.2", "consul": "consul@~> 2.16", "databricks": "databricks/databricks@~> 1.0", - "datadog": "DataDog/datadog@~> 3.0", "digitalocean": "digitalocean/digitalocean@~> 2.19", "docker": "kreuzwerker/docker@~> 3.0", "dns": "dns@~> 3.2", @@ -31,7 +28,6 @@ "local": "hashicorp/local@~> 2.1", "mongodbatlas": "mongodb/mongodbatlas@~> 1.8", "newrelic": "newrelic/newrelic@~> 3.7", - "nomad": "nomad@~> 2.0", "null": "null@~> 3.0", "okta": "okta/okta@~> 4.0", "opentelekomcloud": "opentelekomcloud/opentelekomcloud@~> 1.26", diff --git a/providersWithCustomRunners.json b/providersWithCustomRunners.json index 511ec09..f8ed7ab 100644 --- a/providersWithCustomRunners.json +++ b/providersWithCustomRunners.json @@ -1,7 +1,6 @@ [ "aws", "azurerm", - "datadog", "google", "googlebeta", "kubernetes" diff --git a/sharded-stacks.json b/sharded-stacks.json index a1f5a40..52ff4de 100644 --- a/sharded-stacks.json +++ b/sharded-stacks.json @@ -9,12 +9,10 @@ "acme", "archive", "aws", - "azuread", "azurerm", "cloudflare", "cloudinit", "databricks", - "datadog", "digitalocean", "dnsimple", "docker", @@ -48,7 +46,6 @@ "workspaceName": "prebuilt-providers-official-new" }, "providers": [ - "ad", "azurestack", "boundary", "consul", @@ -56,7 +53,6 @@ "googleworkspace", "hcp", "http", - "nomad", "vsphere", "waypoint" ]