You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm recently upgraded to 1.5.2 and started getting error:
phpipam_first_free_subnet.new_subnet: Modifying... [id=1608]
╷
│ Error: Error getting custom fields for updating: Error from API (200): No custom fields defined
│
│ with phpipam_first_free_subnet.new_subnet,
│ on networking.tf line 6, in resource "phpipam_first_free_subnet" "new_subnet":
│ 6: resource "phpipam_first_free_subnet" "new_subnet" {
│
╵
According to the README file use next custom field format: ⚠️ NOTE on custom fields: PHPIPAM installations with custom fields must have all fields set to optional when using this plugin. For more info see https://github.com/phpipam/phpipam/issues/1073. Further to this, either ensure that your fields also do not have default values, or ensure the default is set in your TF configuration. Diff loops may happen otherwise! Custom fileds must contain mandatory prefix custom_.
I'm recently upgraded to
1.5.2
and started getting error:.tf
is pretty standard:Any ideas why it is failing?
Thanks!
The text was updated successfully, but these errors were encountered: