Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 666 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 666 Bytes

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