Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-rds
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-rds
Commits
0ee6f723
Commit
0ee6f723
authored
Dec 20, 2019
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated formatting after PR #174
parent
52290d2c
Changes
10
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
52 additions
and
50 deletions
+52
-50
.pre-commit-config.yaml
.pre-commit-config.yaml
+2
-2
README.md
README.md
+19
-18
README.md
examples/complete-mssql/README.md
+2
-2
README.md
examples/complete-mysql/README.md
+2
-2
README.md
examples/complete-oracle/README.md
+2
-2
README.md
examples/complete-postgres/README.md
+2
-2
README.md
examples/replica-mysql/README.md
+3
-3
README.md
examples/replica-postgres/README.md
+3
-3
README.md
modules/db_instance/README.md
+16
-15
README.md
modules/db_parameter_group/README.md
+1
-1
No files found.
.pre-commit-config.yaml
View file @
0ee6f723
repos
:
repos
:
-
repo
:
git://github.com/antonbabenko/pre-commit-terraform
-
repo
:
git://github.com/antonbabenko/pre-commit-terraform
rev
:
v1.
17
.0
rev
:
v1.
21
.0
hooks
:
hooks
:
-
id
:
terraform_fmt
-
id
:
terraform_fmt
-
id
:
terraform_docs
-
id
:
terraform_docs
-
repo
:
git://github.com/pre-commit/pre-commit-hooks
-
repo
:
git://github.com/pre-commit/pre-commit-hooks
rev
:
v2.
2.3
rev
:
v2.
4.0
hooks
:
hooks
:
-
id
:
check-merge-conflict
-
id
:
check-merge-conflict
README.md
View file @
0ee6f723
This diff is collapsed.
Click to expand it.
examples/complete-mssql/README.md
View file @
0ee6f723
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
| this
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| this
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| this
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| this
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| this
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| this
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| this
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
(to be used in a Route 53 Alias record
) |
| this
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
\(
to be used in a Route 53 Alias record
\
)
|
| this
\_
db
\_
instance
\_
id | The RDS instance ID |
| this
\_
db
\_
instance
\_
id | The RDS instance ID |
| this
\_
db
\_
instance
\_
name | The database name |
| this
\_
db
\_
instance
\_
name | The database name |
| this
\_
db
\_
instance
\_
password | The database password
(this password may be old, because Terraform doesn't track it after initial creation
) |
| this
\_
db
\_
instance
\_
password | The database password
\(
this password may be old, because Terraform doesn't track it after initial creation
\
)
|
| this
\_
db
\_
instance
\_
port | The database port |
| this
\_
db
\_
instance
\_
port | The database port |
| this
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| this
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| this
\_
db
\_
instance
\_
status | The RDS instance status |
| this
\_
db
\_
instance
\_
status | The RDS instance status |
...
...
examples/complete-mysql/README.md
View file @
0ee6f723
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
| this
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| this
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| this
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| this
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| this
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| this
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| this
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
(to be used in a Route 53 Alias record
) |
| this
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
\(
to be used in a Route 53 Alias record
\
)
|
| this
\_
db
\_
instance
\_
id | The RDS instance ID |
| this
\_
db
\_
instance
\_
id | The RDS instance ID |
| this
\_
db
\_
instance
\_
name | The database name |
| this
\_
db
\_
instance
\_
name | The database name |
| this
\_
db
\_
instance
\_
password | The database password
(this password may be old, because Terraform doesn't track it after initial creation
) |
| this
\_
db
\_
instance
\_
password | The database password
\(
this password may be old, because Terraform doesn't track it after initial creation
\
)
|
| this
\_
db
\_
instance
\_
port | The database port |
| this
\_
db
\_
instance
\_
port | The database port |
| this
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| this
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| this
\_
db
\_
instance
\_
status | The RDS instance status |
| this
\_
db
\_
instance
\_
status | The RDS instance status |
...
...
examples/complete-oracle/README.md
View file @
0ee6f723
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
| this
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| this
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| this
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| this
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| this
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| this
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| this
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
(to be used in a Route 53 Alias record
) |
| this
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
\(
to be used in a Route 53 Alias record
\
)
|
| this
\_
db
\_
instance
\_
id | The RDS instance ID |
| this
\_
db
\_
instance
\_
id | The RDS instance ID |
| this
\_
db
\_
instance
\_
name | The database name |
| this
\_
db
\_
instance
\_
name | The database name |
| this
\_
db
\_
instance
\_
password | The database password
(this password may be old, because Terraform doesn't track it after initial creation
) |
| this
\_
db
\_
instance
\_
password | The database password
\(
this password may be old, because Terraform doesn't track it after initial creation
\
)
|
| this
\_
db
\_
instance
\_
port | The database port |
| this
\_
db
\_
instance
\_
port | The database port |
| this
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| this
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| this
\_
db
\_
instance
\_
status | The RDS instance status |
| this
\_
db
\_
instance
\_
status | The RDS instance status |
...
...
examples/complete-postgres/README.md
View file @
0ee6f723
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
| this
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| this
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| this
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| this
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| this
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| this
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| this
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
(to be used in a Route 53 Alias record
) |
| this
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
\(
to be used in a Route 53 Alias record
\
)
|
| this
\_
db
\_
instance
\_
id | The RDS instance ID |
| this
\_
db
\_
instance
\_
id | The RDS instance ID |
| this
\_
db
\_
instance
\_
name | The database name |
| this
\_
db
\_
instance
\_
name | The database name |
| this
\_
db
\_
instance
\_
password | The database password
(this password may be old, because Terraform doesn't track it after initial creation
) |
| this
\_
db
\_
instance
\_
password | The database password
\(
this password may be old, because Terraform doesn't track it after initial creation
\
)
|
| this
\_
db
\_
instance
\_
port | The database port |
| this
\_
db
\_
instance
\_
port | The database port |
| this
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| this
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| this
\_
db
\_
instance
\_
status | The RDS instance status |
| this
\_
db
\_
instance
\_
status | The RDS instance status |
...
...
examples/replica-mysql/README.md
View file @
0ee6f723
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
| master
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| master
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| master
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| master
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| master
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| master
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| master
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
(to be used in a Route 53 Alias record
) |
| master
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
\(
to be used in a Route 53 Alias record
\
)
|
| master
\_
db
\_
instance
\_
id | The RDS instance ID |
| master
\_
db
\_
instance
\_
id | The RDS instance ID |
| master
\_
db
\_
instance
\_
name | The database name |
| master
\_
db
\_
instance
\_
name | The database name |
| master
\_
db
\_
instance
\_
password | The database password
(this password may be old, because Terraform doesn't track it after initial creation
) |
| master
\_
db
\_
instance
\_
password | The database password
\(
this password may be old, because Terraform doesn't track it after initial creation
\
)
|
| master
\_
db
\_
instance
\_
port | The database port |
| master
\_
db
\_
instance
\_
port | The database port |
| master
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| master
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| master
\_
db
\_
instance
\_
status | The RDS instance status |
| master
\_
db
\_
instance
\_
status | The RDS instance status |
...
@@ -39,7 +39,7 @@ Note that this example may create resources which cost money. Run `terraform des
...
@@ -39,7 +39,7 @@ Note that this example may create resources which cost money. Run `terraform des
| replica
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| replica
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| replica
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| replica
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| replica
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| replica
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| replica
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
(to be used in a Route 53 Alias record
) |
| replica
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
\(
to be used in a Route 53 Alias record
\
)
|
| replica
\_
db
\_
instance
\_
id | The RDS instance ID |
| replica
\_
db
\_
instance
\_
id | The RDS instance ID |
| replica
\_
db
\_
instance
\_
name | The database name |
| replica
\_
db
\_
instance
\_
name | The database name |
| replica
\_
db
\_
instance
\_
port | The database port |
| replica
\_
db
\_
instance
\_
port | The database port |
...
...
examples/replica-postgres/README.md
View file @
0ee6f723
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
...
@@ -25,10 +25,10 @@ Note that this example may create resources which cost money. Run `terraform des
| master
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| master
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| master
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| master
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| master
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| master
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| master
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
(to be used in a Route 53 Alias record
) |
| master
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
\(
to be used in a Route 53 Alias record
\
)
|
| master
\_
db
\_
instance
\_
id | The RDS instance ID |
| master
\_
db
\_
instance
\_
id | The RDS instance ID |
| master
\_
db
\_
instance
\_
name | The database name |
| master
\_
db
\_
instance
\_
name | The database name |
| master
\_
db
\_
instance
\_
password | The database password
(this password may be old, because Terraform doesn't track it after initial creation
) |
| master
\_
db
\_
instance
\_
password | The database password
\(
this password may be old, because Terraform doesn't track it after initial creation
\
)
|
| master
\_
db
\_
instance
\_
port | The database port |
| master
\_
db
\_
instance
\_
port | The database port |
| master
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| master
\_
db
\_
instance
\_
resource
\_
id | The RDS Resource ID of this instance |
| master
\_
db
\_
instance
\_
status | The RDS instance status |
| master
\_
db
\_
instance
\_
status | The RDS instance status |
...
@@ -39,7 +39,7 @@ Note that this example may create resources which cost money. Run `terraform des
...
@@ -39,7 +39,7 @@ Note that this example may create resources which cost money. Run `terraform des
| replica
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| replica
\_
db
\_
instance
\_
arn | The ARN of the RDS instance |
| replica
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| replica
\_
db
\_
instance
\_
availability
\_
zone | The availability zone of the RDS instance |
| replica
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| replica
\_
db
\_
instance
\_
endpoint | The connection endpoint |
| replica
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
(to be used in a Route 53 Alias record
) |
| replica
\_
db
\_
instance
\_
hosted
\_
zone
\_
id | The canonical hosted zone ID of the DB instance
\(
to be used in a Route 53 Alias record
\
)
|
| replica
\_
db
\_
instance
\_
id | The RDS instance ID |
| replica
\_
db
\_
instance
\_
id | The RDS instance ID |
| replica
\_
db
\_
instance
\_
name | The database name |
| replica
\_
db
\_
instance
\_
name | The database name |
| replica
\_
db
\_
instance
\_
port | The database port |
| replica
\_
db
\_
instance
\_
port | The database port |
...
...
modules/db_instance/README.md
View file @
0ee6f723
This diff is collapsed.
Click to expand it.
modules/db_parameter_group/README.md
View file @
0ee6f723
...
@@ -13,7 +13,7 @@
...
@@ -13,7 +13,7 @@
| name
\_
prefix | Creates a unique name beginning with the specified prefix | string |
`""`
| no |
| name
\_
prefix | Creates a unique name beginning with the specified prefix | string |
`""`
| no |
| parameters | A list of DB parameter maps to apply | list(map(string)) |
`[]`
| no |
| parameters | A list of DB parameter maps to apply | list(map(string)) |
`[]`
| no |
| tags | A mapping of tags to assign to the resource | map(string) |
`{}`
| no |
| tags | A mapping of tags to assign to the resource | map(string) |
`{}`
| no |
| use
\_
name
\_
prefix | Whether to use name_prefix or not | bool |
`"true"`
| no |
| use
\_
name
\_
prefix | Whether to use name
\
_
prefix or not | bool |
`"true"`
| no |
## Outputs
## Outputs
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment