Skip to content

bitvavo/terraform-spacelift-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terraform Spacelift Example Module

This repository provides a simple Terraform module that creates local files without requiring any external authentication or services.

Features

  • Creates local text files with configurable names
  • Includes timestamp and custom content
  • No authentication required
  • Perfect for testing and examples

Usage

module "example_file" {
  source = "path/to/this/module"
  
  file_name = "my-example-file"
}

Examples

See the examples/ directory for usage examples:

  • simple-usage/ - Basic file creation
  • stack-with-env-vars/ - Multiple files with configuration

About

Example Module which creates a bit of Spacelift infrastructure.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HCL 100.0%