Skip to content

Commit

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

HashiCorp has made the decision to stop publishing new versions of
prebuilt Terraform `waypoint` provider bindings for
[CDK for Terraform](https://cdk.tf). Once this PR is merged, the
[cdktf/cdktf-provider-waypoint](https://github.com/cdktf/cdktf-provider-waypoint)
repository will be archived and will no longer
be supported in any way by HashiCorp. Previously-published versions of
the prebuilt `waypoint` 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 <[email protected]>
  • Loading branch information
team-tf-cdk and xiehan authored Jan 24, 2024
1 parent 2809694 commit d96f5a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions provider.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,5 @@
"tls": "hashicorp/tls@~> 4.0",
"upcloud": "UpCloudLtd/upcloud@~> 3.0",
"vault": "hashicorp/vault@~> 3.7",
"vsphere": "vsphere@~> 2.2",
"waypoint": "hashicorp/waypoint@~> 0.1"
"vsphere": "vsphere@~> 2.2"
}
3 changes: 1 addition & 2 deletions sharded-stacks.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,7 @@
"hcp",
"http",
"nomad",
"vsphere",
"waypoint"
"vsphere"
]
},
"repos-partners": {
Expand Down

0 comments on commit d96f5a5

Please sign in to comment.