Commit eabe2192 authored by Austin Seipp's avatar Austin Seipp
Browse files

pulumi-bin: 3.35.2 -> 3.37.2



Signed-off-by: default avatarAustin Seipp <aseipp@pobox.com>
parent 357a9907
Loading
Loading
Loading
Loading
+185 −185

File changed.

Preview size limit exceeded, changes collapsed.

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )

# Version of Pulumi from
# https://www.pulumi.com/docs/get-started/install/versions/
VERSION="3.35.2"
VERSION="3.37.2"

# An array of plugin names. The respective repository inside Pulumi's
# Github organization is called pulumi-$name by convention.