We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
When using the phpipam_first_free_subnet resource I always have a Terraform diff on custom_fields
phpipam_first_free_subnet
custom_fields
Example
data "phpipam_subnet" "main" { subnet_address = "10.191.0.0" subnet_mask = 18 } resource "phpipam_first_free_subnet" "serverless_subnets" { section_id = data.phpipam_subnet.main.section_id parent_subnet_id = data.phpipam_subnet.main.subnet_id subnet_mask = 28 description = "Used by xxx" }
~ resource "phpipam_first_free_subnet" "serverless_subnets" { + custom_fields = (known after apply) id = "102" # (28 unchanged attributes hidden) }
Even after apply, the diff is still here.
The text was updated successfully, but these errors were encountered:
@pavel-z1 FYI
Sorry, something went wrong.
pavel-z1
No branches or pull requests
Hi,
When using the
phpipam_first_free_subnet
resource I always have a Terraform diff oncustom_fields
Example
Even after apply, the diff is still here.
The text was updated successfully, but these errors were encountered: