/devops-adl-applicants-infra

Technical Test for new amazing ADL DevOps Applicants :D

Primary LanguageHCLOtherNOASSERTION

devops-adl-applicants-aws-dev

terraform

Terraform module responsible for the creation of resources related to Technical Test for applicants.

Developed with all ❤️ in the world by ADL DevOps team

Table of Contents

Prerequisites

You will need the following things properly installed on your computer :D

Inputs

Name Description Type Default Required
input_variable_name All input variables declaration in the current terraform module map {} yes
dynamodb_tables_arns The arn of the tables to which iam policies permissions will be configured list - yes
name The name of the iam policy for dynamodb tables string - no
name_prefix A prefix to associate with the name of the iam policy for dynamodb tables string - no

Outputs

Name Description
output_name All outputs declaration in the current terraform module
iam_policy_dynamodb_r The arn of the reading IAM policy
iam_policy_dynamodb_rw The arn of the reading-writing IAM policy

Further Reading / Useful Links