Modules affected
aws
files
Description
- Added
aws.GetBucketLogging
function to lookup the access logging configuration for S3 buckets. Refer to the updated terraform-aws-s3-example and corresponding test file for example usage. - Added
IsExistingFile
andIsExistingDir
, which can be used to test if a given file path is a file that exists, or a directory that exists.