From 9e491b98f15219ffefd5cd3368bd382294fea003 Mon Sep 17 00:00:00 2001 From: Lorenzo Caggioni Date: Fri, 14 Jan 2022 09:40:22 +0100 Subject: [PATCH] Move to example folder --- .../gcs-to-bq-with-least-privileges/README.md | 0 .../backend.tf.sample | 0 .../data-demo/person.csv | 0 .../data-demo/person_schema.json | 0 .../data-demo/person_udf.js | 0 .../gcs-to-bq-with-least-privileges/datastorage.tf | 0 .../gcs-to-bq-with-least-privileges/diagram.png | Bin .../gcs-to-bq-with-least-privileges/main.tf | 0 .../gcs-to-bq-with-least-privileges/outputs.tf | 0 .../gcs-to-bq-with-least-privileges/person.json | 0 .../serviceaccounts.tf | 0 .../gcs-to-bq-with-least-privileges/variables.tf | 0 .../gcs-to-bq-with-least-privileges/versions.tf | 0 .../gcs-to-bq-with-least-privileges/vpc.tf | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/README.md (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/backend.tf.sample (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/data-demo/person.csv (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/data-demo/person_schema.json (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/data-demo/person_udf.js (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/datastorage.tf (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/diagram.png (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/main.tf (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/outputs.tf (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/person.json (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/serviceaccounts.tf (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/variables.tf (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/versions.tf (100%) rename {data-solutions => examples/data-solutions}/gcs-to-bq-with-least-privileges/vpc.tf (100%) diff --git a/data-solutions/gcs-to-bq-with-least-privileges/README.md b/examples/data-solutions/gcs-to-bq-with-least-privileges/README.md similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/README.md rename to examples/data-solutions/gcs-to-bq-with-least-privileges/README.md diff --git a/data-solutions/gcs-to-bq-with-least-privileges/backend.tf.sample b/examples/data-solutions/gcs-to-bq-with-least-privileges/backend.tf.sample similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/backend.tf.sample rename to examples/data-solutions/gcs-to-bq-with-least-privileges/backend.tf.sample diff --git a/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person.csv b/examples/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person.csv similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/data-demo/person.csv rename to examples/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person.csv diff --git a/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person_schema.json b/examples/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person_schema.json similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/data-demo/person_schema.json rename to examples/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person_schema.json diff --git a/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person_udf.js b/examples/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person_udf.js similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/data-demo/person_udf.js rename to examples/data-solutions/gcs-to-bq-with-least-privileges/data-demo/person_udf.js diff --git a/data-solutions/gcs-to-bq-with-least-privileges/datastorage.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/datastorage.tf similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/datastorage.tf rename to examples/data-solutions/gcs-to-bq-with-least-privileges/datastorage.tf diff --git a/data-solutions/gcs-to-bq-with-least-privileges/diagram.png b/examples/data-solutions/gcs-to-bq-with-least-privileges/diagram.png similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/diagram.png rename to examples/data-solutions/gcs-to-bq-with-least-privileges/diagram.png diff --git a/data-solutions/gcs-to-bq-with-least-privileges/main.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/main.tf similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/main.tf rename to examples/data-solutions/gcs-to-bq-with-least-privileges/main.tf diff --git a/data-solutions/gcs-to-bq-with-least-privileges/outputs.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/outputs.tf similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/outputs.tf rename to examples/data-solutions/gcs-to-bq-with-least-privileges/outputs.tf diff --git a/data-solutions/gcs-to-bq-with-least-privileges/person.json b/examples/data-solutions/gcs-to-bq-with-least-privileges/person.json similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/person.json rename to examples/data-solutions/gcs-to-bq-with-least-privileges/person.json diff --git a/data-solutions/gcs-to-bq-with-least-privileges/serviceaccounts.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/serviceaccounts.tf similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/serviceaccounts.tf rename to examples/data-solutions/gcs-to-bq-with-least-privileges/serviceaccounts.tf diff --git a/data-solutions/gcs-to-bq-with-least-privileges/variables.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/variables.tf similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/variables.tf rename to examples/data-solutions/gcs-to-bq-with-least-privileges/variables.tf diff --git a/data-solutions/gcs-to-bq-with-least-privileges/versions.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/versions.tf similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/versions.tf rename to examples/data-solutions/gcs-to-bq-with-least-privileges/versions.tf diff --git a/data-solutions/gcs-to-bq-with-least-privileges/vpc.tf b/examples/data-solutions/gcs-to-bq-with-least-privileges/vpc.tf similarity index 100% rename from data-solutions/gcs-to-bq-with-least-privileges/vpc.tf rename to examples/data-solutions/gcs-to-bq-with-least-privileges/vpc.tf