sparse-intern-71089
09/27/2022, 9:55 AMlittle-cartoon-10569
09/27/2022, 7:58 PMlittle-cartoon-10569
09/27/2022, 7:59 PMapply()
, which preview and refresh can't unroll. So they report differences, to be safe. When you request the final refresh / up, those differences might not manifest.little-cartoon-10569
09/27/2022, 8:00 PMlittle-cartoon-10569
09/27/2022, 8:02 PMlittle-cartoon-10569
09/27/2022, 8:03 PMrhythmic-branch-12845
09/28/2022, 4:22 AMapply
function call in my code.. and as for invoking pulumi, I am only doing pulumi up -r
re transient properties (and also “default values that you’re not setting in code”): to take the example of the launch templates, I am setting specific values for the vpc security ids (and they do not change)… so I’m not sure what’s going on here. These values should not be changed arbitrarily by the cloud provider as well.little-cartoon-10569
09/28/2022, 10:19 AMrhythmic-branch-12845
09/28/2022, 1:55 PMproj
is just my redacted name for the actual project name. Sorry if that confused you. It’s all in one stack. I have no other stacks besides dev
rhythmic-branch-12845
09/28/2022, 1:56 PMlittle-cartoon-10569
09/28/2022, 7:55 PMlittle-cartoon-10569
09/28/2022, 7:56 PMrhythmic-branch-12845
10/06/2022, 3:35 PMvpc_security_group_ids
and vpc_zone_identifiers
are defined using variables (more on that later), BUT I have tried hard-coding them as well, and I still get diffs when doing pulumi up -r
To illustrate, my vpc_security_group_ids
are defined like this:
vpc_security_group_ids = [
vars.security_group_ids[f'sg_{ SERVICE_NAME }'],
vars.security_group_ids['sg_common'],
]
(I define the actual security group values in a separate file, vars.py
that gets imported, because these are common values). As mentioned, I have tried defining them directly and not using variables to get the values, but even when I do that, pulumi up -r
still claims that there are diffs. I’ve tried upgrading through new versions of pulumi as they are released… Same thingrhythmic-branch-12845
10/18/2022, 5:34 AMechoing-dinner-19531
10/18/2022, 8:54 AMNo matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.
Powered by