Skip to content

Commit f65c62d

Browse files
committed
Resolve typo in secondary_cidr_blocks
1 parent d66fadd commit f65c62d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable "assign_generated_ipv6_cidr_block" {
2020

2121
variable "secondary_cidr_blocks" {
2222
type = "list"
23-
description = "Seceibdary CIDR blocks to associate with the VPC to extend the IP Address pool."
23+
description = "Secondary CIDR blocks to associate with the VPC to extend the IP Address pool."
2424
default = []
2525
}
2626

0 commit comments

Comments
 (0)