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

[Feature]: add data_source for equinix_network_acl_template #628

Open
Fuxbert opened this issue Mar 27, 2024 · 0 comments
Open

[Feature]: add data_source for equinix_network_acl_template #628

Fuxbert opened this issue Mar 27, 2024 · 0 comments
Labels
area/resources/network-edge Issues related to Network Edge APIs enhancement New feature or request

Comments

@Fuxbert
Copy link

Fuxbert commented Mar 27, 2024

Description

API endpoint offers a GET to retrieve all or specific NACL ids, this is currently not supported in Terraform provider without a workaround via data.equinix_network_device
Creating this data_source would align TF provider and API usability

New or Affected Terraform Resources

data.equinix_network_acl_template (new)

Potential Terraform Configuration

data "equinix_network_acl_template" "here" {
  name = <queried_nacl_name>
  }
output "nacl_id" {
  value = data.equinix_network_acl_template.here.id
  }
@Fuxbert Fuxbert added the enhancement New feature or request label Mar 27, 2024
@displague displague added the area/resources/network-edge Issues related to Network Edge APIs label Mar 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/resources/network-edge Issues related to Network Edge APIs enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants