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

Merge branch 'ebs' into 'master'

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

See merge request !14
parents 07577f91 ddd8bc73
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ data "template_file" "container" { ...@@ -10,7 +10,7 @@ data "template_file" "container" {
app_port3 = var.container_app_port[2] app_port3 = var.container_app_port[2]
informatica_username = var.informatica_username informatica_username = var.informatica_username
informatica_password = var.informatica_password 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 @@ ...@@ -30,7 +30,7 @@
], ],
"mountPoints": [ "mountPoints": [
{ {
"containerPath": "${secure_agent_configs_path}", "containerPath": "${secure_agent_mount_path}",
"sourceVolume": "agent-configs-path" "sourceVolume": "agent-configs-path"
} }
] ]
......
...@@ -129,8 +129,8 @@ variable "efs_tags" { ...@@ -129,8 +129,8 @@ variable "efs_tags" {
} }
} }
variable "secure_agent_configs_path" { variable "secure_agent_mount_path" {
default = "/home/agent/infaagent/apps/agentcore/" default = "/home/agent/infaagent/"
} }
variable "secure_agent_sg_tags" { 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