Skip to content

Commit

Permalink
data/aws/vpc/common: Drop data.aws_region
Browse files Browse the repository at this point in the history
The final consumer was removed in 361c082 (govcloud: remove
terraform configs, 2018-03-23, coreos/tectonic-installer#3134).
  • Loading branch information
wking committed Mar 28, 2019
1 parent 6a50329 commit 16bc6d8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions data/data/aws/vpc/common.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Canonical internal state definitions for this module.
# read only: only locals and data source definitions allowed. No resources or module blocks in this file
data "aws_region" "current" {}

// Fetch a list of available AZs
data "aws_availability_zones" "azs" {
state = "available"
Expand Down

0 comments on commit 16bc6d8

Please sign in to comment.