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

Add Network related data sources #79

Open
3 tasks
jimeh opened this issue Aug 18, 2021 · 0 comments
Open
3 tasks

Add Network related data sources #79

jimeh opened this issue Aug 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jimeh
Copy link
Contributor

jimeh commented Aug 18, 2021

Details about existing networks are available through the API, and the
katapult_ip resource for example can optionally accept a network_id value.
However there's no way to get a network ID through Terraform right now.

Hence we need some data sources to fetch details about networks:

  • Add katapult_network data source to return details for a specific
    network by ID or Permalink.
  • Add katapult_networks data source to return list of all normal
    non-virtual networks available on the current organization.
  • Add katapult_virtual_networks data source to return list of all virtual
    networks available on the current organization.
@jimeh jimeh added the enhancement New feature or request label Aug 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant