You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ This repo has the following folder structure:
29
29
30
30
The primary module is:
31
31
32
-
*[cloud-sql](/modules/cloud-sql): Deploy a Cloud SQL [MySQL](https://cloud.google.com/sql/docs/mysql/) or
32
+
*[cloud-sql](https://github.com/gruntwork-io/terraform-google-sql/tree/master/modules/cloud-sql): Deploy a Cloud SQL [MySQL](https://cloud.google.com/sql/docs/mysql/) or
*[examples](https://github.com/gruntwork-io/terraform-google-sql/tree/master/examples): This folder contains
@@ -64,7 +64,7 @@ a version number bump.
64
64
65
65
## Who maintains this Module?
66
66
67
-
This Module and its Submodules are maintained by [Gruntwork](http://www.gruntwork.io/). Read the [Gruntwork Philosophy](/GRUNTWORK_PHILOSOPHY.md) document to learn more about how Gruntwork builds production grade infrastructure code. If you are looking for help or
67
+
This Module and its Submodules are maintained by [Gruntwork](http://www.gruntwork.io/). Read the [Gruntwork Philosophy](https://github.com/gruntwork-io/terraform-google-sql/blob/master/GRUNTWORK_PHILOSOPHY.md) document to learn more about how Gruntwork builds production grade infrastructure code. If you are looking for help or
Contributions are very welcome! Check out the [Contribution Guidelines](/CONTRIBUTING.md) for instructions.
82
+
Contributions are very welcome! Check out the [Contribution Guidelines](https://github.com/gruntwork-io/terraform-google-sql/blob/master/CONTRIBUTING.md) for instructions.
83
83
84
84
85
85
## How is this Module versioned?
86
86
87
87
This Module follows the principles of [Semantic Versioning](http://semver.org/). You can find each new release, along
88
-
with the changelog, in the [Releases Page](../../releases).
88
+
with the changelog, in the [Releases Page](https://github.com/gruntwork-io/terraform-google-sql/releases).
89
89
90
90
During initial development, the major version will be 0 (e.g., `0.x.y`), which indicates the code does not yet have a
91
91
stable API. Once we hit `1.0.0`, we will make every effort to maintain a backwards compatible API and use the MAJOR,
@@ -94,6 +94,6 @@ MINOR, and PATCH versions on each release to indicate any incompatibilities.
94
94
95
95
## License
96
96
97
-
Please see [LICENSE](/LICENSE) for how the code in this repo is licensed.
97
+
Please see [LICENSE](https://github.com/gruntwork-io/terraform-google-sql/blob/master/LICENSE.txt) for how the code in this repo is licensed.
Copy file name to clipboardExpand all lines: modules/cloud-sql/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,12 +11,12 @@ This module helps you run [MySQL](https://cloud.google.com/sql/docs/mysql/) and
11
11
12
12
## How do you use this module?
13
13
14
-
See the [examples](/examples) folder for an example.
14
+
See the [examples](https://github.com/gruntwork-io/terraform-google-sql/tree/master/examples) folder for an example.
15
15
16
16
## How do you configure this module?
17
17
18
18
This module allows you to configure a number of parameters, such as high availability, backup windows, maintenance window and replicas.
19
-
For a list of all available variables and their descriptions, see [variables.tf](./variables.tf).
19
+
For a list of all available variables and their descriptions, see [variables.tf](https://github.com/gruntwork-io/terraform-google-sql/blob/master/modules/cloud-sql/variables.tf).
20
20
21
21
## How do you connect to the database?
22
22
@@ -96,7 +96,7 @@ See https://github.com/terraform-providers/terraform-provider-google/issues/2446
96
96
97
97
Retrieving and outputting distinct values from list of maps is not possible with resources using `count` prior to `terraform 0.12`.
98
98
Instead we have to output the values JSON encoded - for example `read_replica_server_ca_certs`. For full details of the outputs and
99
-
their format, see [outputs.tf](./outputs.tf).
99
+
their format, see [outputs.tf](https://github.com/gruntwork-io/terraform-google-sql/blob/master/modules/cloud-sql/outputs.tf).
100
100
101
101
See https://github.com/hashicorp/terraform/issues/17048
0 commit comments