Chris McKeown
Chris McKeown
Follow up to the above - I _think_ this issue might be related to the Internet Connection Sharing service which also spins up a DNS service of some kind, and...
Related to https://github.com/oracle/terraform-provider-oci/issues/1324
> how can we define multiple ports eg 80, 443 ? @yyyadvendra You can declare more than one `ingress_security_rules` block. So in this case you would have two, one with...
Why create a new issue when everything we need to know is already in this one? I started following this issue recently because I came up against exactly the same...
This one caught me out too. I manually created a Security List in the portal and then imported the state to see what it looks like in Terraform. For both...
@paultyng @joshuaspence Is this repo still being maintained?
My PR fixes this issue: https://github.com/paultyng/terraform-provider-unifi/pull/454
It looks like the `data_type` field was removed from the `item` object API way back in the upgrade from version 3.2 to 3.4. It's listed as a "Backward incompatible change"...