You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to create a vpc, and replicate an existing RDS instance. It's failing with error below :
Error: Incorrect attribute value type
on .terraform/modules/rds_replica/main.tf line 68, in resource "aws_db_subnet_group" "default":
68: subnet_ids = ["${var.subnet_ids}"]
Inappropriate value for attribute "subnet_ids": element 0: string required.
Error: Incorrect attribute value type
on .terraform/modules/rds_replica.dns_host_name/main.tf line 7, in resource "aws_route53_record" "default":
7: records = ["${var.records}"]
Inappropriate value for attribute "records": element 0: string required.
I am using public subnet's manually now, just till the problem I first mentioned is solved. I have these values for zoneid and hostname :
I am also facing this issue. Has anyone come up with a work around or is there a plan to fix this in the near future? @akshaysgithub have you fixed the problem for yourself?
Hello friends,
I am trying to create a vpc, and replicate an existing RDS instance. It's failing with error below :
What am I doing wrong?
COde :
The text was updated successfully, but these errors were encountered: