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 fde92dd commit 20a7ab1
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/20688.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:enhancement
resource/aws_ec2_client_vpn_authorization_rule: add support for timeouts block
```
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ The following arguments are supported:

No additional attributes are exported.

## Timeouts

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

- `create` - (Default `10m`) How long to wait for an authorization rule to be active.
- `delete` - (Default `10m`) How long to wait for an authorization rule to be revoked.

## Import

AWS Client VPN authorization rules can be imported using the endpoint ID and target network CIDR. If there is a specific group name that is included as well. All values are separated by a `,`.
Expand Down

0 comments on commit 20a7ab1

Please sign in to comment.