This message was deleted.
# aws
s
This message was deleted.
l
Looks more like a type error? There's no Terraform code actually run in Pulumi; this error is saying that a schema (presumably loaded from a Terraform library) has been violated.
Error reading level config: '' expected type 'string', got unconvertible type '[]interface {}', value: '[74D93920-ED26-11E3-AC10-0800200C9A66]'
Does a VPC link require an array of ARNs?
s
It is a bit confusing as under inputs it says
str
, but then says โ€œThe list of network load balancer arns in the VPC targeted by the VPC link. Currently AWS only supports 1 target.โ€
But that is a good idea - I will try just the arn alone.
l
The GUID is also a hint.. nothing in there should be a GUID, they should all be ARNs, so if you can find where that's coming from, it'll help.
s
๐Ÿ‘