Mirtov Alexey 33d0bd4365 add english 2 tahun lalu
..
README.md 33d0bd4365 add english 2 tahun lalu
README_RU.md 33d0bd4365 add english 2 tahun lalu
SG.tf 85a2471985 update 3 tahun lalu
backend.tf 85a2471985 update 3 tahun lalu
cloud-init.tpl.yaml 85a2471985 update 3 tahun lalu
docker-compose.yaml 85a2471985 update 3 tahun lalu
docker-declaration.yaml 85a2471985 update 3 tahun lalu
frontend.tf 85a2471985 update 3 tahun lalu
ipsec-init.tpl.yaml 85a2471985 update 3 tahun lalu
output.tf 85a2471985 update 3 tahun lalu
provider.tf 85a2471985 update 3 tahun lalu
remote-init.tpl.yaml 85a2471985 update 3 tahun lalu
remote.tf 85a2471985 update 3 tahun lalu
sa.tf 85a2471985 update 3 tahun lalu
terraform.tfvars.example 85a2471985 update 3 tahun lalu
variables.tf 85a2471985 update 3 tahun lalu
versions.tf 85a2471985 update 3 tahun lalu
vpc.tf 85a2471985 update 3 tahun lalu
vpn.tf 85a2471985 update 3 tahun lalu

README.md

Terraform and Security Groups Example 1

Mock web-application environment with security groups to provide secure remote-access and isolation

Detailed analysis in the video

image

Preliminary setup

  • 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 the token.
  • 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.