Skip to content

Commit

Permalink
Update instance.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
k-kotov authored May 6, 2021
1 parent 9707d2b commit efc660c
Showing 1 changed file with 1 addition and 27 deletions.
28 changes: 1 addition & 27 deletions instance.tf
Original file line number Diff line number Diff line change
@@ -1,35 +1,9 @@

module "win" {
source = "./azure"
}


module "win111" {
source = "./test"
}


module "qa" {
source = "./google"
name = "kostya"
}

module "xxx" {
source = "./aws"
}

module "aaa" {
source = "./ec2"
}




#module "v1" {
#source = "github.com/k-kotov/33.git"
#}






Expand Down

0 comments on commit efc660c

Please sign in to comment.