Skip to content

Commit

Permalink
Merge pull request #699 from wking/aws-vpc-depends_on-unused
Browse files Browse the repository at this point in the history
data/aws/vpc: Drop unused depends_on variable
  • Loading branch information
openshift-merge-robot authored Nov 19, 2018
2 parents ae97d4f + e753338 commit 30bb25a
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 30bb25a

Please sign in to comment.