Skip to content
Snippets Groups Projects

Add initial terraform scripts for automating infra. for Informatica Secure Agent

Merged Nuwan Rajika Kumarasiri requested to merge infra into master
Files
8
+ 23
0
[
{
"name": "${container_name}",
"image": "${image_name}",
"cpu": ${fargate_cpu},
"memory": ${fargate_memory},
"networkMode": "${network_mode}",
"portMappings": [
{
"containerPort": ${app_port1},
"hostPort": ${app_port1}
},
{
"containerPort": ${app_port2},
"hostPort": ${app_port2}
},
{
"containerPort": ${app_port3},
"hostPort": ${app_port3}
}
]
}
]
\ No newline at end of file
Loading