BAu0002
BAu0002
I have a requirement that depedencies to not have the -refresh-only argument when it is executed. Does terragrunt have this ability?
Hi, I can not see any terraform resource that allow us to add netscaler address records. Is there any plan to add this Or am I missing something?
Is there plan to have the ability to Import existing Akamai DNS/ZONE into TF?
I'm trying to import an Enhanced TLS edge hostname. I ran a code like: terraform import akamai_edge_hostname.example ehn_123,ctr_1-AB123,grp_123 When I run plan it show's the resource going to be deleted...
akamai_appsec_security_policy return a set of policy id and no json. is there an easy way to get policy name based on pollicy id?
Hi, akamai_appsec_activations return error "activation context terminated: context deadline exceeded" is there a way to extend the wait time?
I want to manage the hostname that is attached to siteShield. Is there a terraform resource that allow us to do this ?
Does Akamai provider support Client-Side Protection & Compliance (https://techdocs.akamai.com/client-side-protect-compliance/docs/welcome-client-side-protection-compliance)? if yes, can you please point to which resource I should be looking at
Hi there, ### Terraform and Akamai Terraform Provider Versions 6.4.0 ### Affected Resource(s) akamai_cps_third_party_enrollment ### Terraform Configuration Files main.tf file ``` resource "akamai_cps_third_party_enrollment" "cert_enrollment" { contract_id = var.contract.id common_name =...