Wrong class in example Code
similiar to #1464
You provide an example in the docs for an storage class.
resource "stackit_postgresflex_instance" "example" {
# ...
storage = {
class = "class" # <---
size = 5
}
}
but this storage class does not exist.
Replace it with a working example: premium-perf2-stackit.
DX is a pain Part 2
I had to look up the available classes of storage in the portal https://portal.stackit.cloud/postgres-flex/instances/wizard
At least this time (not like in #1464 ) the names are directly visible and I dont need to look into the HTML.
Would be super cool to provide a link in the docs to all storage classes and provide a WORKING example.
I really appreciate that stackit want to be a EU baked hyperscaler, but you guys have to eat your own dogfood to improve the developer experiance, else you will loose potentiall customers because dev's are complaining that your documentation is bad / not working.
Wrong class in example Code
similiar to #1464
You provide an example in the docs for an storage class.
but this storage class does not exist.
Replace it with a working example:
premium-perf2-stackit.DX is a pain Part 2
I had to look up the available classes of storage in the portal https://portal.stackit.cloud/postgres-flex/instances/wizard
At least this time (not like in #1464 ) the names are directly visible and I dont need to look into the HTML.
Would be super cool to provide a link in the docs to all storage classes and provide a WORKING example.
I really appreciate that stackit want to be a EU baked hyperscaler, but you guys have to eat your own dogfood to improve the developer experiance, else you will loose potentiall customers because dev's are complaining that your documentation is bad / not working.