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

Results 10 terraform-provider-porkbun issues
Sort by recently updated
recently updated
newest added

Last days I see errors in the log during terraform updates ``` │ Error: Could not retrieve records for xxx.com. │ │ with porkbun_dns_record.xxx-records["res4"], │ on porkburn.tf line 8, in...

Bumps [github.com/hashicorp/terraform-plugin-sdk/v2](https://github.com/hashicorp/terraform-plugin-sdk) from 2.29.0 to 2.31.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-sdk/v2's releases. v2.31.0 NOTES: helper/schema: While this Go module will not receive support for provider-defined functions, the provider server is...

dependencies
go

Bumps [github.com/hashicorp/terraform-plugin-go](https://github.com/hashicorp/terraform-plugin-go) from 0.19.0 to 0.20.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-go's releases. v0.20.0 NOTES: tfprotov5+tfprotov6: An upcoming release will require the FunctionServer implementation as part of ProviderServer. (#351) Provider-defined function...

dependencies
go

Bumps [actions/setup-go](https://github.com/actions/setup-go) from 4 to 5. Release notes Sourced from actions/setup-go's releases. v5.0.0 What's Changed In scope of this release, we change Nodejs runtime from node16 to node20 (actions/setup-go#421). Moreover,...

dependencies
github_actions

Bumps [github.com/hashicorp/go-retryablehttp](https://github.com/hashicorp/go-retryablehttp) from 0.7.4 to 0.7.5. Changelog Sourced from github.com/hashicorp/go-retryablehttp's changelog. 0.7.5 (Nov 8, 2023) BUG FIXES client: fixes an issue where the request body is not preserved on temporary...

dependencies
go

Bumps [hashicorp/setup-terraform](https://github.com/hashicorp/setup-terraform) from 2 to 3. Release notes Sourced from hashicorp/setup-terraform's releases. v3.0.0 NOTES: Updated default runtime to node20 (#346) The wrapper around the installed Terraform binary has been fixed...

dependencies
github_actions

If tfstate is out of sync and contains records that don't actually exist, and you run terraform destroy it runs forever because they don't exist. This also impacts create (terraform...

-[SSL Retrieve Bundle by Name](https://porkbun.com/api/json/v3/documentation#SSL%20Retrieve%20Bundle%20by%20Domain) There is no toggle for SSL or Cloudflare DNSSec in porkbun api docs, but there is the ability to retrieve the SSL bundle. This could...

It would be good to eventually enable a new resource for URL forwarding. - [Add URL Forward](https://porkbun.com/api/json/v3/documentation#Domain%20Add%20URL%20Forward) - [Get URL Forwarding](https://porkbun.com/api/json/v3/documentation#Domain%20Get%20URL%20Forwarding) Unfortunately, the "Add URL Forward" request doesn't return the...

This patch updates the `nrdcg/porkbun` module to version `v0.4.0` to include the changes in https://github.com/nrdcg/porkbun/pull/7. Those changes configure the SDK to use the new Porkbun API hostname `api.porkbun.com`. See the...