Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Merge pull request hashicorp#14646 from hashicorp/f-update-route-tabl…
Browse files Browse the repository at this point in the history
…e-docs-note

docs/aws: add note for aws_route_table resource
  • Loading branch information
grubernaut authored May 18, 2017
2 parents a47d054 + b38210c commit fcdf494
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ defined in-line. At this time you cannot use a Route Table with in-line routes
in conjunction with any Route resources. Doing so will cause
a conflict of rule settings and will overwrite rules.

~> **NOTE on `gateway_id` and `nat_gateway_id`:** The AWS API is very foregiving with these two
attributes and the `aws_route_table` resource can be created with a NAT ID specified as a Gateway ID attribute.
This _will_ lead to a permanent diff between your configuration and statefile, as the API returns the correct
parameters in the returned route table. If you're experiencing constant diffs in your `aws_route_table` resources,
the first thing to check is whether or not you're specifying a NAT ID instead of a Gateway ID, or vice-versa.

## Example usage with tags:

```hcl
Expand Down Expand Up @@ -76,4 +82,4 @@ Route Tables can be imported using the `route table id`, e.g.

```
$ terraform import aws_route_table.public_rt rtb-22574640
```
```

0 comments on commit fcdf494

Please sign in to comment.