Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support FindInMap intrinsic #187

Closed
flostadler opened this issue Oct 30, 2024 · 2 comments · Fixed by #221
Closed

Support FindInMap intrinsic #187

flostadler opened this issue Oct 30, 2024 · 2 comments · Fixed by #221
Assignees
Labels
impact/usability Something that impacts users' ability to use the product easily and intuitively kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Milestone

Comments

@flostadler
Copy link
Contributor

Hello!

  • Vote on this issue by adding a 👍 reaction
  • If you want to implement this feature, comment to let us know (we'll work with you on design, scheduling, etc.)

Issue details

Right now pulumi-cdk doesn't support the FindInMap intrinsic.

For example, this is required by s3.Bucket when autoDeleteObjects: true.

Affected area/feature

@flostadler flostadler added impact/usability Something that impacts users' ability to use the product easily and intuitively kind/enhancement Improvements or new features labels Oct 30, 2024
@cleverguy25
Copy link

Added to epic https://github.com/pulumi/home/issues/2191

@mjeffryes mjeffryes added this to the 0.113 milestone Nov 13, 2024
corymhall added a commit that referenced this issue Nov 15, 2024
This adds support for the CloudFormation `Fn::FindInMap` intrinsic
function.

Docs on the `Mappings` section of a CloudFormation template can be found
[here](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/mappings-section-structure.html).

Docs on the `Fn::FindInMap` function can be found [here](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-findinmap.html)

closes #187
corymhall added a commit that referenced this issue Nov 15, 2024
This adds support for the CloudFormation `Fn::FindInMap` intrinsic
function.

Docs on the `Mappings` section of a CloudFormation template can be found
[here](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/mappings-section-structure.html).

Docs on the `Fn::FindInMap` function can be found [here](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-findinmap.html)

closes #187
@pulumi-bot pulumi-bot added the resolution/fixed This issue was fixed label Nov 15, 2024
@pulumi-bot
Copy link
Contributor

This issue has been addressed in PR #221 and shipped in release v1.0.0.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/usability Something that impacts users' ability to use the product easily and intuitively kind/enhancement Improvements or new features resolution/fixed This issue was fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

5 participants