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

DNS Public Zone Creation Fail #2449

Open
jorge-cr-13 opened this issue Feb 21, 2024 · 3 comments
Open

DNS Public Zone Creation Fail #2449

jorge-cr-13 opened this issue Feb 21, 2024 · 3 comments
Assignees
Labels
otc-issue Blocked by OTC issues

Comments

@jorge-cr-13
Copy link

Terraform provider version

Terraform v1.3.7

Affected Resource(s)

opentelekomcloud_dns_zone_v2

Terraform Configuration Files

resource "opentelekomcloud_dns_zone_v2" "public_zone" {
  name        = var.domain
  description = "Public DNS entries for ${var.domain}."
  email       = var.email
  ttl         = 3600
  type        = "public"
  tags        = var.tags
}

Debug Output/Panic Output

opentelekomcloud_dns_zone_v2.public_zone: Creating...

│ Error: error creating OpenTelekomCloud DNS zone: Internal Server Error
│ {"code":"DNS.0205","message":"No pools available."}

│ with opentelekomcloud_dns_zone_v2.public_zone,
│ on public_dns.tf line 4, in resource "opentelekomcloud_dns_zone_v2" "public_zone":
│ 4: resource "opentelekomcloud_dns_zone_v2" "public_zone" {

Steps to Reproduce

  1. terraform apply

Expected Behavior

Create a public zone in OTC.

Actual Behavior

Failure. The terraform user has full domain access.

@anton-sidelnikov anton-sidelnikov self-assigned this Feb 23, 2024
@anton-sidelnikov
Copy link
Member

Hi @jorge-cr-13 this is swiss cloud issue please ask support team.

@anton-sidelnikov anton-sidelnikov added the otc-issue Blocked by OTC issues label Feb 23, 2024
@jorge-cr-13
Copy link
Author

Even if I’m creating the public zone on the eu-nl region?

@anton-sidelnikov
Copy link
Member

@jorge-cr-13 yep, that strange i will also ask about it, api not works for eu-nl and eu-ch2, seems something was changed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
otc-issue Blocked by OTC issues
Projects
None yet
Development

No branches or pull requests

2 participants