sparse-intern-71089
06/13/2020, 7:55 PMwet-noon-14291
06/13/2020, 7:55 PMAdditionalSecretOutputs
would propagate when I later access the value.tall-librarian-49374
06/13/2020, 9:18 PMlet secretOutput = notSecretOutput.Apply(Output.CreateSecret)
wet-noon-14291
06/13/2020, 9:23 PMwet-noon-14291
06/13/2020, 9:41 PMlet makeSecret = Func<string, Output<string>>(Output.CreateSecret)
let adminPassword = containerRegistry.AdminPassword.Apply<string>(makeSecret)
then I outputted the secret.tall-librarian-49374
06/13/2020, 10:24 PM