Got terraform back up to date.

This commit is contained in:
2021-12-18 17:10:04 -08:00
parent 878ceeaa0b
commit d8322bf498
8 changed files with 294 additions and 81 deletions

View File

@@ -12,6 +12,11 @@
"containerPort": 9000,
"hostPort": 9000,
"protocol": "tcp"
},
{
"containerPort": 9090,
"hostPort": 9090,
"protocol": "tcp"
}
],
"essential": true,