Skip to content

Commit

Permalink
docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Joe Perks committed Aug 27, 2021
1 parent 3de43c6 commit 8876e88
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/20689.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_ec2_client_vpn_network_association: add support for timeouts block
```
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,14 @@ In addition to all arguments above, the following attributes are exported:
* `status` - The current state of the target network association.
* `vpc_id` - The ID of the VPC in which the target subnet is located.

## Timeouts

`aws_ec2_client_vpn_network_association` provides the following [Timeouts](https://www.terraform.io/docs/configuration/blocks/resources/syntax.html#operation-timeouts)
configuration options:

- `create` - (Default `30m`) How long to wait for the subnet to be associated.
- `delete` - (Default `30m`) How long to wait for the subnet to be disassociated.

## Import

AWS Client VPN network associations can be imported using the endpoint ID and the association ID. Values are separated by a `,`.
Expand Down

0 comments on commit 8876e88

Please sign in to comment.