An open API service indexing awesome lists of open source software.

https://github.com/sashee/rds-run-sql

Example code to show how to run SQL statements against RDS's Data API as part of Terraform apply
https://github.com/sashee/rds-run-sql

aws rds terraform

Last synced: over 1 year ago
JSON representation

Example code to show how to run SQL statements against RDS's Data API as part of Terraform apply

Awesome Lists containing this project

README

          

# Example code to show how to run SQL statements against RDS's Data API as part of Terraform apply

During ```terraform apply``` the contents of the initial.sql file is run against the newly created database.