Documentation updates
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user