Releases: akuity/terraform-provider-akp
Releases · akuity/terraform-provider-akp
v0.4.2
fix: delete cluster event when kubectl is unaccessible (#32)
v0.4.1
Fix: inconsistent result after apply (#25)
v0.4.0
Remove `custom_image_*` fields (#24) * Remove `custom_image_*` fields * Update readme
v0.3.2
Return an error when apply manifests fails (#20)
v0.3.1
Update readme
v0.3.0
Bump google.golang.org/grpc from 1.51.0 to 1.52.3
v0.3.0-rc.1
Advanced `akp_instance` management (#14) * Add `rbac_config` to akp_instance * Add `config` to akp_instance * Add `spec` to akp_instance * Add plan modifiers tolerant to null values
v0.2.1
Refactor (#11) * Refactor clusters * Refactor instances * Docs update
v0.2.0
Add kubectl apply (#10) * Add k8s client * Add kubectl delete * Fix datasource tests * Update Readme
v0.1.1
Fix an error when resource is not found (#3) * Update state instead of error when cluster is not found * Delete instance from state instead of error when client returns 404 * Run tests only on 1.2 and 1.3