Skip to content

Commit

Permalink
feat: quickstart version (#586)
Browse files Browse the repository at this point in the history
  • Loading branch information
surajsbharadwaj authored Aug 18, 2023
1 parent 43966a6 commit 1bd6ce3
Show file tree
Hide file tree
Showing 17 changed files with 2,278 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .secrets.baseline
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"files": "go.sum|^.secrets.baseline$",
"lines": null
},
"generated_at": "2023-07-07T09:16:53Z",
"generated_at": "2023-07-20T11:43:53Z",
"plugins_used": [
{
"name": "AWSKeyDetector"
Expand Down Expand Up @@ -100,7 +100,7 @@
"hashed_secret": "3a16a2d2850bbe557924aebe9f1f1294199bfbab",
"is_secret": false,
"is_verified": false,
"line_number": 60,
"line_number": 709,
"type": "Secret Keyword",
"verified_result": null
}
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ module "power-infrastructure" {
| ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- | ------------- |
| [Full-Stack](solutions/full-stack) | :heavy_check_mark: | N/A | :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A | N/A |
| [Extension](solutions/extension) | :heavy_check_mark: | :heavy_check_mark: | N/A | N/A | :heavy_check_mark: | N/A | N/A |
| [Quickstart](solutions/quickstart) | :heavy_check_mark: | N/A | :heavy_check_mark:| :heavy_check_mark: | :heavy_check_mark: | :heavy_check_mark: | N/A |

<!-- END MODULE HOOK -->

Expand Down Expand Up @@ -137,7 +138,7 @@ module "power-infrastructure" {

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <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 |
| <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 |
| <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 |
| <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 |
| <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 |
Expand Down
2 changes: 1 addition & 1 deletion common-dev-assets
483 changes: 483 additions & 0 deletions ibm_catalog.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions module-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"access_host_or_ip": {
"name": "access_host_or_ip",
"type": "string",
"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.",
"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.",
"source": [
"module.configure_dns",
"module.configure_nfs",
Expand Down Expand Up @@ -393,7 +393,7 @@
"outputs": {
"access_host_or_ip": {
"name": "access_host_or_ip",
"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.",
"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.",
"value": "var.access_host_or_ip",
"pos": {
"filename": "outputs.tf",
Expand Down
Loading

0 comments on commit 1bd6ce3

Please sign in to comment.