This commit is contained in:
2024-04-30 07:08:23 +02:00
commit a711247971
2043 changed files with 16874 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# -*- mode: snippet -*-
# name: google_app_engine_application
# key: goog_app_engine_application
# --
resource "google_app_engine_application" "${1:name}" {
project = "${2:project_id}"
location_id = "${3:location_id}"
}