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
When I import a bunnynet_pullzone created automatically from an A DNS record (for example test-cdn-new.com to ip 12.12.12.12)
origin.url on bunny will be cty.StringVal("https://12.12.12.12") or cty.StringVal("http://12.12.12.12")
If I manually change the origin URL in the Bunny.net web console from "http://12.12.12.12" to "https://12.12.12.12" the cty.StringVal value will be set to "https://12.12.12.12:443"
I would like to terraform can change this value if in banny set diferent value or when auto create bunnynet_pullzone from A DNS record cty.StringVal set "https://12.12.12.12:443"
error:
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to bunnynet_pullzone.pullzone["test-cdn-new.com"], provider "provider[\"registry.terraform.io/bunnyway/bunnynet\"]" produced an unexpected new value: .origin.url: was cty.StringVal("https://12.12.12.12"), but now
│ cty.StringVal("https://12.12.12.12:443/").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Also, if the original DNS record is modified via Terraform, the following will happen (random http or https and 80 or 443):
│ When applying changes to bunnynet_pullzone.pullzone_a_records["2**3"], provider "provider[\"registry.terraform.io/bunnyway/bunnynet\"]" produced an unexpected new value: .origin.url: was cty.StringVal("http://12.12.12.12"), but now
│ cty.StringVal("http://12.12.12.12:80").
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
When I import a bunnynet_pullzone created automatically from an A DNS record (for example test-cdn-new.com to ip 12.12.12.12)
origin.url on bunny will be
cty.StringVal("https://12.12.12.12")
orcty.StringVal("http://12.12.12.12")
If I manually change the origin URL in the Bunny.net web console from
"http://12.12.12.12"
to"https://12.12.12.12"
thecty.StringVal
value will be set to"https://12.12.12.12:443"
I would like to terraform can change this value if in banny set diferent value or when auto create bunnynet_pullzone from A DNS record cty.StringVal set
"https://12.12.12.12:443"
error:
terraform and provider:
The text was updated successfully, but these errors were encountered: