You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
user@server:~$ terraform apply
[...]
│
│ Error: Provider produced inconsistent final plan
│
│ When expanding the plan for
│ ovh_domain_zone_record.server_dns_record_AAAA["node1"] to include new
│ values learned so far during apply, provider
│ "registry.terraform.io/ovh/ovh" produced an invalid new value for .target:
│ was cty.StringVal(""), but now cty.StringVal("2a01:4f9:c013:87b::1").
│
│ This is a bug in the provider, which should be reported in the provider's
│ own issue tracker.
│
Additional context
This code have been used a 100s of time and failed twice so far with same output.
Running same code a second time makes creation successful.
terraform plan always present the same creation action:
user@server:~$ terraform apply
[...]
# ovh_domain_zone_record.server_dns_record_AAAA["node1"] will be created
+ resource "ovh_domain_zone_record" "server_dns_record_AAAA" {
+ fieldtype = "AAAA"
+ id = (known after apply)
+ subdomain = "node1"
+ ttl = 3600
+ zone = "koopilot.tech"
}
The text was updated successfully, but these errors were encountered:
Thanks for opening this issue. Unfortunately I'm unable to reproduce this problem, would you be able to retrieve or get new error logs using TF_LOG=debug ?
Describe the bug
From time to time, Provider produced inconsistent final plan when creating AAAA DNS record
Terraform Version
Terraform v1.5.7
OVH Terraform Provider Version
ovh/ovh v1.6.0 (signed by a HashiCorp partner, key ID F56D1A6CBDAAADA5)
Affected Resource(s)
resources:
Terraform Configuration Files
Expected Behavior
Actual Behavior
Additional context
This code have been used a 100s of time and failed twice so far with same output.
Running same code a second time makes creation successful.
terraform plan
always present the same creation action:The text was updated successfully, but these errors were encountered: