Apigee X GCP KVM entries updation support

I have a use case where I need to update KVM entries values with respective backend service URLs every time on the deployment of backend applications. As GCP API not supporting UPDATE action on KVM entries and terraform too. Any solution for the same automation of Updating the KVM entries?

0 2 142
2 REPLIES 2

Which version of Apigee are you using? 

There are Management APIs that allow you to create and delete KVM entries.

https://cloud.google.com/apigee/docs/reference/apis/apigee/rest/v1/organizations.environments.keyval...

@dknezic Thanks for your response we overcome this limitation of the updation of KVM by creating new entries for every new set of backend applications.