yasnippet-snippets/snippets/terraform-mode/google/compute_engine_resources/google_compute_https_health...

10 lines
194 B
Plaintext

# -*- mode: snippet -*-
# name: google_compute_https_health_check
# key: goog_compute_https_health_check
# --
resource "google_compute_https_health_check" "${1:name}" {
name = "${2:name}"
}