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!
7 files
+ 51
47
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -18,6 +18,16 @@
"containerPort": ${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