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-latest.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -47,12 +47,12 @@ No provider.
47
47
| create\_db\_parameter\_group | Whether to create a database parameter group |`bool`|`true`| no |
48
48
| create\_db\_subnet\_group | Whether to create a database subnet group |`bool`|`true`| no |
49
49
| create\_monitoring\_role | Create IAM role with a defined name that permits RDS to send enhanced monitoring metrics to CloudWatch Logs. |`bool`|`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 |`string`|`""`| no |
52
52
| deletion\_protection | The database can't be deleted when this value is set to true. |`bool`|`false`| no |
53
53
| description | Description of security group |`string`|`"Security Group managed by Terraform"`| no |
54
-
| egress\_cidr\_blocks | List of IPv4 CIDR ranges to use on all egress rules |`list(string)`| <code><pre>[<br> "0.0.0.0/0"<br>]<br></pre></code> | no |
55
-
| egress\_ipv6\_cidr\_blocks | List of IPv6 CIDR ranges to use on all egress rules |`list(string)`| <code><pre>[<br> "::/0"<br>]<br></pre></code> | no |
54
+
| egress\_cidr\_blocks | List of IPv4 CIDR ranges to use on all egress rules |`list(string)`| <pre>[<br> "0.0.0.0/0"<br>]<br></pre> | no |
55
+
| egress\_ipv6\_cidr\_blocks | List of IPv6 CIDR ranges to use on all egress rules |`list(string)`| <pre>[<br> "::/0"<br>]<br></pre> | no |
56
56
| egress\_prefix\_list\_ids | List of prefix list IDs (for allowing access to VPC endpoints) to use on all egress rules |`list(string)`|`[]`| no |
57
57
| egress\_rules | List of egress rules to create by name |`list(string)`|`[]`| no |
58
58
| egress\_with\_cidr\_blocks | List of egress rules to create where 'cidr\_blocks' is used |`list(map(string))`|`[]`| no |
@@ -78,7 +78,7 @@ No provider.
78
78
| 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. |`string`|`""`| no |
79
79
| monitoring\_role\_name | Name of the IAM role which will be created when create\_monitoring\_role is enabled. |`string`|`"rds-monitoring-role"`| no |
80
80
| multi\_az | Specifies if the RDS instance is multi-AZ |`bool`|`false`| no |
| number\_of\_computed\_egress\_rules | Number of computed egress rules to create by name |`number`|`0`| no |
83
83
| number\_of\_computed\_egress\_with\_cidr\_blocks | Number of computed egress rules to create where 'cidr\_blocks' is used |`number`|`0`| no |
84
84
| number\_of\_computed\_egress\_with\_ipv6\_cidr\_blocks | Number of computed egress rules to create where 'ipv6\_cidr\_blocks' is used |`number`|`0`| no |
@@ -106,7 +106,7 @@ No provider.
106
106
| subnetwork | This is a test |`string`|`"This\nis\na\ntest\n"`| no |
107
107
| tags | A mapping of tags to assign to all resources |`map(string)`|`{}`| no |
108
108
| test\_var | This is a test variable |`string`|`""`| no |
109
-
| timeouts | (Optional) Updated Terraform resource management timeouts. Applies to `aws_db_instance` in particular to permit resource management times |`map(string)`| <code><pre>{<br> "create": "40m",<br> "delete": "40m",<br> "update": "80m"<br>}<br></pre></code> | no |
109
+
| timeouts | (Optional) Updated Terraform resource management timeouts. Applies to `aws_db_instance` in particular to permit resource management times |`map(string)`| <pre>{<br> "create": "40m",<br> "delete": "40m",<br> "update": "80m"<br>}<br></pre> | no |
110
110
| 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. |`string`|`""`| no |
111
111
| use\_name\_prefix | Whether to use name\_prefix or fixed name. Should be true to able to update security group name after initial creation |`bool`|`true`| no |
112
112
| use\_parameter\_group\_name\_prefix | Whether to use the parameter group name prefix or not |`bool`|`true`| no |
Copy file name to clipboardExpand all lines: tests/default/TEST-latest.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ No provider.
62
62
| 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'. |`string`|`"gp2"`| no |
63
63
| subnet\_ids | A list of VPC subnet IDs |`list`|`[]`| no |
64
64
| tags | A mapping of tags to assign to all resources |`map`|`{}`| no |
65
-
| timeouts | (Optional) Updated Terraform resource management timeouts. Applies to `aws_db_instance` in particular to permit resource management times |`map`| <code><pre>{<br> "create": "40m",<br> "delete": "40m",<br> "update": "80m"<br>}<br></pre></code> | no |
65
+
| timeouts | (Optional) Updated Terraform resource management timeouts. Applies to `aws_db_instance` in particular to permit resource management times |`map`| <pre>{<br> "create": "40m",<br> "delete": "40m",<br> "update": "80m"<br>}<br></pre> | no |
66
66
| 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. |`string`|`""`| no |
67
67
| use\_option\_group\_name\_prefix | Whether to use the option group name prefix or not |`bool`|`true`| no |
68
68
| use\_parameter\_group\_name\_prefix | Whether to use the parameter group name prefix or not |`bool`|`true`| no |
0 commit comments