Skip to content

Commit fecb6c0

Browse files
authored
[aws/vpc-peering] Fix typo (#89)
1 parent df36135 commit fecb6c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aws/vpc-peering/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ variable "requester_account" {
2727
}
2828

2929
variable "requester_region" {
30-
decription = "Region of the requester's VPC"
30+
description = "Region of the requester's VPC"
3131
}
3232

3333
variable "requester_vpc_tags" {
@@ -37,7 +37,7 @@ variable "requester_vpc_tags" {
3737
}
3838

3939
variable "accepter_region" {
40-
decription = "Region of the accepter's VPC"
40+
description = "Region of the accepter's VPC"
4141
}
4242

4343
variable "accepter_account" {

0 commit comments

Comments
 (0)