Releases: lord-kyron/terraform-provider-phpipam
Releases · lord-kyron/terraform-provider-phpipam
v1.6.2
v1.6.2
Fixed issues:
- #73 - Error getting custom fields for updating: Error from API (200): No custom fields defined
- #78 - Feature Request: Please add the "is_pool" field to the phpipam_subnet resource
- #79 - Support/FIX for PHPIPAM 1.6
- #80 - JSON parsing error: json: cannot unmarshal number into Go struct field Section.showVLAN
- #81 - Spurious "No custom fields defined" error
- #84 - Error when using provider with phpipam Version 1.6.0
- #85 - Set custom fields directly on subnet creation
- #87 - Importing vlan fails
Improvements (merged pull requests):
- #74 - Align documentation to terraform standards
- #82 - Do not try to update custom fields if no custom field definitions exist
- #86 - Use nest custom fields (subnets)
- #88 - Add Section and Vlan import feature
- #89 - Prevent null section_id after creating first_free_subnet resource
- #90 - Backward compatibility of phpipam API format for phpipam 1.6.0 and higher
v1.5.2
Fix error for vlans where custom field not defined
v1.5.1
Added missing GET request fix.
v1.5.0
v1.5.0
- added posibility to create Vlan with the same number id different l2_domains
- added posibility to create Subnet with the same CIDR in different Sections
- fixed read subnet data resource with section_id, subnet_address and subnet_mask parameters
- created terraform resource and data packages for l2domains controller
- fixed modules dependencies that will allow to run make testacc command
- fixed custom field read for data sources (subnet, address, vlan)
- fixed clean up custom field during resource update
- refactored Unit tests
- Applied fix for issue #66
- Applied fix for issue #67
v1.4.0
What's Changed
- Create LICENSE.md by @lord-kyron in #59
- Updated phpipam sdk to version v0.1.4 by @pavel-z1 in #63
- Added resolveDNS option by @pavel-z1 in #65
- Using subnet in search of free ip by @tlitovsk in #61
New Contributors
Full Changelog: v1.3.8...v1.4.0
v1.3.8
- Updated vendor repos
- Build with Go 1.20
- Merged feature from pull request #51
- Merged feature from pull request #56
Full Changelog: v1.3.6...v1.3.8
v1.3.6
update vendor repos
v1.3.5
Update terraform registry docs
v1.3.3
fix
v1.2.12
exclude windows_arm64 from build