Deploying an Amazon Redshift Serverless in AWS with Terraform Blog --> https://gmusumeci.medium.com/how-to-deploy-an-amazon-redshift-serverless-in-aws-using-terraform-1cf67835d3b4 Code creates: AWS Credentials Define AWS and Terraform Providers Create a VPC, and Subnets Create a Security Group Create an AWS IAM Role and IAM Policy Create the Amazon Redshift Serverless service How to use this code: Update the file terraform.tfvars to adjust the code to your environment How To deploy the code: Clone the repo Update variables to your environment Execute "terraform init" Execute "terraform apply"