Describe the bugpe_allowed_principal_ids is added wrongly which causes the error│ Principal IDs for private networking are supported for BigAnimal Deployment only.
cloud_provider = "azure" // "bah:aws" uses BigAnimal's cloud account AWS, use "aws" for your cloud account
private_networking = true
run terrafrom plan and terraform apply
it will return
│ Error: status: 400 - Bad Request
│
│ with biganimal_cluster.single_node_cluster,
│ on test.tf line 34, in resource "biganimal_cluster" "single_node_cluster":
│ 34: resource "biganimal_cluster" "single_node_cluster" {
│
│ Principal IDs for private networking are supported for BigAnimal Deployment only.
│
╵
Expected behavior
pe_allowed_principal_ids is only required from BAH private clusters.
Screenshots
Terraform and Provider Version:
Please share the terraform version output
❯ terraform version
Terraform v1.9.3
on darwin_amd64
biganimal = {
source = "EnterpriseDB/biganimal"
version = "1.1.0"
}
Affected Resource(s):
Please list the resources as a list, for example:
Describe the bug
pe_allowed_principal_ids
is added wrongly which causes the error│ Principal IDs for private networking are supported for BigAnimal Deployment only.
To Reproduce Steps to reproduce the behavior:
Expected behavior pe_allowed_principal_ids is only required from BAH private clusters.
Screenshots
Terraform and Provider Version: Please share the
terraform version
outputAffected Resource(s): Please list the resources as a list, for example: