terraform-provider-akamai
terraform-provider-akamai copied to clipboard
Resource request - Write an EdgeKV item
Hi there,
This is a request to create a Terraform resource to perform the same action of this API endpoint: https://techdocs.akamai.com/edgekv/reference/put_item.
Terraform Version
1.1.9
Hi @danieldbr ,
As you can read in the EdgeKV resource documentation, at this stage we just support inserting initial data. If the users need to update the edgekv namespace items, they must do it either from their EdgeWorker via API (the most common usage), or programmatically through the edgekv-golang library.
Thank you for your suggestion, we will take it into consideration (we already thought about that during the initial design phase for EdgeKV terraform support).
Regards,
Roberto
Hi @danieldbr , just letting you know that we are currently working on adding this functionality. It should be available in coming months. Will update the ticket once I have more details
Hi @danieldbr - possibility to manage items within EdgeKV was introducent in recenent release.