Skip to content

Commit c5747c5

Browse files
author
rahul-infra
committed
Removed extra space in my example variabes.tf
1 parent 6b6aaf4 commit c5747c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/complete/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ variable "domain_name" {
135135

136136
variable "region" {
137137
description = "AWS region to deploy resources"
138-
type = string
138+
type = string
139139
}
140140

141141
variable "route53_assume_role_arn" {

0 commit comments

Comments
 (0)