sparse-intern-71089
01/27/2023, 2:41 AMechoing-dinner-19531
01/27/2023, 4:46 AMechoing-dinner-19531
01/27/2023, 4:47 AMcreamy-agency-52831
01/27/2023, 1:37 PMstrong-helmet-83704
01/27/2023, 7:04 PMstrong-helmet-83704
01/27/2023, 7:21 PMcreamy-agency-52831
01/27/2023, 7:36 PMstrong-helmet-83704
01/27/2023, 7:42 PMcreamy-agency-52831
01/27/2023, 7:43 PMstrong-helmet-83704
01/27/2023, 7:46 PMstrong-helmet-83704
01/27/2023, 7:46 PMcreamy-agency-52831
01/27/2023, 7:47 PMstrong-helmet-83704
01/27/2023, 7:47 PMcreamy-agency-52831
01/27/2023, 7:49 PMstrong-helmet-83704
01/27/2023, 7:50 PMfor subnet in environment['subnets']:
az = environment['subnets'][subnet]['az']
if environment['subnets'][subnet]['type'] == "public":
public_subnets[az] = myclass.Subnet(
az_id=az,
type="Public",
vpc_id=vpc.id,
cidr_block=subnet,
)
strong-helmet-83704
01/27/2023, 7:52 PMcreamy-agency-52831
01/27/2023, 7:52 PMenvironment['subnets']
is created dynamically somewhere above in a loop?strong-helmet-83704
01/27/2023, 7:52 PMcreamy-agency-52831
01/27/2023, 7:59 PMpulumi preview
output looks like in this case - could you post that as well?strong-helmet-83704
01/27/2023, 8:12 PM~ └─ aws:route53:ResolverEndpoint thing_ResolverEndpoint update [diff: ~ipAddresses]
creamy-agency-52831
01/27/2023, 8:13 PMstrong-helmet-83704
01/27/2023, 8:13 PMcreamy-agency-52831
01/27/2023, 8:14 PMstrong-helmet-83704
01/27/2023, 8:15 PMstrong-helmet-83704
01/27/2023, 8:19 PMechoing-dinner-19531
01/27/2023, 8:55 PMstrong-helmet-83704
01/27/2023, 11:16 PMstrong-helmet-83704
01/28/2023, 12:36 AM~ aws:route53/resolverEndpoint:ResolverEndpoint: (update)
[id=rslvr-out-92d9]
[urn=urn:pulumi:ResolverEndpoint]
[provider=urn:pulumi:cfa6a9e0043f]
~ ipAddresses: [
~ [0]: {
~ subnetId: "subnet-1725d" => "subnet-1725d"
}
~ [1]: {
~ subnetId: "subnet-98b2b" => "subnet-98b2b"
}
]
strong-helmet-83704
01/28/2023, 1:02 AMpulumi==3.40.1
pulumi-aws==5.16.0
and now…echoing-dinner-19531
01/28/2023, 10:02 AM~ ipAddresses: [
~ [0]: {
~ subnetId: "subnet-1725d" => "subnet-1725d"
}
~ [1]: {
~ subnetId: "subnet-98b2b" => "subnet-98b2b"
}
]
Probably worth raising this as an aws issue at https://github.com/pulumi/pulumi-aws. Spurious diffs like that that are generally the provider doing odd things.strong-helmet-83704
01/30/2023, 7:31 PMstrong-helmet-83704
01/31/2023, 7:23 PMstrong-helmet-83704
01/31/2023, 7:26 PMechoing-dinner-19531
01/31/2023, 9:38 PMstrong-helmet-83704
01/31/2023, 9:42 PMstrong-helmet-83704
02/02/2023, 10:24 PMstrong-helmet-83704
02/02/2023, 10:24 PMpulumi-aws==5.21.1
to workaround this until something changes