Skip to content

Releases: lord-kyron/terraform-provider-phpipam

v1.6.2

06 Jun 08:20
146cded
Compare
Choose a tag to compare

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

16 May 09:25
Compare
Choose a tag to compare

Fix error for vlans where custom field not defined

v1.5.1

16 May 09:06
0f1c95d
Compare
Choose a tag to compare

Added missing GET request fix.

v1.5.0

16 May 06:09
Compare
Choose a tag to compare

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

27 Apr 07:06
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.3.8...v1.4.0

v1.3.8

24 Feb 09:55
Compare
Choose a tag to compare

Full Changelog: v1.3.6...v1.3.8

v1.3.6

02 Aug 20:48
ebdfff7
Compare
Choose a tag to compare
update vendor repos

v1.3.5

02 Aug 20:30
4e873d7
Compare
Choose a tag to compare
Update terraform registry docs

v1.3.3

27 Jul 21:50
Compare
Choose a tag to compare
fix

v1.2.12

29 Mar 14:56
5ec186c
Compare
Choose a tag to compare
exclude windows_arm64 from build