Skip to content

Commit

Permalink
removing stray newline
Browse files Browse the repository at this point in the history
  • Loading branch information
atrull committed Nov 19, 2023
1 parent a504e4e commit c59c770
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ data "curl2" "myip" {
for_each = var.data_provider == "curl2" ? toset(local.service_urls) : []
uri = each.key
http_method = "GET"

}

# but we can use http if you prefer
Expand Down

0 comments on commit c59c770

Please sign in to comment.