removed region so that tf uses the env var

pull/1154/head
Marvin Contessi 2018-08-31 09:42:03 +02:00 committed by GitHub
parent 40254f5e5e
commit 98e81edf6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -1,6 +1,4 @@
provider "aws" { provider "aws" {}
region = "eu-central-1"
}
// details of the aws instance // details of the aws instance
resource "aws_instance" "example" { resource "aws_instance" "example" {