diff --git a/lib/repository.ts b/lib/repository.ts index 8c4e637..6e83e3f 100644 --- a/lib/repository.ts +++ b/lib/repository.ts @@ -154,6 +154,7 @@ export class GithubRepository extends Construct { this.resource = new Repository(this, "repo", { name, description, + archiveOnDestroy: true, visibility: "public", homepageUrl: "https://cdk.tf", hasIssues: !name.endsWith("-go"), diff --git a/provider.json b/provider.json index cfc0e50..8ad4461 100644 --- a/provider.json +++ b/provider.json @@ -22,7 +22,6 @@ "google": "google@~> 5.0", "googlebeta": "google-beta@~> 5.0", "googleworkspace": "googleworkspace@~> 0.7", - "hashicups": "hashicorp/hashicups@~> 0.3", "hcp": "hcp@~> 0.45", "hcs": "hcs@~> 0.5", "helm": "helm@~> 2.3", diff --git a/providersWithCustomRunners.json b/providersWithCustomRunners.json index 8bfce01..058ea20 100644 --- a/providersWithCustomRunners.json +++ b/providersWithCustomRunners.json @@ -1 +1 @@ -["aws", "azurerm", "datadog", "google", "googlebeta", "kubernetes", "hashicups"] +["aws", "azurerm", "datadog", "google", "googlebeta", "kubernetes"] diff --git a/sharded-stacks.json b/sharded-stacks.json index e6f10d2..a93c0d5 100644 --- a/sharded-stacks.json +++ b/sharded-stacks.json @@ -23,7 +23,6 @@ "gitlab", "google", "googlebeta", - "hashicups", "helm", "ionoscloud", "kubernetes",