Skip to content

Commit

Permalink
Added CI status badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Fortuna committed Apr 14, 2022
1 parent c497bd5 commit ceec735
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ![AWS](aws-logo.png) DynamoDB Table

![AWS DynamoDB Table](aws\_dynamodb\_table.png)
[![CI](https://github.com/figurate/terraform-aws-dynamodb-table/actions/workflows/main.yml/badge.svg)](https://github.com/figurate/terraform-aws-dynamodb-table/actions/workflows/main.yml)

Purpose: Blueprints for templated DynamoDB tables

Expand Down
3 changes: 3 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/**
* # ![AWS](aws-logo.png) DynamoDB Table
*
* [![CI](https://github.com/figurate/terraform-aws-dynamodb-table/actions/workflows/main.yml/badge.svg)](https://github.com/figurate/terraform-aws-dynamodb-table/actions/workflows/main.yml)
*
*
* Purpose: Blueprints for templated DynamoDB tables
*/
resource "aws_dynamodb_table" "table" {
Expand Down

0 comments on commit ceec735

Please sign in to comment.