mirror of https://github.com/gophish/gophish
removed region so that tf uses the env var
parent
40254f5e5e
commit
98e81edf6f
|
@ -1,6 +1,4 @@
|
|||
provider "aws" {
|
||||
region = "eu-central-1"
|
||||
}
|
||||
provider "aws" {}
|
||||
|
||||
// details of the aws instance
|
||||
resource "aws_instance" "example" {
|
||||
|
|
Loading…
Reference in New Issue