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
we are using the latest version of the provider (1.3.6) and are facing a similiar issue as described here #43
In our case it happens for the resource phpipam_first_free_subnet
The error is the same:
Error: Subnet either missing or multiple results returned by reading subnet after creation
We are using PHPIPam to manage secondary IP Ranges for Google Kubernetes Engine clusters.
Each environment is a separate section in PHPIPAM and each one contains the same Parent Subnet Range, where we can dynamically allocate new subnets from.
From a technical perspective its desired to re-use the same IP Ranges in different stages, hence the separate sections.
The creation of the next free subnet seems to work, as i can see it in PHPIPAM, however as with #43 the answer back with the result contains all subnets across all sections that have the very same range.
I tried to provide the section_id parameter to the resource, but that returns the error:
Error: "section_id": this field cannot be set
Happy to provide more details if required.
The text was updated successfully, but these errors were encountered:
Hi,
we are using the latest version of the provider (1.3.6) and are facing a similiar issue as described here #43
In our case it happens for the resource
phpipam_first_free_subnet
The error is the same:
Error: Subnet either missing or multiple results returned by reading subnet after creation
We are using PHPIPam to manage secondary IP Ranges for Google Kubernetes Engine clusters.
Each environment is a separate section in PHPIPAM and each one contains the same Parent Subnet Range, where we can dynamically allocate new subnets from.
From a technical perspective its desired to re-use the same IP Ranges in different stages, hence the separate sections.
The creation of the next free subnet seems to work, as i can see it in PHPIPAM, however as with #43 the answer back with the result contains all subnets across all sections that have the very same range.
I tried to provide the
section_id
parameter to the resource, but that returns the error:Error: "section_id": this field cannot be set
Happy to provide more details if required.
The text was updated successfully, but these errors were encountered: