sparse-intern-71089
02/10/2021, 1:47 PMwitty-candle-66007
02/10/2021, 2:21 PM.apply()
such as follows:
cidr.apply(cidr => return new vpcConfig(vpc,{cidr})
The .all
is really only needed if there are multiple values you need to resolve.
import { baseTags, projectName, stackName, } from “./config”;witty-candle-66007
02/10/2021, 2:24 PMnew eks cluster()
only needs the ID, or reference vpc.id
in the new eks.cluster()
part which I think will lift the value so an apply is not needed.