We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2378616 commit bebdc01Copy full SHA for bebdc01
_example/example.tf
@@ -1,5 +1,5 @@
1
provider "aws" {
2
- region = "us-east-2"
+ region = "eu-west-1"
3
}
4
5
module "vpc" {
@@ -25,4 +25,4 @@ module "security_group" {
25
allowed_ip = ["172.16.0.0/16", "10.0.0.0/16"]
26
allowed_ipv6 = ["2405:201:5e00:3684:cd17:9397:5734:a167/128"]
27
allowed_ports = [22, 27017]
28
-}
+}
0 commit comments