From 61512368c3ed978b47d553fdfbd8c85feecfa9a6 Mon Sep 17 00:00:00 2001 From: EuAndreh Date: Sat, 8 Jun 2019 18:05:59 -0300 Subject: Format vps.tf (terraform linter offense) --- vps.tf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'vps.tf') diff --git a/vps.tf b/vps.tf index b358f89..701c98d 100644 --- a/vps.tf +++ b/vps.tf @@ -68,8 +68,8 @@ locals { } resource "godaddy_domain_record" "vps_tld" { - domain = "${var.tld}" - addresses = ["${var.floating_ip}"] + domain = "${var.tld}" + addresses = ["${var.floating_ip}"] record { type = "CNAME" @@ -82,4 +82,4 @@ resource "godaddy_domain_record" "vps_tld" { name = "${var.tld}" data = "${var.nextcloud_tld}" } -} \ No newline at end of file +} -- cgit v1.2.3