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

Updated examples

parent 2f379b98
......@@ -77,10 +77,10 @@ module "db" {
Examples
--------
* [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 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)
* [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 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)
Notes
-----
......
......@@ -22,7 +22,7 @@ data "aws_security_group" "default" {
# DB
#####
module "db" {
source = "../../../"
source = "../../"
identifier = "demodb"
......
......@@ -22,7 +22,7 @@ data "aws_security_group" "default" {
# DB
#####
module "db" {
source = "../../../"
source = "../../"
identifier = "demodb"
......
......@@ -22,7 +22,7 @@ data "aws_security_group" "default" {
# DB
#####
module "db" {
source = "../../../"
source = "../../"
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