Skip to content

6point6/terraform-templates-aws

Repository files navigation

Modules to Deploy

Templates modules included:

  • IAM - Deploy the IAM roles.
  • Glue - Deploy the Glue job.
  • Redshift - Deploy the Redshift Serverless.
  • S3 - Deploy S3 Bucket and upload files into.
  • Sagemaker - Deploy the Sagemaker with notebook.
  • Secrets Manages - Deploy the Secrets Manages.
  • Common Connections - Deploy the all the necessary connections.

To delploy all the modules

terraform get
terraform init
terraform plan
terraform apply

To destroy all the modules

terraform destroy