-
Notifications
You must be signed in to change notification settings - Fork 99
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
DXE-3486 network_list_activations not triggering activation after network list change #518
Comments
Hi @szadam0829 , Thank you for reporting this ticket.
Then I run:
The second and the third steps produce valid activation in tfstate file and in UI.
Could you please check if I missed anything and provide more details about your configuration or add some logs? Thanks, |
Hi @PawelSnoch ,
This time terraform shows no changes in the configuration |
Hi @szadam0829, Thanks, |
Hi @szadam0829 , this should be fixed in the recent 6.4.0 release. |
Hi @lkowalsk-akamai-com , sorry for the very late reply, we were only able to test it now. I can confirm it is fixed. |
Hi there,
We have an issue with the network lists activation after the network list have been modified. As per company policy, we have to activate the staging and prod network separately, because the teams have to test the changes on staging before we enable them on production. Because of this we usually run terraform -target, first for the network list, this part works fine, the change is applied, and we can see it on the UI, where we can initiate the activations, if we want. But when we run it targeting the activations, nothing happens, terraform reports, that there is no change. We checked the resources' states with terraform state show, and found, that the sync point attribute of the activations is already matching the sync point of the new network list configuration, without applying anything on those resources. It also shows that the network list is ACTIVATED, however we can see on the UI, that it's in MODIFIED state.
If we downgrade the provider to 5.3.0, where the notes property change is not yet suppressed, we can trigger the activation with changing the notes property.
Terraform Version
Terraform v1.6.6
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
Panic Output
None
Expected Behavior
The activation should have triggered after the network list have changed. The provider should correctly identify the network list's status as MODIFIED.
Actual Behavior
Nothing happened. Terraform reported, that there was no change to the configuration. The provider shows, that the network list is ACTIVATED, but it's not, we can see the MODIFIED status on the Akamai UI, and have to trigger it from there.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply -target akamai_networklist_network_list.blacklist
terraform apply -target akamai_networklist_activations.staging_blacklist
The text was updated successfully, but these errors were encountered: