Releases: Kong/terraform-provider-konnect
Releases · Kong/terraform-provider-konnect
v2.2.0
v2.1.0
Release v2.1.0
v2.0.2
Release v2.0.2
v2.0.1
Bug Fixes
- Switched
CLUSTER_TYPE_HYBRID
to a deprecation rather than a hard removal as changing thetype
results in resource replacement
v2.0.0
🚨 BREAKING CHANGES
- The
konnect_cloud_gateway_transit_gateway
resource structure has had a bug fix that enables both AWS and Azure support. This has changed the resource structure and you will need to recreate any transit gateway attachments. CLUSTER_TYPE_HYBRID
is an internal cluster name which has now been removed from the provider. UseCLUSTER_TYPE_CONTROL_PLANE
instead.- Setting
scopes = []
in the OpenID Connect plugin is now respected. This means that the default has changed from['openid']
to[]
.
Features
- Updated Kong Gateway plugin schemas to 3.8.x
- Added support for Azure Cloud Gateways deployments
Bug Fixes
- Fix OpenAPI filename validation in API Products when using variables
v1.0.0
- Released
terraform-provider-konnect
as GA 🎉
v0.7.0
Features
- Add the
konnect_gateway_custom_plugin
resource for managing non-bundled plugins - Add support for all bundled Kong plugins
- Add support for
labels
tokonnect_api_product_version
- Add support for
ordering
tokonnect_gateway_plugin
Bug fixes
- Force recreation of
konnect_gateway_*
entities ifcontrol_plane_id
changes proxy_urls
onkonnect_control_plane
anddataplane_groups
onkonnect_cloud_gateway
are now marked as sets rather than list. This makesterraform diff
ignore the order of items in the list.
v0.6.3
Features
- Add support for
labels
toapplication_auth_strategies
Bug fixes
- The
cluster_cert_key
inserverless_cloud_gateway
is now marked assensitive
v0.6.2
Features
- Add the ability for the Kong team to use the provider against development environments
Bug fixes
- Generate up to date documentation
v0.6.1
Features
- Add list of
enums
for available roles when using the Identity API - Add pattern validation based on OpenAPI spec when running
terraform validate
Bug Fixes
- Fixed
terraform import
for thekonnect_portal
resource