krystal / terraform-provider-katapult

Terraform Provider for Katapult.
https://registry.terraform.io/providers/krystal/katapult/latest/docs
MIT License
5 stars 2 forks source link

chore: v6provider setup + ip resource and data source #110

Closed ikadix closed 1 year ago

ikadix commented 1 year ago

Closes #108

Adds a v6provider package Adds the ip resource and data source to this package Add the v6provider to the muxserver

The ip resource in provider is kept and loaded as katapult_legacy_ip during acceptance tests.

The provider package is updated to no longer use DefaultFunc and no longer required fields. This is now handled in the configure step to align with the v6provider which cannot use DefaultFunc