Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zeeket committed Jul 7, 2024
1 parent 68195fe commit aa36c64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ data "cloudinit_config" "config" {
content_type = "text/x-shellscript"
content = templatefile("${path.module}/templates/user-data.sh.tftpl",
{
REPO_URL = local.REPO_URL
DOMAIN = var.DOMAIN
REPO_URL = local.REPO_URL
DOMAIN = var.DOMAIN
CERTBOT_EMAIL = var.CERTBOT_EMAIL
})
}
Expand Down

0 comments on commit aa36c64

Please sign in to comment.