Skip to content

Commit

Permalink
Merge pull request #1 from chris-qa-org/intial-module-changes
Browse files Browse the repository at this point in the history
Initial Terraform template changes
  • Loading branch information
Stretch96 authored Apr 11, 2024
2 parents 30abd58 + ca602c9 commit ad76b67
Show file tree
Hide file tree
Showing 11 changed files with 9 additions and 53 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 dxw
Copyright (c) 2023 chris.qa

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
28 changes: 7 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,28 +1,18 @@
# <REPLACE WITH USEFUL TERRAFORM DESCRIPTION>
# Terraform AWS TFL Notice Board

[![Terraform CI](./actions/workflows/continuous-integration-terraform.yml/badge.svg?branch=main)](./actions/workflows/continuous-integration-terraform.yml?branch=main)
[![GitHub release](https://img.shields.io/github/release/<ORG>/<REPO>.svg)](./releases)
[![Terraform CI](https://github.com/chris-qa-org/terraform-aws-tfl-notice-board/actions/workflows/continuous-integration-terraform.yml/badge.svg?branch=main)](https://github.com/chris-qa-org/terraform-aws-tfl-notice-board/actions/workflows/continuous-integration-terraform.yml?branch=main)
[![GitHub release](https://img.shields.io/github/release/chris-qa-org/terraform-aws-tfl-notice-board.svg)](https://github.com/chris-qa-org/terraform-aws-tfl-notice-board/releases)

This <module/project> creates and manages <REPLACE WITH MAIN RESOURCE NAMES/URLS>.
This module creates and manages a Serverless TFL notice board application

## Usage

Example module usage:

```hcl
module "<MODULE NAME>" {
source = "github.com/<ORG>/<MODULE NAME>?ref=v<VERSION>"
environment = "dev/staging/test/pre-prod/prod/post-prod"
}
```

<!-- BEGIN_TF_DOCS -->
## Requirements

| Name | Version |
|------|---------|
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.5.3 |
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.7.5 |

## Providers

Expand All @@ -34,13 +24,9 @@ No resources.

## Inputs

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_environment"></a> [environment](#input\_environment) | Environment name | `string` | n/a | yes |
No inputs.

## Outputs

| Name | Description |
|------|-------------|
| <a name="output_environment"></a> [environment](#output\_environment) | n/a |
No outputs.
<!-- END_TF_DOCS -->
8 changes: 0 additions & 8 deletions backend.tf.aws-s3.example

This file was deleted.

3 changes: 0 additions & 3 deletions backend.tf.azure-storage.example

This file was deleted.

5 changes: 0 additions & 5 deletions backend.vars.azure-storeage.example

This file was deleted.

1 change: 0 additions & 1 deletion locals.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
locals {
environment = var.environment
}
5 changes: 0 additions & 5 deletions moved.tf

This file was deleted.

3 changes: 0 additions & 3 deletions outputs.tf

This file was deleted.

1 change: 0 additions & 1 deletion tfvars.example

This file was deleted.

4 changes: 0 additions & 4 deletions variables.tf
Original file line number Diff line number Diff line change
@@ -1,4 +0,0 @@
variable "environment" {
description = "Environment name"
type = string
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.5.3"
required_version = ">= 1.7.5"
required_providers {
}
}

0 comments on commit ad76b67

Please sign in to comment.