Releases: paybyphone/terraform-provider-phpipam
v0.2.0 (TF v0.8.x Compatibility Release)
This is v0.2.0, built against Terraform v0.8.8, and should work for any Terraform v0.8.x release.
If you need a version for Terraform v0.9.x, please use the mainline v0.2.0 release.
NOTE: Some examples that are now listed in the README now require TF v0.9.0 to take advantage of the ability to use computed data source count
values. Keep that in mind when using v0.8.x and upgrade when you can!
v0.2.0 (Custom field search enhancements, multiple-result data sources)
This update adds a couple of neat features: first, the ability to search for multiple custom fields in the phpipam_address
and phpipam_subnet
data sources, and second, the ability to do multiple-result searches with the plural-form phpipam_addresses
and phpipam_subnets
data sources.
There have been some changes to how the custom field searches work, so make sure to check CHANGELOG.md
and README.md
for more details.
v0.1.2 (TF v0.8.x Compatibility Release)
This is v0.1.2, built against Terraform v0.8.8, and should work for any Terraform v0.8.x release.
If you need a version for Terraform v0.9.x, please use the mainline v0.1.2 release.
v0.1.2 - Custom Field Support
Added custom field support - this plugin now supports custom fields in
addresses, subnets, and VLANs, as long as those fields are optional. Data source
searching supports addresses and subnets only, due to limitations in VLAN
searching capabilities.
v0.1.1 (TF v0.8.x Compatibility Release)
This is v0.1.1, built against Terraform v0.8.8, and should work for any Terraform v0.8.x release.
If you need a version for Terraform v0.9.x, please use the mainline v0.1.1
release.
v0.1.1 - Initial Release
Initial major release of the plugin.
If you are still on Terraform v0.8.x, you can use the v0.1.1-compat-v0.8.8
release, which as been built against TF v0.8.8 and should work for any v0.8.x version.