From aaf645e8078ae84d4dbedeeb42901802f6c9bcec Mon Sep 17 00:00:00 2001 From: AleksaC Date: Mon, 23 Dec 2024 02:44:30 +0100 Subject: [PATCH] docs: fix typo for aws_vpc_peering_connection_options --- website/docs/r/vpc_peering_connection_options.html.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/r/vpc_peering_connection_options.html.markdown b/website/docs/r/vpc_peering_connection_options.html.markdown index 4a48b5f959f..d5538396556 100644 --- a/website/docs/r/vpc_peering_connection_options.html.markdown +++ b/website/docs/r/vpc_peering_connection_options.html.markdown @@ -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