emacs/snippets/terraform-mode/google/runtimeconfig_resources/google_runtimeconfig_config

10 lines
176 B
Plaintext

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