Skip to content

Commit

Permalink
data/aws/vpc: Drop unused depends_on variable
Browse files Browse the repository at this point in the history
This variable was added in a2232f3 (platform/aws: create bootstrap
step, 2018-02-14, coreos/tectonic-installer#2946), to force VPC
creation after the S3 bucket.  But that dependency was removed in
b2e0bcf (Don't upload /generated to S3 - only use Ignition,
2018-04-13, coreos/tectonic-installer#3183), so we no longer need the
variable.
  • Loading branch information
wking committed Nov 18, 2018
1 parent 3d0ba6a commit e753338
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions data/data/aws/vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,3 @@ variable "public_master_endpoints" {
description = "If set to true, public-facing ingress resources are created."
default = true
}

variable "depends_on" {
default = []
type = "list"
}

0 comments on commit e753338

Please sign in to comment.