Reputation: 1227
is it possible to enable Inspector new version by Terraform? as in https://registry.terraform.io/, I only found inspector classic resources
Upvotes: 4
Views: 2909
Reputation: 238727
Its not supported, but there is already github issue for that. In the meantime you can use local-exec
with AWS CLI or external data source
to work with inspector2
.
Upvotes: 5