https://pulumi.com logo
Title
j

jolly-camera-35709

10/22/2020, 6:31 AM
image='{}/{}-build:{}'.format(container_registry.login_server,
                                                                      project_name,
                                                                      get_image_tag_stdout),
g

gentle-diamond-70147

10/22/2020, 2:38 PM
You need to use a special method to change the value of an output - see https://www.pulumi.com/docs/intro/concepts/programming-model/#outputs for more detail.
j

jolly-camera-35709

10/22/2020, 10:28 PM
Thanks a lot @gentle-diamond-70147