ak-alam / tf-aws-transfer-family

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWS Transfer Family (SFTP) Terraform Module Custom IDP.

Resources Created by the module.

  • S3 Bucket
  • Lambda function
  • Users Roles
  • Secrets
  • transfer family server

How To Run The Project

#Initialize project
terraform init

#Validate 
terraform validate

#Plan 
terraform plan -var-file configs/dev.tfvars

#Apply
terraform apply -var-file configs/dev.tfvars

About


Languages

Language:HCL 58.0%Language:Python 42.0%