File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,8 +23,8 @@ export TF_VAR_atlas_artifact_version_master=${TF_VAR_atlas_artifact_version_mast
2323export TF_VAR_atlas_artifact_version_slave=${TF_VAR_atlas_artifact_version_slave:- 6}
2424
2525export TF_VAR_region=${TF_VAR_region:- eu-west-1}
26- export TF_VAR_master_size=${TF_VAR_master_size:- m1 .medium}
27- export TF_VAR_slave_size=${TF_VAR_slave_size:- m1 .medium}
26+ export TF_VAR_master_size=${TF_VAR_master_size:- m3 .medium}
27+ export TF_VAR_slave_size=${TF_VAR_slave_size:- m3 .medium}
2828export TF_VAR_slaves=${TF_VAR_slaves:- 1}
2929export TF_VAR_availability_zones=${TF_VAR_availability_zones:- ' eu-west-1a,eu-west-1b,eu-west-1c' }
3030export TF_VAR_public_subnet_availability_zone=${TF_VAR_public_subnet_availability_zone:- ' eu-west-1a' }
Original file line number Diff line number Diff line change @@ -26,6 +26,7 @@ resource "aws_instance" "bastion" {
2626 " echo 1 | sudo tee /proc/sys/net/ipv4/conf/all/forwarding" ,
2727 /* Install docker */
2828 " curl -sSL https://get.docker.com/ubuntu/ | sudo sh" ,
29+ " sudo service docker start" ,
2930 /* Initialize open vpn data container */
3031 " sudo mkdir -p /etc/openvpn" ,
3132 " sudo docker run --name ovpn-data -v /etc/openvpn busybox" ,
You can’t perform that action at this time.
0 commit comments