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
+ 178
0
Compare changes
  • Side-by-side
  • Inline
Files
7
+ 15
0
[
{
"name": ${container_name},
"image": ${image_name},
"cpu": ${fargate_cpu},
"memory": ${fargate_memory},
"networkMode": ${network_mode},
"portMappings": [
{
"containerPort": ${app_port},
"hostPort": ${app_port}
}
]
}
]
\ No newline at end of file
Loading