From 2d36cffa08847cacd8276fc0b51c2f7a30d9b9bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 1 Jul 2024 19:16:53 +0000 Subject: [PATCH] terraform-docs: automated action --- live/common-infra/docs/MODULE.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/live/common-infra/docs/MODULE.md b/live/common-infra/docs/MODULE.md index a2f335c..ecf2177 100644 --- a/live/common-infra/docs/MODULE.md +++ b/live/common-infra/docs/MODULE.md @@ -16,7 +16,6 @@ | Name | Source | Version | |------|--------|---------| -| [bastion](#module\_bastion) | ../../modules/bastion | n/a | | [exampledb](#module\_exampledb) | ../../modules/rds | n/a | | [label](#module\_label) | cloudposse/label/null | 0.25.0 | @@ -35,7 +34,6 @@ | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | [core\_networking\_ssm\_parameter\_prefix](#input\_core\_networking\_ssm\_parameter\_prefix) | The SSM parameter prefix for core networking parameters | `string` | n/a | yes | -| [enable\_bastion](#input\_enable\_bastion) | Enable bastion host | `bool` | `false` | no | | [environment](#input\_environment) | Environment, e.g. 'prod', 'staging', 'dev', 'pre-prod', 'UAT' | `string` | `"development"` | no | | [example\_db\_master\_username](#input\_example\_db\_master\_username) | The username for the master DB user | `string` | `"root"` | no | | [example\_db\_name](#input\_example\_db\_name) | The name of the database to create | `string` | `"mydb"` | no | @@ -49,13 +47,10 @@ | Name | Description | |------|-------------| -| [bastion\_instance\_id](#output\_bastion\_instance\_id) | n/a | -| [bastion\_instance\_profile](#output\_bastion\_instance\_profile) | n/a | | [example\_db\_instance\_address](#output\_example\_db\_instance\_address) | The address of the RDS instance | | [example\_db\_instance\_master\_user\_secret\_arn](#output\_example\_db\_instance\_master\_user\_secret\_arn) | The ARN of the secret containing the connection details for the RDS instance | | [example\_db\_instance\_master\_user\_secret\_id](#output\_example\_db\_instance\_master\_user\_secret\_id) | The ID of the secret containing the connection details for the RDS instance | | [example\_db\_instance\_master\_user\_secret\_name](#output\_example\_db\_instance\_master\_user\_secret\_name) | The name of the secret containing the connection details for the RDS instance | | [example\_db\_instance\_name](#output\_example\_db\_instance\_name) | The database name | | [example\_db\_instance\_port](#output\_example\_db\_instance\_port) | The database port | -| [ssm\_parameter\_bastion\_ssh\_key](#output\_ssm\_parameter\_bastion\_ssh\_key) | name of the ssm parameter for the bastion ssh key | \ No newline at end of file