infobloxopen / terraform-provider-infoblox

Infoblox NIOS Terraform Provider
https://github.com/infobloxopen/terraform-provider-infoblox
Mozilla Public License 2.0
67 stars 77 forks source link

Error: Getting CNAME Record failed : not found #240

Open sbeswick21 opened 1 year ago

sbeswick21 commented 1 year ago

│ Error: Getting CNAME Record failed : not found

│ with data.infoblox_cname_record.vip_host,

│ on main.tf line 48, in data "infoblox_cname_record" "vip_host":

│ 48: data "infoblox_cname_record" "vip_host" {

data "infoblox_cname_record" "vip_host" {

dns_view="default"

alias="test-terraform.test.com"

canonical="test-terraform.test.com"

}

Thoughts?

skudriavtsev commented 1 year ago

Did not get your point. Could you please provide the exact list of steps which lead to the issue, and exact content of TF files used. Some minimal portion with the issue still being reproducible.

And do not forget to specify the version of Terraform and the Infoblox plugin you use: either an official version or a commit ID you cloned the repository at.

P.S.: please be careful with formatting, it is not easy to understand the content of your last message.