bored-spoon-83710
05/26/2025, 11:37 AMpulumi refresh
in each project, I do not get the same result for some resources. For example, in the first project, the refresh wants to add the ipv6CidrBlockNetworkBorderGroup
attribute on the ec2:VpcCidrBlock
, whereas it does not want to add it in the second. This resource has been configured exactly the same in both project, without specifying this attribute, though. Do you have any idea what could cause this behaviour? I also get this behaviour for the ec2:VpcEndpoint
resource and its resourceConfigurationArn
and serviceNetworkArn
attributes.bored-spoon-83710
05/26/2025, 12:02 PMaws cloudcontrol get-resource --type-name AWS::EC2::VPCCidrBlock --identifier 'vpc-cidr-assoc-id|vpc-id'
in both projects, the output is the same (except for IDs and CIDR block, of course, but the other attributes are the same), so I don’t understand why Pulumi sees something different in one of the project.bored-spoon-83710
05/26/2025, 1:52 PMoutputs.__inputs.plaintext
section contains the ipv6CidrBlockNetworkBorderGroup
, whereas in the second workspace’s state, the outputs.__inputs.plaintext
section does not contain the ipv6CidrBlockNetworkBorderGroup
. However, I don’t understand how I ended up in this situation.