many-garden-84306
02/02/2020, 11:19 PMdef get_auth_container_definition_obj():
def gen_result(
db_password_secret_arn,
image_url,
region,
log_group_name,
db_dns_name,
db_database_name):
# do a bunch of stuff with these sync values passed as args
return Output.all(
db_password_secret.arn,
latest_image_url,
region,
cloudwatch_log_group.name,
db_dns_name,
db_database_name,
).apply(lambda args: gen_result(*args))
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by