diff --git a/data/data/aws/vpc/common.tf b/data/data/aws/vpc/common.tf index 228684705fe..cc02009bcab 100644 --- a/data/data/aws/vpc/common.tf +++ b/data/data/aws/vpc/common.tf @@ -1,8 +1,6 @@ # 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" { - current = true -} +data "aws_region" "current" {} // Fetch a list of available AZs data "aws_availability_zones" "azs" {}