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: blueprints/third-party-solutions/wordpress/cloudrun/README.md
+13-12Lines changed: 13 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -107,24 +107,25 @@ The above command will delete the associated resources so there will be no billa
107
107
108
108
| name | description | type | required | default |
109
109
|---|---|:---:|:---:|:---:|
110
-
|[project_id](variables.tf#L51)| Project id, references existing project if `project_create` is null. | <code>string</code> | ✓ ||
111
-
|[wordpress_image](variables.tf#L75)| Image to run with Cloud Run, starts with \"gcr.io\"| <code>string</code> | ✓ ||
110
+
|[project_id](variables.tf#L66)| Project id, references existing project if `project_create` is null. | <code>string</code> | ✓ ||
111
+
|[wordpress_image](variables.tf#L77)| Image to run with Cloud Run, starts with \"gcr.io\"| <code>string</code> | ✓ ||
112
112
|[cloud_run_invoker](variables.tf#L18)| IAM member authorized to access the end-point (for example, 'user:YOUR_IAM_USER' for only you or 'allUsers' for everyone) | <code>string</code> || <code>"allUsers"</code> |
113
-
|[connector_cidr](variables.tf#L24)|CIDR block for the VPC serverless connector (10.8.0.0/28 by default) | <code>string</code> || <code>"10.8.0.0/28"</code> |
114
-
|[prefix](variables.tf#L30)|Unique prefix used for resource names. Not used for project if 'project_create' is null. | <code>string</code> || <code>""</code> |
115
-
|[principals](variables.tf#L36)|List of emails of people/service accounts to give rights to, eg 'user@domain.com'. | <code>list(string)</code> || <code>[]</code> |
116
-
|[project_create](variables.tf#L42)|Provide values if project creation is needed, uses existing project if null. Parent is in 'folders/nnn' or 'organizations/nnn' format. | <codetitle="object({ billing_account_id =string parent = string })">object({…})</code> || <code>null</code> |
117
-
|[psa_cidr](variables.tf#L57)|CIDR block for Private Service Access for CloudSQL (10.60.0.0/24 by default) | <code>string</code> || <code>"10.60.0.0/24"</code> |
118
-
|[region](variables.tf#L63)| Region for the created resources | <code>string</code> || <code>"europe-west4"</code> |
119
-
|[sql_vpc_cidr](variables.tf#L69)|CIDR block for the VPC for the CloudSQL (10.0.0.0/20 by default) | <code>string</code> || <code>"10.0.0.0/20"</code> |
120
-
|[wordpress_port](variables.tf#L80)| Port for the Wordpress image (8080 by default) | <code>number</code> || <code>8080</code> |
113
+
|[cloudsql_password](variables.tf#L24)|CloudSQL password (will be randomly generated by default) | <code>string</code> || <code>null</code> |
|[prefix](variables.tf#L45)|Unique prefix used for resource names. Not used for project if 'project_create' is null. | <code>string</code> || <code>""</code> |
116
+
|[principals](variables.tf#L51)|List of emails of people/service accounts to give rights to, eg 'user@domain.com'. | <code>list(string)</code> || <code>[]</code> |
117
+
|[project_create](variables.tf#L57)|Provide values if project creation is needed, uses existing project if null. Parent is in 'folders/nnn' or 'organizations/nnn' format. | <codetitle="object({ billing_account_id =string parent = string })">object({…})</code> || <code>null</code> |
118
+
|[region](variables.tf#L71)| Region for the created resources | <code>string</code> || <code>"europe-west4"</code> |
119
+
|[wordpress_password](variables.tf#L88)|Password for the Wordpress user (will be randomly generated by default) | <code>string</code> || <code>null</code> |
120
+
|[wordpress_port](variables.tf#L82)| Port for the Wordpress image (8080 by default) | <code>number</code> || <code>8080</code> |
121
121
122
122
## Outputs
123
123
124
124
| name | description | sensitive |
125
125
|---|---|:---:|
126
126
|[cloud_run_service](outputs.tf#L17)| CloudRun service URL | ✓ |
127
-
|[wp_password](outputs.tf#L28)| Wordpress user password | ✓ |
0 commit comments