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

Add support for Fn::Transform within resources #616

Open
pbudzon opened this issue Feb 4, 2023 · 1 comment
Open

Add support for Fn::Transform within resources #616

pbudzon opened this issue Feb 4, 2023 · 1 comment

Comments

@pbudzon
Copy link

pbudzon commented Feb 4, 2023

Using Fn::Transform as part of Resources section of the template, like below:

Resources:
    ResourceOne:
        Type: ...
        Properties: ....

    Fn::Transform:
        Name: AWS::Include
        Parameters:
            Location: somefile.yaml

throws a fatal error:

| FAIL FATAL
|
| Illegal cfn - missing Type: id: Fn::Transform

while being a completely valid and working template.

@athewsey
Copy link

athewsey commented Nov 8, 2024

+1 to this - just came across the same issue...

I appreciate the security consequences of trying to support this would depend on what Transform's being used. IMO even partial support would be helpful? In our case we're using the AWS::Include transform to include a partial template from a separate file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants