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: modules/mysql/metadata.yaml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright 2024 Google LLC
1
+
# Copyright 2025 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.
@@ -101,17 +101,17 @@ spec:
101
101
description: The name of the default user
102
102
varType: string
103
103
defaultValue: default
104
+
- name: user_password
105
+
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.
106
+
varType: string
107
+
defaultValue: ""
104
108
- name: user_host
105
109
description: The host for the default user
106
110
varType: string
107
111
defaultValue: "%"
108
112
- name: root_password
109
113
description: MySQL password for the root user.
110
114
varType: string
111
-
- name: user_password
112
-
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.
113
-
varType: string
114
-
defaultValue: ""
115
115
- name: deletion_protection
116
116
description: Used to block Terraform from deleting a SQL Instance.
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."
78
+
type=string
79
+
default=""
80
+
}
81
+
77
82
variable"user_host" {
78
83
description="The host for the default user"
79
84
type=string
@@ -86,12 +91,6 @@ variable "root_password" {
86
91
default=null
87
92
}
88
93
89
-
variable"user_password" {
90
-
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."
91
-
type=string
92
-
default=""
93
-
}
94
-
95
94
variable"deletion_protection" {
96
95
description="Used to block Terraform from deleting a SQL Instance."
Copy file name to clipboardExpand all lines: modules/postgresql/metadata.yaml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Copyright 2024 Google LLC
1
+
# Copyright 2025 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.
@@ -105,6 +105,9 @@ spec:
105
105
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.
106
106
varType: string
107
107
defaultValue: ""
108
+
- name: root_password
109
+
description: Initial root password during creation
110
+
varType: string
108
111
- name: deletion_protection
109
112
description: Used to block Terraform from deleting a SQL Instance.
110
113
varType: bool
@@ -381,9 +384,6 @@ spec:
381
384
description: Enforce that clients use the connector library
382
385
varType: bool
383
386
defaultValue: false
384
-
- name: root_password
385
-
description: Initial root password during creation
0 commit comments