Context
The SKE API supports extensions.dns.gatewayApi, but the Terraform provider schema currently does not expose a corresponding argument in stackit_ske_cluster.
Because of this gap, this repository currently uses a temporary API workaround:
- Terraform resource:
terraform_data.dns_gateway_api_workaround
- Script:
src/modules/platform-kubernetes/scripts/ske-enable-dns-gateway-api.sh
- Docs:
docs/ske-dns-gateway-api-workaround.md
Exit criteria
References
- SKE API spec:
services/ske/v2/ske.json (extensions.dns.gatewayApi)
- Provider resource docs:
stackit_ske_cluster nested schema for extensions.dns
Context
The SKE API supports
extensions.dns.gatewayApi, but the Terraform provider schema currently does not expose a corresponding argument instackit_ske_cluster.Because of this gap, this repository currently uses a temporary API workaround:
terraform_data.dns_gateway_api_workaroundsrc/modules/platform-kubernetes/scripts/ske-enable-dns-gateway-api.shdocs/ske-dns-gateway-api-workaround.mdExit criteria
extensions.dns.gatewayApinatively.terraform_data.dns_gateway_api_workaroundis removed.ske-enable-dns-gateway-api.shis removed.References
services/ske/v2/ske.json(extensions.dns.gatewayApi)stackit_ske_clusternested schema forextensions.dns