You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whenever I modify my akamai_appsec_wap_selected_hostnames resource without making other changes to other resources, a new security configuration version isn't created, resulting in the following error:
Error: setting property value: Title: This operation is invalid; Type: https://problems.luna.akamaiapis.net/appsec-configuration/error-types/FORBIDDEN-OPERATION; Detail: You can't edit this security configuration version. It may be active, previously active, pending activation, or not fully created yet.
Terraform Version
Terraform v1.8.0
on linux_amd64
+ provider registry.terraform.io/akamai/akamai v6.0.0
A new security configuration version should be created if the current version has been activated, similar to what happens with akamai_appsec_selected_hostnames
Actual Behavior
No new security configuration version is created resulting in the following error message:
Error: setting property value: Title: This operation is invalid; Type: https://problems.luna.akamaiapis.net/appsec-configuration/error-types/FORBIDDEN-OPERATION; Detail: You can't edit this security configuration version. It may be active, previously active, pending activation, or not fully created yet.
Steps to Reproduce
Ensure that the latest version of the security configuration has been activated.
Modify the akamai_appsec_wap_selected_hostnames resource without modifying other resources
terraform apply
The text was updated successfully, but these errors were encountered:
Thank you for raising this issue. It's currently under investigation.
Regards,
Marcin
mstojanowski
changed the title
akamai_appsec_wap_selected_hostnames resource doesn't create new Security Config version
SECKSD-25927 akamai_appsec_wap_selected_hostnames resource doesn't create new Security Config version
Apr 12, 2024
Whenever I modify my akamai_appsec_wap_selected_hostnames resource without making other changes to other resources, a new security configuration version isn't created, resulting in the following error:
Terraform Version
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/dogmd/a90b4865ddfc8c136c7dd8e18e659883
Expected Behavior
A new security configuration version should be created if the current version has been activated, similar to what happens with
akamai_appsec_selected_hostnames
Actual Behavior
No new security configuration version is created resulting in the following error message:
Steps to Reproduce
terraform apply
The text was updated successfully, but these errors were encountered: