Skip to content

Commit bebdc01

Browse files
authored
Update example.tf
1 parent 2378616 commit bebdc01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_example/example.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
provider "aws" {
2-
region = "us-east-2"
2+
region = "eu-west-1"
33
}
44

55
module "vpc" {
@@ -25,4 +25,4 @@ module "security_group" {
2525
allowed_ip = ["172.16.0.0/16", "10.0.0.0/16"]
2626
allowed_ipv6 = ["2405:201:5e00:3684:cd17:9397:5734:a167/128"]
2727
allowed_ports = [22, 27017]
28-
}
28+
}

0 commit comments

Comments
 (0)