terraform-deploy-provider icon indicating copy to clipboard operation
terraform-deploy-provider copied to clipboard

Terraform provider for Deno Deploy

Results 6 terraform-deploy-provider issues
Sort by recently updated
recently updated
newest added

Is there a plan to better document the usage and any plans to publish to the terraform registry as a provider?

Hi, I've noticed that the terraform plans are excluding envvar key so it's unable to know what keys are being changed. I'm using this provider with the AWS provider to...

I have left this test out for now; This test requires creating DNS records that can be validated by Deno Deploy. This is tricky because the records need to be...

help wanted

When updating a terraform config from a github link to another repo or entrypoint, the operation failed with a "This project is already linked" error. There's most likely a step...

bug
good first issue

During the refresh phase of Terraform, if a project was deleted in the interface, it is expected that the provider will remove it from the state as well. Instead the...

bug

The Deploy API is rate limited on the server, we should either implement a rate limiter on the client or handle 429 responses gracefully with retries, or both.

enhancement