Open atrilok opened 1 year ago
I'm seeing similar issues with GCP:
resource "astra_private_link" "main" {
allowed_principals = [var.project_id]
database_id = astra_database.main.id
datacenter_id = local.datacenter_id
}
Error: json: cannot unmarshal string into Go value of type astra.Errors
│
│ with module.infrastructure.module.astra-db.astra_private_link.main,
│ on ../../../../modules/astra-db/network.tf line 1, in resource "astra_private_link" "main":
│ 1: resource "astra_private_link" "main" {
@oscar-b although they are both related to private link these look like different issues to me, may be worth opening your own issue and providing more details there.
Terraform Version
Terraform v1.2.8
Affected Resource(s)
Terraform Configuration Files
Expected Behavior
The resource 'astra_private_link' should create a private link successfully on the console. In addition, the link 'astra_private_link_endpoint' should create the endpoint successfully on Astra.
The corresponding private link endpoint on AWS was created successfully:
Actual Behavior
The resource 'astra_private_link_endpoint' is throwing the following error:
Steps to Reproduce
Important Factoids
This is the code I am running for your reference:
┆Issue is synchronized with this Jira Task by Unito ┆Issue Number: TERRA-95 ┆Priority: Major