質問編集履歴
2
追記:参考サイトURL
test
CHANGED
File without changes
|
test
CHANGED
@@ -73,6 +73,7 @@
|
|
73
73
|
![イメージ説明](https://ddjkaamml8q8x.cloudfront.net/questions/2022-12-20/0df48cca-c668-4a08-9690-f1433dc04f68.png)
|
74
74
|
[【Windows11/VSCode/cfn-lint】CloudFormationテンプレートのエディタ環境を整える](https://blog.serverworks.co.jp/Win11_VSCode_Cfnlint#pip%E3%82%88%E3%82%8A-linter-%E3%81%AE%E3%82%A4%E3%83%B3%E3%82%B9%E3%83%88%E3%83%BC%E3%83%AB)
|
75
75
|
[VS Code拡張機能を追加してCloudFormation開発環境をレベルアップする](https://dev.classmethod.jp/articles/20211008-vscode-extention-settings/)
|
76
|
+
[CFnをYAMLで快適に書く環境をVSCodeで作成する](https://qiita.com/akirarara16/items/e9eb6e4ad694c2eb8458)
|
76
77
|
|
77
78
|
### 補足情報
|
78
79
|
|
1
追記:エラー発生の流れ
test
CHANGED
File without changes
|
test
CHANGED
@@ -16,7 +16,8 @@
|
|
16
16
|
|
17
17
|
### 発生している問題・エラーメッセージ
|
18
18
|
|
19
|
-
|
19
|
+
git cloneで取り込んだファイルをVSCodeで表示すると
|
20
|
+
下記エラーが表示されました。
|
20
21
|
|
21
22
|
```
|
22
23
|
Incorrect type. Expected "string".yaml-schema: AWS CloudFormation
|