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" {
|
provider "aws" {}
|
||||||
region = "eu-central-1"
|
|
||||||
}
|
|
||||||
|
|
||||||
// details of the aws instance
|
// details of the aws instance
|
||||||
resource "aws_instance" "example" {
|
resource "aws_instance" "example" {
|
||||||
|
|
Loading…
Reference in New Issue