Skip to content

Commit

Permalink
[terraform] Remove references to docker images
Browse files Browse the repository at this point in the history
These haven't been published yet, remove references for now.
  • Loading branch information
Michael Gorven authored and calibra-opensource committed Jun 18, 2019
1 parent 74f255b commit ce7834d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions terraform/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ variable "api_sources_ipv4" {
variable "image_repo" {
type = string
description = "Docker image repository to use for validator"
default = "libra/validator"
}

variable "image_tag" {
Expand All @@ -54,7 +53,6 @@ variable "validator_type" {

variable "faucet_image_repo" {
description = "Docker image repository to use for faucet server"
default = "libra/faucet"
}

variable "faucet_log_level" {
Expand Down

0 comments on commit ce7834d

Please sign in to comment.