When creating a single node cluster with private networking on a self hosted account, the cluster creation fails to complete.
When applying changes to biganimal_cluster.single_node_cluster, provider "provider[\"registry.terraform.io/enterprisedb/biganimal\"]" produced an unexpected new value: .allowed_ip_ranges: planned set element cty.ObjectVal(map[string]cty.Value{"cidr_block":cty.StringVal("0.0.0.0/0"), "description":cty.StringVal("")}) does not correlate with any element in actual.
The problem is that terraform validates that allowed_ip_ranges cannot be set when private_networking is enabled, but the API is returning the following:
Describe the bug
When creating a single node cluster with private networking on a self hosted account, the cluster creation fails to complete.
The problem is that terraform validates that
allowed_ip_ranges
cannot be set whenprivate_networking
is enabled, but the API is returning the following:To Reproduce Use the single node example provided in this repository to reproduce this issue.
Expected behavior A clear and concise description of what you expected to happen.
Terraform and Provider Version:
Affected Resource(s):