This message was deleted.
# golang
s
This message was deleted.
b
The ECS JSON takes a string, and the
dbSecret.Arn
is an eventual value, so you'll need to access it via an
ApplyT
Here's an example: https://github.com/jaxxstorm/iac-in-go/blob/fb5eb2c35ed9b4498b35701f3a3e4a43d6c896f7/bastion/main.go#L67-L93
q
Gotcha. So pretty much like https://github.com/pulumi/automation-api-examples/blob/main/go/local_program/fargate/main.go#L152-L163 Is there a way to run
ApplyT
with several values? Since I need more than just
dbSecret.Arn
as eventual values.
b
q
Great! Thx for helping me out @billowy-army-68599! Really appreciate the support 🚀