cloudposse / terraform-aws-vpc-peering

Terraform module to create a peering connection between two VPCs in the same AWS account.

Home Page:https://cloudposse.com/accelerate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

data.aws_vpc.peer_src_vpc.tags does not have homogenous types

messiahUA opened this issue · comments

Trying to connect kops created VPC with manual one:

At column 33, line 1: map "data.aws_vpc.peer_src_vpc.tags" does not have homogenous types. found TypeString and then TypeMap in:

${data.aws_vpc.peer_src_vpc.tags["Name"]} to ${data.aws_vpc.peer_dst_vpc.tags["Name"]}

@aknysh thanks for reply, but actually I somehow posted an issue for the wrong repository. I'm sorry.