Created
May 26, 2021 01:02
-
-
Save damienpontifex/0fc1968deb77dce202455a88a58b7c4d to your computer and use it in GitHub Desktop.
Snippet that defines schema for cloud formation yaml to be used with yaml-language-server
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# yaml-language-server: $schema=https://s3.amazonaws.com/cfn-resource-specifications-us-east-1-prod/schemas/2.15.0/all-spec.json | |
AWSTemplateFormatVersion: 2010-09-09 | |
Resources: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment