Kong / terraform-provider-konnect

Terraform Provider for Kong Konnect
https://registry.terraform.io/providers/kong/konnect/latest
29 stars 7 forks source link

Add Support for Distributed Configuration Management #68

Closed deirdre-anderson closed 3 weeks ago

deirdre-anderson commented 3 months ago

Add support to manage a subset of configuration state, for example with 'tags'. Similar to what we can do with decK today as documented here https://docs.konghq.com/deck/latest/guides/distributed-configuration/

mheap commented 3 months ago

@deirdre-anderson This is possible by creating separate Terraform deployments, each with their own tfstate file. Any resources not in the state file will remain unmanaged.

Would this achieve what you need?

mheap commented 3 weeks ago

Closing due to inactivity