Skip to content
This repository has been archived by the owner on Apr 16, 2022. It is now read-only.

GetAtt in Outputs not reporting template invalid #51

Closed
martysweet opened this issue Jul 16, 2017 · 2 comments
Closed

GetAtt in Outputs not reporting template invalid #51

martysweet opened this issue Jul 16, 2017 · 2 comments

Comments

@martysweet
Copy link
Owner

Template

Resources:
  Bucket:
    Type: AWS::S3::Bucket

Outputs:
  DBDNS:
    Description: DNS Name of the DB Instance
    Value: !GetAtt Database.Endpoint.Address

Results in a Valid Template, however Database is not defined in resources, so this template should be invalid.

@martysweet
Copy link
Owner Author

This issue is still present in v1.3.4

@RazzM13 RazzM13 mentioned this issue Apr 29, 2018
@RazzM13
Copy link
Contributor

RazzM13 commented Apr 29, 2018

Hi @martysweet, this issue should be fixed in the above PR.

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

No branches or pull requests

2 participants