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

Terraform DNSimple provider.

Results 17 terraform-provider-dnsimple issues
Sort by recently updated
recently updated
newest added

Fixes #7 Note I have not modified the `dnsimple_record` resource, as it will be removed in the upcoming major version as per #63.

bug

As suggested, this is a separate ticket for the panic issue when using the prefetch option enabled. A similar issue with the previous one I have created https://github.com/dnsimple/terraform-provider-dnsimple/issues/57 Lets me...

bug

When attempting to import some DNSimple records into Terraform: ``` terraform import "dnsimple_record.test-ns1" "example.com_123456789" ``` Fails with the error: ``` Error: nil entry in ImportState results. This is always a...

Hi there, Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions,...

bug

The following deprecations need to be removed in the next major version: - [ ] https://github.com/dnsimple/terraform-provider-dnsimple/pull/62 - Remove the `contact_id` from the resource entirely - [ ] Drop [dnsimple_record](https://github.com/dnsimple/terraform-provider-dnsimple/blob/ba1b4207524b23a63fc570969ead064b3805d396/dnsimple/resource_dnsimple_record.go#L74-L77)

enhancement
documentation

Good afternoon. Is it possible to disable the hosted_dns domain option through this provider and set your own dns servers to serve the domain delegation (not subdomain)? Thanks ![dnsimple-delegation](https://user-images.githubusercontent.com/17478421/169008018-4bb503cc-9dfe-4126-9a15-77c2d57abc49.jpg) ![DNS...

I've got a feature request: I'd love to be able to register domains via Terraform, DNSimple seems to have an API for Registrar stuff, too... Do you think it'd be...

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.18.0 to 0.19.0. Commits d0e617c google: add Credentials.UniverseDomainProvider 3c9c1f6 oauth2/google: fix the logic of sts 0 value of expires_in 5a05c65 oauth2/google: fix remove content-type header from idms...

dependencies
task

Bumps [github.com/hashicorp/terraform-plugin-framework](https://github.com/hashicorp/terraform-plugin-framework) from 1.6.1 to 1.7.0. Release notes Sourced from github.com/hashicorp/terraform-plugin-framework's releases. v1.7.0 BREAKING CHANGES: function: All parameters must be explicitly named via the Name field (#964) function: DefaultParameterNamePrefix and...

dependencies
task

### Terraform Version 1.6.5 ### Affected Resource(s) Please list the resources as a list, for example: - data.dnsimple_certificate ### Terraform Configuration Files ```hcl data "dnsimple_certificate" "star_example_com" { certificate_id = var.star_example_com_certificate_id...

bug