Skip to content

Commit

Permalink
UPDATE readme about terraform.tfvars file.
Browse files Browse the repository at this point in the history
Refer to task: NASA-PDS/devops#42
  • Loading branch information
ramesh-maddegoda committed Jul 24, 2023
1 parent 3ab64ad commit ec07800
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,17 @@ cd validate/terraform
- AWS_SESSION_TOKEN
- AWS_DEFAULT_REGION

4. Open the `terraform.tfvars` file locally and enter the value for following variables. Ensure these values match with your AWS Setup. Most of the below values can be obtained by the system admin team of your AWS account.
4. Create a `terraform.tfvars` file locally with the following contents (in the working directory that you
execute Terraform commands) and enter the values for following variables. Ensure these values match
with your AWS Setup. Most of the below values can be obtained by the system admin team of your AWS account.

```shell
pds_validate_ecr_image_path = ""
efs_file_system_id = ""
pds_validate_data_access_point_id = ""
ecs_task_role_arn = ""
ecs_task_execution_role_arn = ""
```

- pds_validate_ecr_image_path = "ECR Image path of the PDS Validate docker image"
- efs_file_system_id = "EFS file system ID"
Expand Down

0 comments on commit ec07800

Please sign in to comment.