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
Copy file name to clipboardExpand all lines: Makefile
+7-13Lines changed: 7 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright 2018 Google LLC
1
+
# Copyright 2019 Google LLC
2
2
#
3
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
4
# you may not use this file except in compliance with the License.
@@ -12,26 +12,20 @@
12
12
# See the License for the specific language governing permissions and
13
13
# limitations under the License.
14
14
15
-
# Please note that this file was generated from [terraform-google-module-template](https://github.com/terraform-google-modules/terraform-google-module-template).
16
-
# Please make sure to contribute relevant changes upstream!
* Licensed under the Apache License, Version 2.0 (the "License");
5
+
* you may not use this file except in compliance with the License.
6
+
* You may obtain a copy of the License at
7
+
*
8
+
* http://www.apache.org/licenses/LICENSE-2.0
9
+
*
10
+
* Unless required by applicable law or agreed to in writing, software
11
+
* distributed under the License is distributed on an "AS IS" BASIS,
12
+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+
* See the License for the specific language governing permissions and
14
+
* limitations under the License.
15
+
*/
16
+
17
+
output"mysql_conn" {
18
+
value=module.mysql-db.instance_connection_name
19
+
description="The connection name of the master instance to be used in connection strings"
20
+
}
21
+
22
+
output"mysql_user_pass" {
23
+
value=module.mysql-db.generated_user_password
24
+
description="The password for the default user. If not set, a random one will be generated and available in the generated_user_password output variable."
description="The password for the default user. If not set, a random one will be generated and available in the generated_user_password output variable."
description="The password for the default user. If not set, a random one will be generated and available in the generated_user_password output variable."
0 commit comments