Skip to content
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

Network list does not support group identification #243

Closed
ericdebeij opened this issue Jun 30, 2021 · 2 comments
Closed

Network list does not support group identification #243

ericdebeij opened this issue Jun 30, 2021 · 2 comments

Comments

@ericdebeij
Copy link

Resource "akamai_networklist_network_list" does not support Access Control Group.

This is a feature request to support group identification as this currently requires manual creation of the Network list via the UI and import it into tf.

Suggested syntax similar to DNS:
resource "akamai_networklist_network_list" "network_list" {
name = "hdebeij"
type = "IP"
description = "Erics network list"
group = data.akamai_group.default.id

Current output gives
│ Error: Unsupported argument
│ An argument named "group" is not expected here

416e64726579 pushed a commit to 416e64726579/terraform-provider-akamai that referenced this issue Jul 10, 2021
416e64726579 pushed a commit to 416e64726579/terraform-provider-akamai that referenced this issue Jul 10, 2021
416e64726579 pushed a commit to 416e64726579/terraform-provider-akamai that referenced this issue Jul 26, 2021
@lkowalsk-akamai-com
Copy link
Contributor

Hi @ericdebeij, we are currently working on this enhancement. I cannot share any exact dates, but it should be a part of one of next releases. I will update this ticket once released.

@piotrpio piotrpio mentioned this issue Dec 6, 2021
@lkowalsk-akamai-com
Copy link
Contributor

Hi @ericdebeij,
This feature has been added with release v1.9.0 of Akamai Terraform Provider.

416e64726579 pushed a commit to 416e64726579/terraform-provider-akamai that referenced this issue Dec 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging a pull request may close this issue.

2 participants