Skip to content

v2.1.0

Compare
Choose a tag to compare
@cloudposse-releaser cloudposse-releaser released this 19 Feb 13:20
· 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_details

why

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.