Skip to content

Commit

Permalink
use eu-central-1 to a config to check for #4874
Browse files Browse the repository at this point in the history
  • Loading branch information
catsby committed Jan 28, 2016
1 parent 760cdab commit 069c18f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions builtin/providers/aws/resource_aws_vpc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,10 @@ resource "aws_vpc" "bar" {
`

const testAccVpcConfig_BothDnsOptions = `
provider "aws" {
region = "eu-central-1"
}
resource "aws_vpc" "bar" {
cidr_block = "10.2.0.0/16"
Expand Down

0 comments on commit 069c18f

Please sign in to comment.