Skip to content

Commit

Permalink
Merge pull request #14 from synapsestudios/update_docs
Browse files Browse the repository at this point in the history
Update README.md & update external refs
  • Loading branch information
bobeagan authored Sep 15, 2020
2 parents 8b10341 + 72052e0 commit 87c40b2
Show file tree
Hide file tree
Showing 7 changed files with 47 additions and 75 deletions.
6 changes: 6 additions & 0 deletions .fistbumprc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"current_version": "1.0.0",
"files": [],
"search": "{current_version}",
"replace": "{new_version}"
}
1 change: 1 addition & 0 deletions .terraform-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
0.12.29
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# AWS ECS Fargate Cluster Spinnaker Compatible

This module creates an AWS ECS Fargate cluster, VPC, SecurityGroups, RDS, ElastiCache, and ElasticSearch, with naming conventions compatible with Spinnaker. This is module is the core module for any new environment.
This module creates an opinionated AWS ECS Fargate cluster, VPC, SecurityGroups, RDS, ElastiCache, and ElasticSearch, resources are created with Spinnaker`s [naming conventions](https://docs.armory.io/docs/overview/naming-conventions/#spinnaker-naming-conventions) and is intended to be used in conjunction [synapsestudios/terraform-aws-ecs-deployment](https://github.com/synapsestudios/terraform-aws-ecs-fargate-stack), or with a fresh Spinnaker pipeline. This is module is the core module for any new environment.

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

| Name | Version |
|------|---------|
| terraform | ~> 0.12.6 |
| terraform | ~> 0.12.29 |
| aws | ~> 2.53 |
| null | ~> 2.1 |
| template | ~> 2.1 |
Expand Down
11 changes: 0 additions & 11 deletions examples/complete-deployment/README.md

This file was deleted.

24 changes: 0 additions & 24 deletions examples/complete-deployment/main.tf

This file was deleted.

74 changes: 37 additions & 37 deletions grafana.tf

Large diffs are not rendered by default.

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 = "~> 0.12.6"
required_version = "~> 0.12.29"
required_providers {
aws = "~> 2.53"
template = "~> 2.1"
Expand Down

0 comments on commit 87c40b2

Please sign in to comment.