Skip to content

Commit

Permalink
Documentation corrections.
Browse files Browse the repository at this point in the history
  • Loading branch information
ewbankkit committed Nov 10, 2022
1 parent f891366 commit 5a3289c
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ resource "aws_networkmanager_attachment_accepter" "test" {
}
```

### Example with VPN attachment
### Example with site-to-site VPN attachment

```terraform
resource "aws_networkmanager_attachment_accepter" "test" {
attachment_id = aws_networkmanager_vpn_attachment.vpc.id
attachment_type = aws_networkmanager_vpn_attachment.vpc.attachment_type
attachment_id = aws_networkmanager_site_to_site_vpn_attachment.vpn.id
attachment_type = aws_networkmanager_site_to_site_vpn_attachment.vpn.attachment_type
}
```

Expand Down

0 comments on commit 5a3289c

Please sign in to comment.