Skip to content

Commit

Permalink
fix: fix tfchecks issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Jan 12, 2024
1 parent cc7ea08 commit 53f2224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,8 @@ variable "a_records" {

variable "cname_records" {
type = list(object({
name = string
ttl = number
name = string
ttl = number
record = string
}))
default = []
Expand Down

0 comments on commit 53f2224

Please sign in to comment.