You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea came up during #1797 which discovered a bug in CloudFormation Fn::Cidr that made Pulumi implementaiton behave differently. It appears that for such intrinsic implementations the CloudFormation behavior is the specification, and the Pulumi implementation must continue matching it. If we were to ramp up coverage we should consider building tests explicitly in this way - capture and record real CF behavior, then assert that Pulumi behavior matches.
The text was updated successfully, but these errors were encountered:
The idea came up during #1797 which discovered a bug in
CloudFormation Fn::Cidr
that made Pulumi implementaiton behave differently. It appears that for such intrinsic implementations the CloudFormation behavior is the specification, and the Pulumi implementation must continue matching it. If we were to ramp up coverage we should consider building tests explicitly in this way - capture and record real CF behavior, then assert that Pulumi behavior matches.The text was updated successfully, but these errors were encountered: