Skip to content

Commit

Permalink
Correct nat_type attribute in vpc_nat datasource
Browse files Browse the repository at this point in the history
Signed-off-by: Kobi Samoray <[email protected]>
  • Loading branch information
ksamoray committed Sep 24, 2024
1 parent c77e287 commit e8c86da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/d/vpc_nat.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ data "nsxt_vpc_nat" "test" {
project_id = data.nsxt_policy_project.proj.id
vpc_id = data.nsxt_vpc.vpc1.id
}
type = "USER"
nat_type = "USER"
}
```

## Argument Reference

* `type` - (Required) Type of NAT, one of `USER`, `INTERNAL`, `DEFAULT` or `NAT64`.
* `nat_type` - (Required) Type of NAT, one of `USER`, `INTERNAL`, `DEFAULT` or `NAT64`.
* `context` - (Required) The context which the object belongs to
* `project_id` - (Required) The ID of the project which the object belongs to
* `vpc_id` - (Required) The ID of the VPC which the object belongs to
Expand Down

0 comments on commit e8c86da

Please sign in to comment.