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

https://github.com/sashee/terraform-change-rds-password

Example code for using local-exec to automatically change the RDS cluster password
https://github.com/sashee/terraform-change-rds-password

aws rds terraform

Last synced: 4 months ago
JSON representation

Example code for using local-exec to automatically change the RDS cluster password

Awesome Lists containing this project

README

          

# Example code for using local-exec to automatically change the RDS cluster password

## Deploy

* ```terraform init```
* ```terraform apply```

## Test

```
aws rds-data begin-transaction --resource-arn "$(terraform output --raw rds_cluster_arn)" --database "mydb" --secret-arn "$(terraform output --raw secret_arn)"
```

## Cleanup

* ```terraform destroy```