Remove temp file.

This commit is contained in:
lcaggio 2023-01-19 00:39:55 +01:00
parent 07a7be29e3
commit 6477d0790d
1 changed files with 0 additions and 10 deletions

View File

@ -1,10 +0,0 @@
module "test" {
source = "./data-playground"
prefix = "plg-202301"
project_id = "cg1-dev-data-cmn-0"
network_config = {
host_project = "cgg-dev-net-spoke-0"
network_self_link = "https://www.googleapis.com/compute/v1/projects/cgg-dev-net-spoke-0/global/networks/dev-spoke-0"
subnet_self_link = "https://www.googleapis.com/compute/v1/projects/cgg-dev-net-spoke-0/regions/europe-west1/subnetworks/dev-dataplatform-ew1"
}
}