Skip to content

Commit

Permalink
feat: create deprecation path & deprecate hashicups
Browse files Browse the repository at this point in the history
  • Loading branch information
xiehan committed Dec 7, 2023
1 parent 3dfdcaf commit 0e1213e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions lib/repository.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down
1 change: 0 additions & 1 deletion provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion providersWithCustomRunners.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
["aws", "azurerm", "datadog", "google", "googlebeta", "kubernetes", "hashicups"]
["aws", "azurerm", "datadog", "google", "googlebeta", "kubernetes"]
1 change: 0 additions & 1 deletion sharded-stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
"gitlab",
"google",
"googlebeta",
"hashicups",
"helm",
"ionoscloud",
"kubernetes",
Expand Down

0 comments on commit 0e1213e

Please sign in to comment.