This is an automated email from the ASF dual-hosted git repository.
dmysakovets pushed a commit to branch terraform
in repository https://gitbox.apache.org/repos/asf/incubator-dlab.git
The following commit(s) were added to refs/heads/terraform by this push:
new 08f5312 [terraform] Created terraform scripts for SSN(GCP)[Bugfix]
08f5312 is described below
commit 08f5312086f35d03f44c17166d098607ea5ade80
Author: Dyoma33 <[email protected]>
AuthorDate: Thu May 30 09:43:14 2019 +0300
[terraform] Created terraform scripts for SSN(GCP)[Bugfix]
---
infrastructure-provisioning/terraform/main/main.tf | 8 --------
1 file changed, 8 deletions(-)
diff --git a/infrastructure-provisioning/terraform/main/main.tf
b/infrastructure-provisioning/terraform/main/main.tf
index ea814f5..a008df0 100644
--- a/infrastructure-provisioning/terraform/main/main.tf
+++ b/infrastructure-provisioning/terraform/main/main.tf
@@ -5,14 +5,6 @@ provider "google" {
zone = "${var.zone_var}"
}
-#module "service_accounts" {
-# source = "../modules/global"
-#}
-
-module "vpc" {
- source = "../modules/global"
-}
-
module "ssn" {
source = "../modules/ssn"
}
\ No newline at end of file
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]