Skip to content

Commit

Permalink
use concat
Browse files Browse the repository at this point in the history
  • Loading branch information
skyfox675 committed Oct 11, 2024
1 parent e2ad652 commit e982f29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ resource "aws_route53_record" "caa_this" {
name = aws_route53_zone.this.name
type = "CAA"
ttl = var.ttl
records = flatten(
records = concat(
var.caa_record.aws == true ? [
"0 issue \"amazon.com\"",
"0 issue \"amazonaws.com\"",
Expand Down

0 comments on commit e982f29

Please sign in to comment.