Ignore alt keys, switch region to london

This commit is contained in:
spengreb 2021-11-06 17:01:26 +01:00
parent d2e9db2774
commit d2d0baf882
2 changed files with 3 additions and 2 deletions

3
.gitignore vendored
View file

@ -39,4 +39,5 @@ terraform.rc
.terraform.lock.hcl
# End of https://www.toptal.com/developers/gitignore/api/terraform
jamulus.pem
jamulus.pem
jamulus*.pem

View file

@ -1,5 +1,5 @@
provider "aws" {
region = "eu-central-1"
region = "eu-west-2"
profile = "vereto"
}