Skip to content

Commit

Permalink
feat: deprecate and archive prebuilt bindings for hashicups provider (#…
Browse files Browse the repository at this point in the history
…251)

HashiCorp has made the decision to stop publishing new versions of prebuilt Terraform `hashicups` provider bindings for [CDK for Terraform](https://cdk.tf). Previously-published versions of the prebuilt `hashicups` 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 <[email protected]>
Co-authored-by: Nara Kasbergen Kwon <[email protected]>
  • Loading branch information
team-tf-cdk and xiehan authored Dec 19, 2023
1 parent 4cbb918 commit 578d3ea
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deprecate-provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ jobs:
- name: Kick off the deprecation
run: |
sed -i "s/isDeprecated: false,/isDeprecated: true,/" .projenrc.js
- name: Do a build
run: yarn && yarn build
- name: npx projen
run: yarn
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5.0.2
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
3 changes: 1 addition & 2 deletions providersWithCustomRunners.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,5 @@
"datadog",
"google",
"googlebeta",
"kubernetes",
"hashicups"
"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 578d3ea

Please sign in to comment.