Skip to content

Releases: paybyphone/terraform-provider-phpipam

v0.2.0 (TF v0.8.x Compatibility Release)

08 Apr 01:32
Compare
Choose a tag to compare

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)

08 Apr 01:29
Compare
Choose a tag to compare

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)

04 Apr 18:04
Compare
Choose a tag to compare

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

04 Apr 18:02
Compare
Choose a tag to compare

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)

24 Mar 22:30
Compare
Choose a tag to compare

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

24 Mar 22:29
Compare
Choose a tag to compare

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.