Back to Pulumi

V2.18.0

changelog/v2.18.0.md

3.244.0469 B
Original Source

2.18.0 (2021-01-20)

  • [CLI] Add the ability to log out of all Pulumi backends at once. #6101

  • [sdk/go] Added pulumi.Unsecret which will take an existing secret output and create a non-secret variant with an unwrapped secret value. Also adds, pulumi.IsSecret which will take an existing output and determine if an output has a secret within the output. #6085