WARNING: We are actively developing this tool. We may completely change it, abandon it, or delete it without notice. We do not recommend using this tool at this time.
The skaff
tool is a Terraform AWS Provider scaffolding tool.
To use skaff
, starting in the terraform-provider-aws
directory:
cd skaff
go install .
- Go to the service where your new resource will reside. E.g.,
cd ../internal/service/mq
. - To get help, enter
skaff
without arguments. - Generate a resource with helpful comments. E.g.,
skaff resource --name BrokerReboot
(or equivalentlyskaff resource -n BrokerReboot
).