Skip to content

Commit 3f3556b

Browse files
authored
Update main.tf (#23)
the variable username was not correctly used. It should be user_name
1 parent 402f68f commit 3f3556b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,4 +293,4 @@ resource "aws_route53_record" "custom_domain" {
293293
records = [
294294
join("", aws_transfer_server.transfer_server[*].endpoint)
295295
]
296-
}
296+
}

0 commit comments

Comments
 (0)