Mock web-application environment with security groups to provide secure remote-access and isolation
- Fill out the terraform.tfvars_example file and rename it to terraform.tfvars.
- To the file, add your values of
cloud_id
,folder_id
, and thetoken
. - In the variables.tf file, replace the value of the
remote_whitelist_ip
variable with your own list of public IP addresses from which it is allowed to connect to the network: each address in quotes, separated by a comma, for example:default = ["1.1.1.1/32", "2.2.2.2/32"]
. - In the same file, change the value of the
ipsec_password
to the desired password for the test IPsec connection. - Run
terraform init
. - Run
terraform apply
.