Skip to content
Snippets Groups Projects
Commit ddd8bc73 authored by Nuwan Rajika Kumarasiri's avatar Nuwan Rajika Kumarasiri
Browse files

Add all Secure Agent's resources into EFS for AWS hosted instance - WISCALERTS-2

parent f7b87b50
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ data "template_file" "container" {
app_port3 = var.container_app_port[2]
informatica_username = var.informatica_username
informatica_password = var.informatica_password
secure_agent_configs_path = var.secure_agent_configs_path
secure_agent_mount_path = var.secure_agent_mount_path
}
}
......
......@@ -30,7 +30,7 @@
],
"mountPoints": [
{
"containerPath": "${secure_agent_configs_path}",
"containerPath": "${secure_agent_mount_path}",
"sourceVolume": "agent-configs-path"
}
]
......
......@@ -129,8 +129,8 @@ variable "efs_tags" {
}
}
variable "secure_agent_configs_path" {
default = "/home/agent/infaagent/apps/agentcore/"
variable "secure_agent_mount_path" {
default = "/home/agent/infaagent/"
}
variable "secure_agent_sg_tags" {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment