Skip to content

Commit

Permalink
Merge pull request #40678 from AleksaC/typo
Browse files Browse the repository at this point in the history
docs: fix typo for aws_vpc_peering_connection_options
  • Loading branch information
ewbankkit authored Dec 23, 2024
2 parents fd1aac1 + aaf645e commit b1b0d0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions website/docs/r/vpc_peering_connection_options.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,8 @@ resource "aws_vpc_peering_connection_options" "accepter" {
This resource supports the following arguments:

* `vpc_peering_connection_id` - (Required) The ID of the requester VPC peering connection.
* `accepter` (Optional) - An optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that acceptsthe peering connection (a maximum of one).
* `requester` (Optional) - A optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that requeststhe peering connection (a maximum of one).
* `accepter` (Optional) - An optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that accepts the peering connection (a maximum of one).
* `requester` (Optional) - A optional configuration block that allows for [VPC Peering Connection](https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options to be set for the VPC that requests the peering connection (a maximum of one).

#### Accepter and Requester Arguments

Expand Down

0 comments on commit b1b0d0a

Please sign in to comment.