When creating a alicloud_vpn_gateway instance, if I set enable_ipsec = false, it ignores that setting and creates a gateway with ipsec enabled anyway. Then, on the next terraform run, it sees that ipsec is enabled and tries to delete the alicloud_vpn_gateway and recreate it with enable_ipsec = false, which it again ignores, and so on forever.
When creating a
alicloud_vpn_gateway
instance, if I setenable_ipsec = false
, it ignores that setting and creates a gateway with ipsec enabled anyway. Then, on the next terraform run, it sees that ipsec is enabled and tries to delete thealicloud_vpn_gateway
and recreate it withenable_ipsec = false
, which it again ignores, and so on forever.Terraform Version
Terraform: 0.12.17 Alicloud: 1.64.0
Affected Resource(s)
Please list the resources as a list, for example: