yasnippet-snippets/snippets/terraform-mode/google/compute_engine_resources/google_compute_health_check

10 lines
176 B
Plaintext

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