See this README for more details on what this stack does.
This is a Terraform module, that is a thin wrapper on top of an aws_cloudformation_stack_set and aws_cloudformation_stack_instances resources used to deploy the Elastio Asset Account stack.
See the examples directory for some examples of how this module can be used:
self-managed- deploy the stack set using the self-managed permission modelservice-managed- deploy the stack set using the service-managed permission model
Configure the Elastio terraform module registry, and add this to your project:
module "elastio_asset_account" {
source = "terraform.cloudsmith.io/public/elastio-asset-account-stack-set/aws"
version = "0.33.0"
// Provide input parameters
}