terraform-provider-online
terraform-provider-online copied to clipboard
Terraform provider for Online.net
I have an existing server I want to import into my terraform state. Running `terraform import online_server.master ` returns with: ``` online_server.master: Importing from ID ""... Error: resource online_server doesn't...
There is a limit of 30 actions done in one API call to an RPNv2. We should change the provider to respect this limit.
Previously with the server resource we can only update the domain and edit the public IP. This PR adds the ability to create the server.
We should make the setting to get a MAC on a failover IP delete the MAC on a failover if it is set but not wanted using `/server/failover/deleteMac`
When changing failover IPs to quickly we get the `Failover address routing in progress` error. Now we handle this as an error, we should let the provider recognize the error...
When running `terraform plan` after a successful create of `online_server` the plan wants to make the interface properties empty every time. ``` ~ module.production_cluster.online_server.worker_server public_interface.address: "xxx.xxx.xxx.xxx" => "" public_interface.dns: "rev.poneytelecom.eu."...
Could you have a test fixtures https://dave.cheney.net/2016/05/10/test-fixtures-in-go that contain credentials to a specific set of resources? I would like to test this provider easily with an internal account that got...
We should add the ability to change the reverse hostname of a failover ip in the `online_failover_ip` resource instead of a separate one
We need instructions on how to install this analog to https://github.com/mcuadros/terraform-provider-helm#installation
Fixed a couple typos (provider was spelled wrong, capitalized provider in a section heading).