File tree 2 files changed +3
-2
lines changed 2 files changed +3
-2
lines changed 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
23
23
export TF_VAR_atlas_artifact_version_slave=${TF_VAR_atlas_artifact_version_slave:- 6}
24
24
25
25
export 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}
28
28
export TF_VAR_slaves=${TF_VAR_slaves:- 1}
29
29
export TF_VAR_availability_zones=${TF_VAR_availability_zones:- ' eu-west-1a,eu-west-1b,eu-west-1c' }
30
30
export 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" {
26
26
" echo 1 | sudo tee /proc/sys/net/ipv4/conf/all/forwarding" ,
27
27
/* Install docker */
28
28
" curl -sSL https://get.docker.com/ubuntu/ | sudo sh" ,
29
+ " sudo service docker start" ,
29
30
/* Initialize open vpn data container */
30
31
" sudo mkdir -p /etc/openvpn" ,
31
32
" sudo docker run --name ovpn-data -v /etc/openvpn busybox" ,
You can’t perform that action at this time.
0 commit comments