Skip to content

Commit 4ae15da

Browse files
committed
fix: fix note indentation
1 parent f961e8d commit 4ae15da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/r/route_table.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ This resource supports the following arguments:
119119
* `vpc_id` - (Required) The VPC ID.
120120
* `route` - (Optional) A list of route objects. Their keys are documented below. This argument is processed in [attribute-as-blocks mode](https://www.terraform.io/docs/configuration/attr-as-blocks.html).
121121
This means that omitting this argument is interpreted as ignoring any existing routes. To remove all managed routes an empty list should be specified. See the example above.
122-
123-
~> **NOTE on Route Tables and Routes:** Terraform currently provides both a standalone Route resource (`aws_route`) and a Route Table resource with routes defined in-line (`aws_route_table`). At this time you cannot use a `aws_route_table` in conjunction with any `aws_route` resources. Doing so will cause a conflict of rule settings and will overwrite rules.
122+
123+
~> **NOTE on Route Tables and Routes:** Terraform currently provides both a standalone Route resource (`aws_route`) and a Route Table resource with routes defined in-line (`aws_route_table`). At this time you cannot use a `aws_route_table` in conjunction with any `aws_route` resources. Doing so will cause a conflict of rule settings and will overwrite rules.
124124

125125
* `tags` - (Optional) A map of tags to assign to the resource. If configured with a provider [`default_tags` configuration block](https://registry.terraform.io/providers/hashicorp/aws/latest/docs#default_tags-configuration-block) present, tags with matching keys will overwrite those defined at the provider-level.
126126
* `propagating_vgws` - (Optional) A list of virtual gateways for propagation.

0 commit comments

Comments
 (0)