Skip to content

Commit

Permalink
chore: update version examples in readme (#259)
Browse files Browse the repository at this point in the history
Readme had outdated versions. That caused me to try out some very old versions in my terraform setup.

Co-authored-by: Bharath KKB <bharathkrishnakb@gmail.com>
  • Loading branch information
villesau and bharathkkb authored Jan 27, 2022
1 parent d45df79 commit bf1fc2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ For MySQL :
```
module "sql-db" {
source = "GoogleCloudPlatform/sql-db/google//modules/mysql"
version = "4.0.0"
version = "8.0.0"
}
```

Expand All @@ -91,7 +91,7 @@ or for PostgreSQL :
```
module "sql-db" {
source = "GoogleCloudPlatform/sql-db/google//modules/postgresql"
version = "4.0.0"
version = "8.0.0"
}
```

Expand All @@ -100,7 +100,7 @@ or for MSSQL Server :
```
module "sql-db" {
source = "GoogleCloudPlatform/sql-db/google//modules/mssql"
version = "4.0.0"
version = "8.0.0"
}
```

Expand Down

0 comments on commit bf1fc2f

Please sign in to comment.