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

10 lines
185 B
Plaintext

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