Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Mar 14, 2024
1 parent 9d3ccb3 commit 7205094
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/aws/transfer_family/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ module "vendor_sftp" {
source = "github.com/zachreborn/terraform-modules//modules/aws/transfer_family"
tags = {
created_by = "Zachary Hill"
created_by = "<YOUR NAME>"
role = "vendor sftp"
}
}
Expand Down
7 changes: 5 additions & 2 deletions modules/aws/transfer_family/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,15 @@ resource "aws_transfer_server" "this" {


##############
# Create the transfer family server access
# Create the transfer family server IAM role
##############

##############
# Create the transfer family server users
##############



##############
# Create the transfer family server workflow
##############
##############

0 comments on commit 7205094

Please sign in to comment.