fotettey / core-modules-tooling

This is a repo for the core cloud modules of key public cloud providers (AWS, GCP & Azure), key ALM (Application Lifecycle Management) tooling setup, and sample toolkit for getting a software team up and running.
Apache License 2.0
0 stars 0 forks source link

Create AWS RDS Instance terraform templates #5

Open fotettey opened 3 months ago

fotettey commented 3 months ago

Using official docs: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/db_instance

Required Arguments include only allocated_storage, all other ARGs are optional.

Key attributes to be exported or reused/saved include address, endpoint, AZ, tenancy, etc.