We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Analize : template-api.yaml
Problem : Error on file 'template-api.yaml' unknown tag !<!Ref> at line 32, column 27: - !Ref Environment ^ Compile : template-masterdata-api.inc.yaml
This is aws sam logic and it shouldn't fail.
The text was updated successfully, but these errors were encountered:
for instance, if you have InstanceId: !Ref MyEC2Instance
InstanceId: !Ref MyEC2Instance
Use the alternative syntax
InstanceId: Ref: MyEC2Instance
The same alternative syntax can be use for every !XXX operator, see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-ref.html
Sorry, something went wrong.
No branches or pull requests
Analize : template-api.yaml
This is aws sam logic and it shouldn't fail.
The text was updated successfully, but these errors were encountered: