-
### Terraform Version
all versiions
### Affected Resource(s)
- server_networks
### Terraform Configuration Files
```terraform
resource "gridscale_server" "node" {
name = "network-orderin…
-
Based on https://registry.terraform.io/providers/gridscale/gridscale/latest/docs/resources/firewall, the docs says "Packets that do not match any rules are blocked by default". However, the non-define…
-
Due to wrong information on official API docs https://gridscale.io/en//api-documentation/index.html#operation/rollbackStorageBackup, the method `RollbackStorageBackup` won't work. The correct API endp…
-
https://github.com/gridscale/gsclient-go/blob/master/marketplace_application.go#L119
`Authors string `json:"authors"`` should be changed to `Author string `json:"author"``
-
Create GH releases with goreleaser.
-
This happens due to a wrong field's name (which is described in gridscale's API docs). `storage_backups` is supposed to be `storages_backups`.
-
Kubernetes v1.18.x
https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG-XXX.md
### Provide a new release with the kubernetes version v1.18.x
* [x] Check with the teams about wip c…
-
gscloud is using `github.com/gridscale/table` for the table rendering stuff. Upstream closed https://github.com/rodaine/table/issues/12 so we can switch back to `github.com/rodaine/table` and remove o…
-
First: I want to thank the team working on this project, and all the contributors.
Second:
### Issue description
Evern after being authenticated, I'm not able to access the internet, I suspected th…
-
Dear beloved OpenMole gurus,
As I don't achieve to run Java task using a jar (cf #465 ), I try to package my java program as a plugin instead, as recommended by the doc.
I start with the basic …