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: tests/0.12/TEST-0.1.0.md
+120Lines changed: 120 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,14 +8,134 @@ Stuff before terraform-docs
8
8
9
9
| Name | Description | Default | Required |
10
10
|------|-------------|:-----:|:-----:|
11
+
| allocated_storage | The allocated storage in gigabytes | - | yes |
12
+
| allow_major_version_upgrade | Indicates that major version upgrades are allowed. Changing this parameter does not result in an outage and the change is asynchronously applied as soon as possible |`false`| no |
13
+
| apply_immediately | Specifies whether any database modifications are applied immediately, or during the next maintenance window |`false`| no |
14
+
| auto_minor_version_upgrade | Indicates that minor engine upgrades will be applied automatically to the DB instance during the maintenance window |`true`| no |
15
+
| availability_zone | The Availability Zone of the RDS instance | `` | no |
16
+
| backup_retention_period | The days to retain backups for |`1`| no |
17
+
| backup_window | The daily time range (in UTC) during which automated backups are created if they are enabled. Example: '09:46-10:16'. Must not overlap with maintenance_window | - | yes |
18
+
| character_set_name | (Optional) The character set name to use for DB encoding in Oracle instances. This can't be changed. See Oracle Character Sets Supported in Amazon RDS for more information | `` | no |
19
+
| computed_egress_rules | List of computed egress rules to create by name |`<list>`| no |
20
+
| computed_egress_with_cidr_blocks | List of computed egress rules to create where 'cidr_blocks' is used |`<list>`| no |
21
+
| computed_egress_with_ipv6_cidr_blocks | List of computed egress rules to create where 'ipv6_cidr_blocks' is used |`<list>`| no |
22
+
| computed_egress_with_self | List of computed egress rules to create where 'self' is defined |`<list>`| no |
23
+
| computed_egress_with_source_security_group_id | List of computed egress rules to create where 'source_security_group_id' is used |`<list>`| no |
24
+
| computed_ingress_rules | List of computed ingress rules to create by name |`<list>`| no |
25
+
| computed_ingress_with_cidr_blocks | List of computed ingress rules to create where 'cidr_blocks' is used |`<list>`| no |
26
+
| computed_ingress_with_ipv6_cidr_blocks | List of computed ingress rules to create where 'ipv6_cidr_blocks' is used |`<list>`| no |
27
+
| computed_ingress_with_self | List of computed ingress rules to create where 'self' is defined |`<list>`| no |
28
+
| computed_ingress_with_source_security_group_id | List of computed ingress rules to create where 'source_security_group_id' is used |`<list>`| no |
29
+
| copy_tags_to_snapshot | On delete, copy all Instance tags to the final snapshot (if final_snapshot_identifier is specified) |`false`| no |
30
+
| create | Whether to create security group and all rules |`true`| no |
31
+
| create_db_instance | Whether to create a database instance |`true`| no |
32
+
| create_db_option_group | Whether to create a database option group |`true`| no |
33
+
| create_db_parameter_group | Whether to create a database parameter group |`true`| no |
34
+
| create_db_subnet_group | Whether to create a database subnet group |`true`| no |
35
+
| create_monitoring_role | Create IAM role with a defined name that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. |`false`| no |
| db_subnet_group_name | Name of DB subnet group. DB instance will be created in the VPC associated with the DB subnet group. If unspecified, will be created in the default VPC | `` | no |
38
+
| deletion_protection | The database can't be deleted when this value is set to true. |`false`| no |
39
+
| description | Description of security group |`Security Group managed by Terraform`| no |
40
+
| egress_cidr_blocks | List of IPv4 CIDR ranges to use on all egress rules |`<list>`| no |
41
+
| egress_ipv6_cidr_blocks | List of IPv6 CIDR ranges to use on all egress rules |`<list>`| no |
42
+
| egress_prefix_list_ids | List of prefix list IDs (for allowing access to VPC endpoints) to use on all egress rules |`<list>`| no |
43
+
| egress_rules | List of egress rules to create by name |`<list>`| no |
44
+
| egress_with_cidr_blocks | List of egress rules to create where 'cidr_blocks' is used |`<list>`| no |
45
+
| egress_with_ipv6_cidr_blocks | List of egress rules to create where 'ipv6_cidr_blocks' is used |`<list>`| no |
46
+
| egress_with_self | List of egress rules to create where 'self' is defined |`<list>`| no |
47
+
| egress_with_source_security_group_id | List of egress rules to create where 'source_security_group_id' is used |`<list>`| no |
48
+
| enabled_cloudwatch_logs_exports | List of log types to enable for exporting to CloudWatch logs. If omitted, no logs will be exported. Valid values (depending on engine): alert, audit, error, general, listener, slowquery, trace, postgresql (PostgreSQL), upgrade (PostgreSQL). |`<list>`| no |
49
+
| engine | The database engine to use | - | yes |
50
+
| engine_version | The engine version to use | - | yes |
51
+
| family | The family of the DB parameter group | `` | no |
52
+
| final_snapshot_identifier | The name of your final DB snapshot when this DB instance is deleted. |`null`| no |
53
+
| iam_database_authentication_enabled | Specifies whether or mappings of AWS Identity and Access Management (IAM) accounts to database accounts is enabled |`false`| no |
54
+
| identifier | The name of the RDS instance, if omitted, Terraform will assign a random, unique identifier | - | yes |
55
+
| ingress_cidr_blocks | List of IPv4 CIDR ranges to use on all ingress rules |`<list>`| no |
56
+
| ingress_ipv6_cidr_blocks | List of IPv6 CIDR ranges to use on all ingress rules |`<list>`| no |
57
+
| ingress_prefix_list_ids | List of prefix list IDs (for allowing access to VPC endpoints) to use on all ingress rules |`<list>`| no |
58
+
| ingress_rules | List of ingress rules to create by name |`<list>`| no |
59
+
| ingress_with_cidr_blocks | List of ingress rules to create where 'cidr_blocks' is used |`<list>`| no |
60
+
| ingress_with_ipv6_cidr_blocks | List of ingress rules to create where 'ipv6_cidr_blocks' is used |`<list>`| no |
61
+
| ingress_with_self | List of ingress rules to create where 'self' is defined |`<list>`| no |
62
+
| ingress_with_source_security_group_id | List of ingress rules to create where 'source_security_group_id' is used |`<list>`| no |
63
+
| instance_class | The instance type of the RDS instance | - | yes |
64
+
| iops | The amount of provisioned IOPS. Setting this implies a storage_type of 'io1' |`0`| no |
65
+
| kms_key_id | The ARN for the KMS encryption key. If creating an encrypted replica, set this to the destination KMS ARN. If storage_encrypted is set to true and kms_key_id is not specified the default KMS key created in your account will be used | `` | no |
66
+
| license_model | License model information for this DB instance. Optional, but required for some DB engines, i.e. Oracle SE1 | `` | no |
67
+
| maintenance_window | The window to perform maintenance in. Syntax: 'ddd:hh24:mi-ddd:hh24:mi'. Eg: 'Mon:00:00-Mon:03:00' | - | yes |
68
+
| major_engine_version | Specifies the major version of the engine that this option group should be associated with | `` | no |
69
+
| monitoring_interval | The interval, in seconds, between points when Enhanced Monitoring metrics are collected for the DB instance. To disable collecting Enhanced Monitoring metrics, specify 0. The default is 0. Valid Values: 0, 1, 5, 10, 15, 30, 60. |`0`| no |
70
+
| monitoring_role_arn | The ARN for the IAM role that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. Must be specified if monitoring_interval is non-zero. | `` | no |
71
+
| monitoring_role_name | Name of the IAM role which will be created when create_monitoring_role is enabled. |`rds-monitoring-role`| no |
72
+
| multi_az | Specifies if the RDS instance is multi-AZ |`false`| no |
73
+
| name | Name of security group | - | yes |
74
+
| name | The DB name to create. If omitted, no database is created initially | `` | no |
12
75
| network | The network |`<map>`| no |
76
+
| number_of_computed_egress_rules | Number of computed egress rules to create by name |`0`| no |
77
+
| number_of_computed_egress_with_cidr_blocks | Number of computed egress rules to create where 'cidr_blocks' is used |`0`| no |
78
+
| number_of_computed_egress_with_ipv6_cidr_blocks | Number of computed egress rules to create where 'ipv6_cidr_blocks' is used |`0`| no |
79
+
| number_of_computed_egress_with_self | Number of computed egress rules to create where 'self' is defined |`0`| no |
80
+
| number_of_computed_egress_with_source_security_group_id | Number of computed egress rules to create where 'source_security_group_id' is used |`0`| no |
81
+
| number_of_computed_ingress_rules | Number of computed ingress rules to create by name |`0`| no |
82
+
| number_of_computed_ingress_with_cidr_blocks | Number of computed ingress rules to create where 'cidr_blocks' is used |`0`| no |
83
+
| number_of_computed_ingress_with_ipv6_cidr_blocks | Number of computed ingress rules to create where 'ipv6_cidr_blocks' is used |`0`| no |
84
+
| number_of_computed_ingress_with_self | Number of computed ingress rules to create where 'self' is defined |`0`| no |
85
+
| number_of_computed_ingress_with_source_security_group_id | Number of computed ingress rules to create where 'source_security_group_id' is used |`0`| no |
86
+
| option_group_description | The description of the option group | `` | no |
87
+
| option_group_name | Name of the DB option group to associate. Setting this automatically disables option_group creation | `` | no |
88
+
| options | A list of Options to apply. |`<list>`| no |
89
+
| parameter_group_description | Description of the DB parameter group to create | `` | no |
90
+
| parameter_group_name | Name of the DB parameter group to associate or create | `` | no |
91
+
| parameters | A list of DB parameters (map) to apply |`<list>`| no |
92
+
| password | Password for the master DB user. Note that this may show up in logs, and it will be stored in the state file | - | yes |
93
+
| port | The port on which the DB accepts connections | - | yes |
94
+
| publicly_accessible | Bool to control if instance is publicly accessible |`false`| no |
95
+
| replicate_source_db | Specifies that this resource is a Replicate database, and to use this value as the source database. This correlates to the identifier of another Amazon RDS Database to replicate. | `` | no |
96
+
| skip_final_snapshot | Determines whether a final DB snapshot is created before the DB instance is deleted. If true is specified, no DBSnapshot is created. If false is specified, a DB snapshot is created before the DB instance is deleted, using the value from final_snapshot_identifier |`true`| no |
97
+
| snapshot_identifier | Specifies whether or not to create this database from a snapshot. This correlates to the snapshot ID you'd find in the RDS console, e.g: rds:production-2015-06-26-06-05. | `` | no |
98
+
| storage_encrypted | Specifies whether the DB instance is encrypted |`false`| no |
99
+
| storage_type | One of 'standard' (magnetic), 'gp2' (general purpose SSD), or 'io1' (provisioned IOPS SSD). The default is 'io1' if iops is specified, 'standard' if not. Note that this behaviour is different from the AWS web console, where the default is 'gp2'. |`gp2`| no |
100
+
| subnet_ids | A list of VPC subnet IDs |`<list>`| no |
101
+
| tags | A mapping of tags to assign to security group |`<map>`| no |
102
+
| tags | A mapping of tags to assign to all resources |`<map>`| no |
103
+
| timeouts | (Optional) Updated Terraform resource management timeouts. Applies to `aws_db_instance` in particular to permit resource management times |`<map>`| no |
104
+
| timezone | (Optional) Time zone of the DB instance. timezone is currently only supported by Microsoft SQL Server. The timezone can only be set on creation. See MSSQL User Guide for more information. | `` | no |
105
+
| use_name_prefix | Whether to use name_prefix or fixed name. Should be true to able to update security group name after initial creation |`true`| no |
106
+
| use_parameter_group_name_prefix | Whether to use the parameter group name prefix or not |`true`| no |
107
+
| username | Username for the master DB user | - | yes |
108
+
| vpc_id | ID of the VPC where to create security group | - | yes |
109
+
| vpc_security_group_ids | List of VPC security groups to associate |`<list>`| no |
0 commit comments