ssh ubuntu@{ip}
Enter yes to prompt
sudo adduser {username} and follow prompts
| { | |
| roomInfo: { | |
| zone: { | |
| name: 'Bandit Hideout', | |
| id: 1 | |
| }, | |
| y: 1, | |
| x: 4, | |
| shops: [], | |
| players: [], |
| provider "aws" { | |
| region = "${var.region}" | |
| } | |
| ### VPC | |
| # Fetch AZs in the current region | |
| data "aws_availability_zones" "available" {} | |
| resource "aws_vpc" "datastore" { | |
| cidr_block = "172.17.0.0/16" |