Skip to content

Commit 1bd6ce3

Browse files
feat: quickstart version (#586)
1 parent 43966a6 commit 1bd6ce3

17 files changed

+2278
-8
lines changed

.secrets.baseline

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"files": "go.sum|^.secrets.baseline$",
44
"lines": null
55
},
6-
"generated_at": "2023-07-07T09:16:53Z",
6+
"generated_at": "2023-07-20T11:43:53Z",
77
"plugins_used": [
88
{
99
"name": "AWSKeyDetector"
@@ -100,7 +100,7 @@
100100
"hashed_secret": "3a16a2d2850bbe557924aebe9f1f1294199bfbab",
101101
"is_secret": false,
102102
"is_verified": false,
103-
"line_number": 60,
103+
"line_number": 709,
104104
"type": "Secret Keyword",
105105
"verified_result": null
106106
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ module "power-infrastructure" {
102102
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
103103
| [Full-Stack](solutions/full-stack) | :heavy_check_mark: | N/A | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A | N/A |
104104
| [Extension](solutions/extension) | :heavy_check_mark: | :heavy_check_mark: | N/A | N/A | :heavy_check_mark: | N/A | N/A |
105+
| [Quickstart](solutions/quickstart) | :heavy_check_mark: | N/A | :heavy_check_mark:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A |
105106

106107
<!-- END MODULE HOOK -->
107108

@@ -137,7 +138,7 @@ module "power-infrastructure" {
137138

138139
| Name | Description | Type | Default | Required |
139140
|------|-------------|------|---------|:--------:|
140-
| <a name="input_access_host_or_ip"></a> [access\_host\_or\_ip](#input\_access\_host\_or\_ip) | The public IP address or hostname for the access host. The address is used to reach the target or server\_host IP address and to configure the DNS, NTP, NFS, and Squid proxy services. Set it to null if you do not want to configure any services. | `string` | `null` | no |
141+
| <a name="input_access_host_or_ip"></a> [access\_host\_or\_ip](#input\_access\_host\_or\_ip) | The public IP address or hostname for the access host(Jump/Bastion server). The address is used to reach the target or server\_host IP address and to configure the DNS, NTP, NFS, and Squid proxy services. Set it to null if you do not want to configure any services. | `string` | `null` | no |
141142
| <a name="input_cloud_connection_count"></a> [cloud\_connection\_count](#input\_cloud\_connection\_count) | Required number of Cloud connections to create or reuse. The maximum number of connections is two per location. | `number` | `2` | no |
142143
| <a name="input_cloud_connection_gr"></a> [cloud\_connection\_gr](#input\_cloud\_connection\_gr) | Whether to enable global routing for this IBM Cloud connection. You can specify this value when you create a connection. | `bool` | `null` | no |
143144
| <a name="input_cloud_connection_metered"></a> [cloud\_connection\_metered](#input\_cloud\_connection\_metered) | Whether to enable metering for this IBM Cloud connection. You can specify this value when you create a connection. | `bool` | `null` | no |

ibm_catalog.json

Lines changed: 483 additions & 0 deletions
Large diffs are not rendered by default.

module-metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"access_host_or_ip": {
55
"name": "access_host_or_ip",
66
"type": "string",
7-
"description": "The public IP address or hostname for the access host. The address is used to reach the target or server_host IP address and to configure the DNS, NTP, NFS, and Squid proxy services. Set it to null if you do not want to configure any services.",
7+
"description": "The public IP address or hostname for the access host(Jump/Bastion server). The address is used to reach the target or server_host IP address and to configure the DNS, NTP, NFS, and Squid proxy services. Set it to null if you do not want to configure any services.",
88
"source": [
99
"module.configure_dns",
1010
"module.configure_nfs",
@@ -393,7 +393,7 @@
393393
"outputs": {
394394
"access_host_or_ip": {
395395
"name": "access_host_or_ip",
396-
"description": "The public IP address or hostname for the access host. The address is used to reach the target or server_host IP address and to configure the DNS, NTP, NFS, and Squid proxy services. Set it to null if you do not want to configure any services.",
396+
"description": "The public IP address or hostname for the access host(Jump/Bastion server). The address is used to reach the target or server_host IP address and to configure the DNS, NTP, NFS, and Squid proxy services. Set it to null if you do not want to configure any services.",
397397
"value": "var.access_host_or_ip",
398398
"pos": {
399399
"filename": "outputs.tf",

0 commit comments

Comments
 (0)