We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7df5f3c commit 84bf727Copy full SHA for 84bf727
e2e-test.sh
@@ -2,6 +2,6 @@
2
DIR=$(mktemp -d)
3
cd "$DIR"
4
ls -la
5
-cfn init -t AWS::Foo::Bar $1 --use-docker
+cfn init -t AWS::Foo::Bar -a RESOURCE $1 --use-docker
6
7
mypy src/aws_foo_bar/ --strict --implicit-reexport
0 commit comments