Commit 03c59c03 authored by Anton Babenko's avatar Anton Babenko

Updated examples

parent 2f379b98
...@@ -77,10 +77,10 @@ module "db" { ...@@ -77,10 +77,10 @@ module "db" {
Examples Examples
-------- --------
* [Complete RDS example for MySQL](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/examples/complete/mysql) * [Complete RDS example for MySQL](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/examples/complete-mysql)
* [Complete RDS example for PostgreSQL](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/examples/complete/postgres) * [Complete RDS example for PostgreSQL](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/examples/complete-postgres)
* [Complete RDS example for Oracle](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/examples/complete/oracle) * [Complete RDS example for Oracle](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/examples/complete-oracle)
* [Enhanced monitoring example](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/examples/enhanced_monitoring) * [Enhanced monitoring example](https://github.com/terraform-aws-modules/terraform-aws-rds/tree/master/examples/enhanced-monitoring)
Notes Notes
----- -----
......
...@@ -22,7 +22,7 @@ data "aws_security_group" "default" { ...@@ -22,7 +22,7 @@ data "aws_security_group" "default" {
# DB # DB
##### #####
module "db" { module "db" {
source = "../../../" source = "../../"
identifier = "demodb" identifier = "demodb"
......
...@@ -22,7 +22,7 @@ data "aws_security_group" "default" { ...@@ -22,7 +22,7 @@ data "aws_security_group" "default" {
# DB # DB
##### #####
module "db" { module "db" {
source = "../../../" source = "../../"
identifier = "demodb" identifier = "demodb"
......
...@@ -22,7 +22,7 @@ data "aws_security_group" "default" { ...@@ -22,7 +22,7 @@ data "aws_security_group" "default" {
# DB # DB
##### #####
module "db" { module "db" {
source = "../../../" source = "../../"
identifier = "demodb" identifier = "demodb"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment