Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cloudflare - SRV DNS records #2

Closed
hashibot opened this issue Jun 13, 2017 · 0 comments · Fixed by #29
Closed

Cloudflare - SRV DNS records #2

hashibot opened this issue Jun 13, 2017 · 0 comments · Fixed by #29
Labels
kind/bug Categorizes issue or PR as related to a bug.

Comments

@hashibot
Copy link

This issue was originally opened by @SystemZ as hashicorp/terraform#5732. It was migrated here as part of the provider split. The original body of the issue is below.


I'm trying to add SRV record but there is an error with cloudflare API

Error applying plan:

1 error(s) occurred:

* cloudflare_record.ts3_official: Failed to create CloudFlare Record: API Error: Invalid service value.

Terraform does not automatically rollback in the face of errors.
Instead, your Terraform state file has been partially updated with
any resources that successfully completed. Please address the error
above and apply again to incrementally change your infrastructure.

Version

systemz@pc:~/Project/Infra/$ terraform -v
Terraform v0.6.13

Configuration for this SRV

resource "cloudflare_record" "ts3_official" {
    domain = "${var.cloudflare_domain}"
    name = "_ts3._udp.example.com."
    value = "0 0 9987 ts3.example.com."
    type = "SRV"
    ttl = 300
}
@hashibot hashibot added the kind/bug Categorizes issue or PR as related to a bug. label Jun 13, 2017
@catsby catsby closed this as completed in #29 Mar 2, 2018
simpsora pushed a commit to simpsora/terraform-provider-cloudflare that referenced this issue Jun 20, 2018
…le-resolve_override

add resolve_override page_rule action
jacobbednarz added a commit that referenced this issue Aug 27, 2021
^ This is the 1st commit message:

ruleset: add support for URI header transformations

fdwfd

^ The commit message #2 will be skipped:

^ fdwfd
boekkooi-lengoo referenced this issue in boekkooi-lengoo/terraform-provider-cloudflare Feb 28, 2022
- Make ZoneCacheVariants.ModifiedOn a Time object instead of a string
- Only pass what's necessary when calling the API to update cache variants
- Do not expose `zoneCacheVariantsSingleResponse` struct
jacobbednarz pushed a commit that referenced this issue Feb 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Categorizes issue or PR as related to a bug.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant