Skip to content

Commit b343146

Browse files
committed
change key from google_* to goog_*
1 parent 964a614 commit b343146

File tree

192 files changed

+192
-192
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

192 files changed

+192
-192
lines changed

snippets/terraform-mode/google/app_engine_resources/google_app_engine_application

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_app_engine_application
3-
# key: google_app_engine_application
3+
# key: goog_app_engine_application
44
# --
55

66
resource "google_app_engine_application" "${1:name}" {

snippets/terraform-mode/google/bigquery_resources/google_bigquery_dataset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_bigquery_dataset
3-
# key: google_bigquery_dataset
3+
# key: goog_bigquery_dataset
44
# --
55

66
resource "google_bigquery_dataset" "${1:name}" {

snippets/terraform-mode/google/bigquery_resources/google_bigquery_table

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_bigquery_table
3-
# key: google_bigquery_table
3+
# key: goog_bigquery_table
44
# --
55

66
resource "google_bigquery_table" "${1:name}" {

snippets/terraform-mode/google/bigtable_resources/google_bigtable_instance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_bigtable_instance
3-
# key: google_bigtable_instance
3+
# key: goog_bigtable_instance
44
# --
55

66
resource "google_bigtable_instance" "${1:name}" {

snippets/terraform-mode/google/bigtable_resources/google_bigtable_table

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_bigtable_table
3-
# key: google_bigtable_table
3+
# key: goog_bigtable_table
44
# --
55

66
resource "google_bigtable_table" "${1:name}" {

snippets/terraform-mode/google/binary_authorization_resources/google_binary_authorization_attestor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_binary_authorization_attestor
3-
# key: google_binary_authorization_attestor
3+
# key: goog_binary_authorization_attestor
44
# --
55

66
resource "google_binary_authorization_attestor" "${1:name}" {

snippets/terraform-mode/google/binary_authorization_resources/google_binary_authorization_policy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_binary_authorization_policy
3-
# key: google_binary_authorization_policy
3+
# key: goog_binary_authorization_policy
44
# --
55

66
resource "google_binary_authorization_policy" "${1:name}" {

snippets/terraform-mode/google/cloud_build_resources/google_cloudbuild_trigger

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_cloudbuild_trigger
3-
# key: google_cloudbuild_trigger
3+
# key: goog_cloudbuild_trigger
44
# --
55

66
resource "google_cloudbuild_trigger" "build_trigger" {

snippets/terraform-mode/google/cloud_composer_resources/google_composer_environment

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_composer_environment
3-
# key: google_composer_environment
3+
# key: goog_composer_environment
44
# --
55

66
resource "google_composer_environment" "${1:name}" {

snippets/terraform-mode/google/cloud_functions_resources/google_cloudfunctions_function

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- mode: snippet -*-
22
# name: google_cloudfunctions_function
3-
# key: google_cloudfunctions_function
3+
# key: goog_cloudfunctions_function
44
# --
55

66
resource "google_cloudfunctions_function" "${1:name}" {

0 commit comments

Comments
 (0)