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

Failure when manipulating description on aviatrix_firewall_policy.firewall_policy_standard #1647

Open
bruman opened this issue Mar 13, 2023 · 0 comments

Comments

@bruman
Copy link

bruman commented Mar 13, 2023

Failure when manipulating description on aviatrix_firewall_policy.firewall_policy_standard

When setting a description in aviatrix_firewall_policy.firewall_policy_standard or destroying an object with a description

  # module.aviatrix-gateway[0].aviatrix_firewall_policy.firewall_policy_standard["Rule29"] must be replaced
-/+ resource "aviatrix_firewall_policy" "firewall_policy_standard" {
      - description = "SFTP" -> null # forces replacement
      ~ id          = "FQDN-Filter-GW-xxxx~0.0.0.0/0~1.1.1.1/32~tcp~4422~allow" -> (known after apply)
      ~ position    = 3 -> (known after apply)
        # (7 unchanged attributes hidden)
    }

you get an error
Error: json Decode "delete_stateful_firewall_rules" failed: invalid character '<' looking for beginning of value
You get a similar error when trying to create a stateful firewall rule with a description

This is with the aviatrix terraform provider 3.0.1 and 3.0.2

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

1 participant