Skip to content

jhonmurillogiraldo/terraform-aws-aurora-serverless

 
 

Repository files navigation

terraform-aws-aurora-serverless

This repository contains the terraform scripts to create Aurora Serverless Cluster.

Installing

Install AWS Command Line Interface. See the installing guide Installing the AWS Command Line Interface - AWS Command Line Interface

Install tfenv

brew install tfenv

Install Terraform

tfenv install

Getting Started

Initializing

make init

Running the tests

make plan [env=production]

Deployment

make apply [env=production]

How to edit/view encrypted files

If you want to edit/view encrypted files, decrypt files as follows. See also aws kms decrypt — AWS CLI Command Reference.

make decrypt

After editing files, encrypt secret files as follows. See also aws kms encrypt — AWS CLI Command Reference.

make encrypt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 57.4%
  • Makefile 27.5%
  • Shell 15.1%