Does Pulumi have something equivalent to `eb seten...
# general
m
Does Pulumi have something equivalent to
eb setenv KEY=VALUE
for AWS Elastic Beanstalk? I am trying to create an
aws.elasticbeanstalk.Environment
, and want to make an environment variable with
CNAME
as a value. I've tried to pass
CNAME
in as a setting, but because I can only access it when the resource itself is fully created, I've seem to run into a sort of "The Chicken or the Egg" problem in which I need the output of a resource in order to make the inputs for it.