Skip to content

Convert RDS parameter group to a Terraform parameter group

Notifications You must be signed in to change notification settings

levkk/aws-rds-parameter-group-to-tf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AWS RDS Parameter Group To Terraform Converter

Converts AWS RDS Parameter Group to a Terraform object. Helps during database major version upgrades.

Requirements

  1. Python3
  2. A working awscli with read access to RDS.

Installation

pip install aws-rds-parameter-group-to-tf

Usage

Directly using the CLI:

$ aws configure # Make sure you are authenticated with AWS.
$ parametergrouptotf --name my-db-parameter-group

Or if you have your parameter group already in JSON format:

$ cat your-param-group.json | parametergrouptotf --stdin

About

Convert RDS parameter group to a Terraform parameter group

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages