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

DXE-4655 Data source for akamai_clientlist_list #605

Open
glenthomas opened this issue Jan 21, 2025 · 1 comment · May be fixed by #606
Open

DXE-4655 Data source for akamai_clientlist_list #605

glenthomas opened this issue Jan 21, 2025 · 1 comment · May be fixed by #606

Comments

@glenthomas
Copy link

glenthomas commented Jan 21, 2025

I would like to add new data source for:

  • akamai_clientlist_list to return the content of a client list.

akamai_clientlist_list

This data source would return the content of a client list. I need to fetch a list of IP ranges from a client list to include in my property rule tree.

Arguments

Pass the required list ID argument to fetch the client list.

Argument Description
list_id A client list's ID.

Attributes

The standard output returns attributes about your client lists as jsonencode, list, and output_text.

Attribute Description
name The client lists's name.
element_count The total number of items in your list.
client_list_type The client list's type. GEO, ASN, TLSFingerprint or FileHash
unique_id The client list's ID.
description Additional information about the client list.
version Returns the version of your client list.
deprecated Whether your client list is deprecated.
list_type The type of list, either CL for client list or NL for network list.
items The entries of the client list.

Example

data "akamai_clientlist_list" "my_client_list" {
  list_id = "123_LIST"
}
@glenthomas glenthomas linked a pull request Jan 21, 2025 that will close this issue
@KonradRajda
Copy link

Hi @glenthomas
Thanks for raising the issue and your suggestion. I have created ticket for internal investigation.
We will keep you informed about the progress.

BR,
Konrad

@KonradRajda KonradRajda changed the title Data source for akamai_clientlist_list DXE-4655 Data source for akamai_clientlist_list Jan 23, 2025
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.

3 participants