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
7 files
+ 189
0
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 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_port2},
"hostPort": ${app_port2}
}
]
}
]
\ No newline at end of file
Loading