This repository provides a simple Terraform module that creates local files without requiring any external authentication or services.
- Creates local text files with configurable names
- Includes timestamp and custom content
- No authentication required
- Perfect for testing and examples
module "example_file" {
source = "path/to/this/module"
file_name = "my-example-file"
}
See the examples/
directory for usage examples:
simple-usage/
- Basic file creationstack-with-env-vars/
- Multiple files with configuration