X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=fdio.infra.terraform%2F3n_aws_c5n%2Fdeploy%2Fvariables.tf;h=97e986bb2f5cfb3563d5edf9ce52b84b9e6c31e6;hb=73440ab332c51eb11405767d320bc496d9ebdbe7;hp=38a9133eeb283e88e6fb88454df361a9f2566e4f;hpb=8018da98e0f362bc69fc9600fac222a86fd46b5e;p=csit.git diff --git a/fdio.infra.terraform/3n_aws_c5n/deploy/variables.tf b/fdio.infra.terraform/3n_aws_c5n/deploy/variables.tf index 38a9133eeb..97e986bb2f 100644 --- a/fdio.infra.terraform/3n_aws_c5n/deploy/variables.tf +++ b/fdio.infra.terraform/3n_aws_c5n/deploy/variables.tf @@ -3,6 +3,10 @@ variable "region" { type = string } +variable "vault-name" { + default = "dynamic-aws-creds-vault-admin" +} + variable "ami_image" { description = "AWS AMI image name" type = string @@ -50,7 +54,7 @@ variable "first_run_commands" { variable "ansible_file_path" { description = "Path to Ansible playbook" type = string - default = "../../resources/tools/testbed-setup/ansible/site.yaml" + default = "../../fdio.infra.ansible/site.yaml" } variable "ansible_python_executable" { @@ -62,7 +66,7 @@ variable "ansible_python_executable" { variable "ansible_topology_path" { description = "Path to Ansible playbook which creates a topology file" type = string - default = "../../resources/tools/testbed-setup/ansible/cloud_topology.yaml" + default = "../../fdio.infra.ansible/cloud_topology.yaml" } variable "ansible_provision_pwd" {