Skip to content

Commit e1f3daa

Browse files
committed
Fixed error in variables definition
1 parent 1c8a14c commit e1f3daa

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

variables.tf

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,3 @@
1-
variable "aws-region-default" {
2-
description = "Default AWS region to build required resources."
3-
default = "us-east-1"
4-
type = string
5-
}
6-
71
variable "website-domain-main" {
82
description = "Main website domain, e.g. cloudmaniac.net"
93
type = string

0 commit comments

Comments
 (0)