Skip to content

Commit

Permalink
No public description
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 631518614
  • Loading branch information
sjswerdlow committed May 9, 2024
1 parent 4760ce0 commit d74f83b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions modules/s4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,19 +41,18 @@ Functional example is included in the
| ascs\_disk\_usr\_sap\_size | ascs\_disk\_usr\_sap\_size | `number` | `128` | no |
| ascs\_machine\_type | ascs\_machine\_type | `string` | `"n1-standard-8"` | no |
| ascs\_sa\_email | ascs\_sa\_email | `string` | `""` | no |
| ascs\_vm\_names | ascs\_vm\_names | `list` | `[]` | no |
| ascs\_vm\_names | ascs\_vm\_names | `list(any)` | `[]` | no |
| configuration\_bucket\_name | configuration\_bucket\_name | `string` | `""` | no |
| create\_comms\_firewall | create\_comms\_firewall | `bool` | `true` | no |
| db\_disk\_backup\_size | db\_disk\_backup\_size | `number` | `128` | no |
| db\_disk\_hana\_data\_size | db\_disk\_hana\_data\_size | `number` | `249` | no |
| db\_disk\_hana\_log\_size | db\_disk\_hana\_log\_size | `number` | `104` | no |
| db\_disk\_hana\_restore\_size | db\_disk\_hana\_restore\_size | `number` | `128` | no |
| db\_disk\_hana\_shared\_size | db\_disk\_hana\_shared\_size | `number` | `208` | no |
| db\_disk\_usr\_sap\_size | db\_disk\_usr\_sap\_size | `number` | `32` | no |
| db\_machine\_type | db\_machine\_type | `string` | `"n1-highmem-32"` | no |
| db\_sa\_email | db\_sa\_email | `string` | `""` | no |
| db\_sid | db\_sid | `string` | `"HD1"` | no |
| db\_vm\_names | db\_vm\_names | `list` | `[]` | no |
| db\_vm\_names | db\_vm\_names | `list(any)` | `[]` | no |
| deployment\_name | deployment\_name | `string` | n/a | yes |
| disk\_type | disk\_type | `string` | `"pd-balanced"` | no |
| dns\_zone\_name\_suffix | dns\_zone\_name\_suffix | `string` | `"gcp.sapcloud.goog."` | no |
Expand Down
5 changes: 2 additions & 3 deletions modules/s4_ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,19 @@ Functional example is included in the
| ascs\_ilb\_healthcheck\_port | ascs\_ilb\_healthcheck\_port | `number` | `60001` | no |
| ascs\_machine\_type | ascs\_machine\_type | `string` | `"n1-standard-8"` | no |
| ascs\_sa\_email | ascs\_sa\_email | `string` | `""` | no |
| ascs\_vm\_names | ascs\_vm\_names | `list` | `[]` | no |
| ascs\_vm\_names | ascs\_vm\_names | `list(any)` | `[]` | no |
| configuration\_bucket\_name | configuration\_bucket\_name | `string` | `""` | no |
| create\_comms\_firewall | create\_comms\_firewall | `bool` | `true` | no |
| db\_disk\_backup\_size | db\_disk\_backup\_size | `number` | `128` | no |
| db\_disk\_hana\_data\_size | db\_disk\_hana\_data\_size | `number` | `249` | no |
| db\_disk\_hana\_log\_size | db\_disk\_hana\_log\_size | `number` | `104` | no |
| db\_disk\_hana\_restore\_size | db\_disk\_hana\_restore\_size | `number` | `128` | no |
| db\_disk\_hana\_shared\_size | db\_disk\_hana\_shared\_size | `number` | `208` | no |
| db\_disk\_usr\_sap\_size | db\_disk\_usr\_sap\_size | `number` | `32` | no |
| db\_ilb\_healthcheck\_port | db\_ilb\_healthcheck\_port | `number` | `60000` | no |
| db\_machine\_type | db\_machine\_type | `string` | `"n1-highmem-32"` | no |
| db\_sa\_email | db\_sa\_email | `string` | `""` | no |
| db\_sid | db\_sid | `string` | `"HD1"` | no |
| db\_vm\_names | db\_vm\_names | `list` | `[]` | no |
| db\_vm\_names | db\_vm\_names | `list(any)` | `[]` | no |
| deployment\_name | deployment\_name | `string` | n/a | yes |
| disk\_type | disk\_type | `string` | `"pd-balanced"` | no |
| dns\_zone\_name\_suffix | dns\_zone\_name\_suffix | `string` | `"gcp.sapcloud.goog."` | no |
Expand Down

0 comments on commit d74f83b

Please sign in to comment.