This repository contains necessary IaC code to deploy the resources of elastio scanning solution in your cloud account.
Elastio terraform modules are published to the public Cloudsmith registry. In order to use them from that registry add this to your .terraformrc
, which should reside in your home directory (if you are on Linux):
credentials "terraform.cloudsmith.io" {
token = "elastio/public/"
}