v2.1.0
·
2 commits
to refs/heads/main
since this release
Add output for endpoint_details @rutgoff (#54)
## what Added an output to be able to access the endpoint_detailswhy
In my use case I am managing my DNS elsewhere in my Terraform code and need to be able to access the VPC endpoint created for the transfer server so I can subsequently create DNS entries. This new output allows me to dynamically know the id of the VPC endpoint and thus lookup it's DNS names for use in creating CNAME's in my own DNS domain.