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

Adding validation for Output values from nested stacks #3995

Open
2 tasks
jaehyi-aws opened this issue Mar 7, 2025 · 0 comments · May be fixed by #4011
Open
2 tasks

Adding validation for Output values from nested stacks #3995

jaehyi-aws opened this issue Mar 7, 2025 · 0 comments · May be fixed by #4011

Comments

@jaehyi-aws
Copy link

Is this feature request related to a new rule or cfn-lint capabilities?

No response

Describe the feature you'd like to request

Enable cfn-lint to validate Output values from nested stacks

Describe the solution you'd like

For example, I would like cfn-lint to validate whether BucketName from the nested stack is in the Outputs section of the template

BucketName:
    Description: Bucket Name
    Value: !GetAtt NestedStack.Outputs.BucketName

Additional context

No response

Is this something that you'd be interested in working on?

  • 👋 I may be able to implement this feature request

Would this feature include a breaking change?

  • ⚠️ This feature might incur a breaking change
@kddejong kddejong linked a pull request Mar 11, 2025 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant