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
{{ message }}
This repository has been archived by the owner on Jul 27, 2023. It is now read-only.
The "Force SSL" checkmark for the domain pz-terraform-test.b-cdn.net is set to ON, and no errors are elicited.
Actual Behavior
Terraform produces this error:
2023-02-28T17:07:57.120-0800 [ERROR] vertex "bunny_hostname.bcdn_default_hostname" error: could not add hostname
╷
│ Error: could not add hostname
│
│ with bunny_hostname.bcdn_default_hostname,
│ on main.tf line 25, in resource "bunny_hostname" "bcdn_default_hostname":
│ 25: resource "bunny_hostname" "bcdn_default_hostname" {
│
│ http-request to https://api.bunny.net/pullzone/1240826/addHostname failed: Bad Request (400), pullzone.hostname_already_registered: Hostname, The hostname is already registered.
and the desired change is not executed:
Steps to Reproduce
create the main.tf file with the contents above (with a valid API key of course!)
terraform apply
Important Factoids
Nothing atypical that I can tell.
References
No other github issues I could find.
The text was updated successfully, but these errors were encountered:
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/softminus/41bb3760844c97b9cf366e9669798840
Panic Output
No panic.
Expected Behavior
The "Force SSL" checkmark for the domain
pz-terraform-test.b-cdn.net
is set to ON, and no errors are elicited.Actual Behavior
Terraform produces this error:
and the desired change is not executed:
Steps to Reproduce
main.tf
file with the contents above (with a valid API key of course!)terraform apply
Important Factoids
Nothing atypical that I can tell.
References
No other github issues I could find.
The text was updated successfully, but these errors were encountered: