Files
emacs/snippets/terraform-mode/google/runtimeconfig_resources/google_runtimeconfig_config
2024-04-30 07:08:23 +02:00

10 lines
176 B
Plaintext

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