Skip to content
Snippets Groups Projects

Pass informatica username/password into terraform and update docker image tags to be immutable

Merged Nuwan Rajika Kumarasiri requested to merge container into master
All threads resolved!
Files
6
@@ -18,6 +18,16 @@
@@ -18,6 +18,16 @@
"containerPort": ${app_port3},
"containerPort": ${app_port3},
"hostPort": ${app_port3}
"hostPort": ${app_port3}
}
}
 
],
 
"environment": [
 
{
 
"name": "INFORMATICA_USER",
 
"value": "${informatica_username}"
 
},
 
{
 
"name": "INFORMATICA_PASSWORD",
 
"value": "${informatica_password}"
 
}
]
]
}
}
]
]
 
\ No newline at end of file
Loading