-
Ideally if server properties are changed, it can be done without disruption the the server, or at a minimum using the `Rebuild` action instead of relying on Terraform to recreate the server (which cha…
-
Thanks so much for this provider!! I've been waiting for someone who can actually code this to make it happen, and was almost ready to give up and use another VPS provider.
Trying it out with an ex…
-
https://api.binarylane.com.au/reference/#tag/ServerActions/paths/~1v2~1servers~1%7Bserver_id%7D~1actions#ChangeSourceAndDestinationCheck/post
Being able to change `change_source_and_destination_che…
-
I assume you are manually publishing releases to the Terraform Registry. Latest there is 0.8.1 (https://registry.terraform.io/providers/oscarhermoso/binarylane/latest).
I believe there are Github …
-
### Module version
```
github.com/hashicorp/terraform-plugin-framework v1.11.0
```
### Relevant provider source code
```go
func ServerFirewallRulesResourceSchema(ctx context.Context) s…
-
### Terraform Version
```shell
Terraform v1.9.5
on linux_amd64
```
### Terraform Configuration Files
```terraform
resource "binarylane_server" "server" {
count = 1
name …
-
### Zig Version
0.14.0-dev.2178+bd7dda0c5
### Steps to Reproduce and Observed Behavior
Run the following command:
`zig cc anything.c`
no need to create `anything.c`.
Get the following …
-
### Provider Repository
oscarhermoso/terraform-provider-binarylane
### DCO
- [X] I sign this project's [DCO](https://developercertificate.org/)
-
`bl server action ...` commands do not output the API response data as indicated in the documentation.
e.g. `bl server action uptime --output json {server}` returns no json, but the API doc (https:…
gav- updated
2 months ago
-
## Steps to reproduce
Define server with below config
```terraform
resource "binarylane_server" "example" {
name = "tf-example"
region = "per"
image = "ubuntu-24.04"
size = "st…