Glen Thomas
Glen Thomas
### Is there an existing issue for this? - [X] I have searched the existing issues ### Community Note * Please vote on this issue by adding a :thumbsup: [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/)...
With some of the resources taking a long time to apply because of activation times, I am wondering how this is typically handled within automated CI/CD processes, which will often...
### Describe the Bug I am trying to merge two maps containing tuples and am getting errors like this: ``` │ Error: Invalid function argument │ │ on depth.tf line...
I have a bug with the export-property command when exporting rule format 2024-10-21. The output is: ``` Fetching property www.something.com [OK] Fetching group [OK] Fetching property version [OK] Fetching property...
Hello, I would like to add some basic support for the [NetStorage Configuration API](https://techdocs.akamai.com/netstorage/reference/api) so that I can add some functionality to [terraform-provider-akamai](https://github.com/akamai/terraform-provider-akamai). At present, I just want to read...
I am wanting to create a new Akamai Terraform data source for NetStorage so that I can use it in my property rules to link to NetStorage origins. There is...
Hello 👋 I can't find any support for managing IAM service accounts in the Terraform or API, only user accounts. Is this something that can be added?
I want to use the [akamai_iam_role](https://techdocs.akamai.com/terraform/docs/iam-ds-role) data source to find the ID of a role using its name. I will use the role ID to generate user auth grants JSON....
DXE-4987 Change to only description of akamai_cloudlets_policy causes JSON schema validation error
We had a user create a version of a Cloudlet policy using the Akamai UI. The only thing different from the Terraform was the policy description. We attempted to use...
I am wanting to deploy an Edgeworker with only Terraform and no prior build step to be run first. I have got this working fine, except for the bundle.json creation....