1
0
mirror of synced 2025-12-19 18:05:44 -05:00

Documentation updates

This commit is contained in:
Petri Autero
2019-02-05 17:54:59 +02:00
parent ea66b2fe48
commit 0b6dc4d46e
2 changed files with 2 additions and 2 deletions

View File

@@ -136,7 +136,7 @@ variable "master_host" {
default = "%"
}
# In nearly all cases, databases should NOT be publicly accessible, however if you're migrating from a PAAS provider like Heroku to AWS, this needs to remain open to the internet.
# In nearly all cases, databases should NOT be publicly accessible, however if you're migrating from a PAAS provider like Heroku to GCP, this needs to remain open to the internet.
variable "publicly_accessible" {
description = "WARNING: - In nearly all cases a database should NOT be publicly accessible. Only set this to true if you want the database open to the internet."
default = false

View File

@@ -8,7 +8,7 @@ works as expected using a helper library called [Terratest](https://github.com/g
## WARNING WARNING WARNING
**Note #1**: Many of these tests create real resources in an AWS account and then try to clean those resources up at
**Note #1**: Many of these tests create real resources in a GCP project and then try to clean those resources up at
the end of a test run. That means these tests may cost you money to run! When adding tests, please be considerate of
the resources you create and take extra care to clean everything up when you're done!