You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HashiCorp has made the decision to stop publishing new versions of prebuilt Terraform waypoint provider bindings for CDK for Terraform. Once this PR is merged, the 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.
Please complete the following steps in this exact order to complete the deprecation process:
Double-check provider.json, sharded-stacks.json, and providersWithCustomRunners.json in this PR for any syntax errors caused by extraneous commas
Mark this PR as ready for review and examine the plan output from the checks to confirm the correct resources are destroyed
N.B. New published versions take 6~8 hours to show up in Maven, but you do not need to wait for that, just ensure that the release_maven job completed successfully
Manually deprecate the HashiCorp.Cdktf.Providers.Waypoint package in NuGet Gallery (optional but recommended)
Provide the following custom message: HashiCorp is no longer publishing new versions of the prebuilt provider for waypoint. Previously-published versions of this prebuilt provider will still continue to be available as installable packages on NuGet, but these will not be compatible with newer versions of CDK for Terraform and are not eligible for commercial support. You can continue to use the waypoint provider in your CDK for Terraform projects with newer versions of CDKTF, but you will need to generate the bindings locally. See https://cdk.tf/imports for details.
Remove the "do-not-merge" label and merge this PR
Please also ensure that not too much time passes in between each of these steps. Notably, if the PR in the provider repo is
merged but other changes are deployed before that repo is properly archived, there could be unintended behavior. So, it is
highly recommended that you complete the above steps in short succession.
Running plan in the remote backend. Output will stream here. Pressing Ctrl-C
will stop streaming the logs, but will not stop the plan running remotely.
Preparing the remote plan...
To view this run in a browser, visit:
https://app.terraform.io/app/cdktf-team/prebuilt-providers/runs/run-Pf7o4zu5ZBqd5jJD
Waiting for the plan to start...
Terraform v1.7.0
on linux_amd64
Initializing plugins and modules...
data.github_team.cdktf-team-cdktf: Reading...
data.github_team.cdktf-team-cdktf: Read complete after 7s [id=6602018]
No changes. Your infrastructure matches the configuration.
Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.
Pusher: @xiehan, Action: pull_request_target, Working Directory: ``, Workflow: Plan
I'm going to lock this pull request because it has been closed for at least 30 days. This helps our maintainers find and focus on the active issues. If you've found a problem that seems related to this change, please open a new issue so we can investigate further.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
HashiCorp has made the decision to stop publishing new versions of prebuilt Terraform
waypoint
provider bindings forCDK for Terraform. Once this PR is merged, the 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 continueto 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.Please complete the following steps in this exact order to complete the deprecation process:
provider.json
,sharded-stacks.json
, andprovidersWithCustomRunners.json
in this PR for any syntax errors caused by extraneous commasrelease_maven
job completed successfullyHashiCorp.Cdktf.Providers.Waypoint
package in NuGet Gallery (optional but recommended)Please also ensure that not too much time passes in between each of these steps. Notably, if the PR in the provider repo is
merged but other changes are deployed before that repo is properly archived, there could be unintended behavior. So, it is
highly recommended that you complete the above steps in short succession.