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
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -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
|
||||
2
main.tf
2
main.tf
|
|
@ -1,5 +1,5 @@
|
|||
provider "aws" {
|
||||
region = "eu-central-1"
|
||||
region = "eu-west-2"
|
||||
profile = "vereto"
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue