Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
gberenice committed Oct 27, 2024
1 parent b831715 commit fb25ee9
Show file tree
Hide file tree
Showing 31 changed files with 225 additions and 1,689 deletions.
30 changes: 3 additions & 27 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,32 +1,8 @@
# terraform-module-template
# terraform-spacelift-automation

[![Release](https://img.shields.io/github/release/masterpointio/terraform-module-template.svg)](https://github.com/masterpointio/terraform-module-template/releases/latest)
[![Release](https://img.shields.io/github/release/masterpointio/terraform-spacelift-automation.svg)](https://github.com/masterpointio/terraform-spacelift-automation/releases/latest)

This repository serves as a template for creating Terraform modules, providing a standardized structure and essential files for efficient module development. It's designed to ensure consistency and best practices across Terraform projects.

## Usage

TODO

<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->

## Requirements

No requirements.

## Providers

No provider.

## Inputs

No input.

## Outputs

No output.

<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
This Terraform module collections provides infrastructure automation for projects in [Spacelift](https://docs.spacelift.io/).

## Contributing

Expand Down
83 changes: 0 additions & 83 deletions examples/complete/README.md

This file was deleted.

5 changes: 5 additions & 0 deletions examples/complete/components/random-pet/stacks/common.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
stack_settings:
manage_state: true
description: This stack generates random pet names
tfvars:
enabled: false
4 changes: 1 addition & 3 deletions examples/complete/components/random-pet/stacks/example.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
stack_settings:
manage_state: true
tfvars:
enabled: false


enabled: true
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
length = 10
1 change: 0 additions & 1 deletion examples/complete/components/random-pet/variables.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
variable "length" {
description = "The length of the random name"
type = number
default = 2
}

This file was deleted.

7 changes: 0 additions & 7 deletions examples/complete/components/spacelift-policies/README.md

This file was deleted.

168 changes: 0 additions & 168 deletions examples/complete/components/spacelift-policies/context.tf

This file was deleted.

18 changes: 0 additions & 18 deletions examples/complete/components/spacelift-policies/main.tf

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fb25ee9

Please sign in to comment.