just remove les-goerli entry from main.tf

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2019-07-17 23:09:00 -04:00
parent 4ffc916b93
commit 689c8a8bee
No known key found for this signature in database
GPG Key ID: 4EF064D0E6D63020
1 changed files with 0 additions and 11 deletions

11
main.tf
View File

@ -46,14 +46,3 @@ module "les-rops" {
domain = "${var.domain}"
open_ports = [ "30303-30303" ]
}
//module "les-goerli" {
// source = "github.com/status-im/infra-tf-digital-ocean"
// count = 3
// env = "goerli"
// group = "goerli-les"
// size = "s-2vcpu-4gb"
// vol_size = 100
// domain = "${var.domain}"
// open_ports = [ "30303-30303" ]
//}