Skip to content

Commit 6713daf

Browse files
committed
Fix typo in examples
1 parent ab31204 commit 6713daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/cert-gen/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ variable "region" {
3535
}
3636

3737
variable "subnets" {
38-
tpye = "string"
38+
type = "string"
3939
description = "List of VPC subnets eligible for instance deployment"
4040
}
4141

0 commit comments

Comments
 (0)