Skip to content
New issue

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

Terraform permadiff on field custom_fields #95

Open
MatthieuuC opened this issue Sep 16, 2024 · 1 comment
Open

Terraform permadiff on field custom_fields #95

MatthieuuC opened this issue Sep 16, 2024 · 1 comment
Assignees

Comments

@MatthieuuC
Copy link
Contributor

Hi,

When using the phpipam_first_free_subnet resource I always have a Terraform diff on 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.

@lord-kyron
Copy link
Owner

@pavel-z1 FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants