Bump Pulumi to fix bug
This commit is contained in:
parent
210bf897b9
commit
e070fecb9f
@ -1,6 +1,6 @@
|
||||
ARG RUNTIME_VERSION="3.11"
|
||||
ARG DISTRO_VERSION="3.18"
|
||||
ARG PULUMI_VERSION="3.89.0"
|
||||
ARG PULUMI_VERSION="3.91.0"
|
||||
|
||||
FROM python:${RUNTIME_VERSION}-alpine${DISTRO_VERSION} AS builder
|
||||
ARG PULUMI_VERSION
|
||||
|
@ -980,7 +980,6 @@ class Stack(object):
|
||||
|
||||
if "parameters" not in settings:
|
||||
settings["parameters"] = {}
|
||||
|
||||
# hack for bug above, we support one level of nested values for now
|
||||
_val = pulumi_settings["config"]["{}:{}".format(self.parameters["Conglomerate"], key)]
|
||||
if '.' in key:
|
||||
|
@ -6,7 +6,7 @@ pexpect==4.8.0
|
||||
python-minifier==2.9.0
|
||||
cfn-lint==0.83.0
|
||||
ruamel.yaml==0.18.2
|
||||
pulumi==3.89.0
|
||||
pulumi==3.91.0
|
||||
pulumi-aws==6.6.1
|
||||
pulumi-aws-native==0.82.0
|
||||
pulumi-policy==1.7.0
|
||||
|
Loading…
Reference in New Issue
Block a user