Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.31 KB

File metadata and controls

23 lines (15 loc) · 1.31 KB

Elastio Asset Account CloudFormation StackSet

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:

Installation

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
}