Ignore alt keys, switch region to london
This commit is contained in:
parent
d2e9db2774
commit
d2d0baf882
2 changed files with 3 additions and 2 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -40,3 +40,4 @@ terraform.rc
|
||||||
# End of https://www.toptal.com/developers/gitignore/api/terraform
|
# End of https://www.toptal.com/developers/gitignore/api/terraform
|
||||||
|
|
||||||
jamulus.pem
|
jamulus.pem
|
||||||
|
jamulus*.pem
|
||||||
2
main.tf
2
main.tf
|
|
@ -1,5 +1,5 @@
|
||||||
provider "aws" {
|
provider "aws" {
|
||||||
region = "eu-central-1"
|
region = "eu-west-2"
|
||||||
profile = "vereto"
|
profile = "vereto"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue