Skip to content

Commit

Permalink
update test with 'list' to 'tolist' (#4587)
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 authored Mar 15, 2021
1 parent 9ed416c commit 4d8a624
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "google_compute_target_https_proxy" "default" {
}

locals {
managed_domains = list("test.example.com")
managed_domains = tolist(["test.example.com"])
}

resource "random_id" "certificate" {
Expand Down

0 comments on commit 4d8a624

Please sign in to comment.