Skip to content

Commit

Permalink
Merge pull request #48 from sourcefuse/sonar-badge
Browse files Browse the repository at this point in the history
added sonar badge #minor
  • Loading branch information
mayank0202 authored Jan 26, 2024
2 parents 8d35982 + 2829aa2 commit b58e9ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# [terraform-aws-arc-ecs](https://github.com/sourcefuse/terraform-aws-arc-ecs)

[![Quality gate](https://sonarcloud.io/api/project_badges/quality_gate?project=sourcefuse_terraform-aws-arc-ecs)](https://sonarcloud.io/summary/new_code?id=sourcefuse_terraform-aws-arc-ecs)

[![Known Vulnerabilities](https://github.com/sourcefuse/terraform-aws-arc-ecs/actions/workflows/snyk.yaml/badge.svg)](https://github.com/sourcefuse/terraform-aws-arc-ecs/actions/workflows/snyk.yaml)
## Overview

Expand Down
2 changes: 1 addition & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Example demonstrating how to use terraform-aws-refarch-ecs.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_ecs"></a> [ecs](#module\_ecs) | ../ | n/a |
| <a name="module_ecs"></a> [ecs](#module\_ecs) | sourcefuse/arc-ecs/aws | n/a |
| <a name="module_tags"></a> [tags](#module\_tags) | sourcefuse/arc-tags/aws | 1.2.3 |

## Resources
Expand Down
5 changes: 3 additions & 2 deletions example/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,9 @@ provider "aws" {
## ecs
################################################################################
module "ecs" {
source = "../"
# version = "1.3.7"
source = "sourcefuse/arc-ecs/aws"
# version = "1.4.5" // please pin to the latest version from registry
// https://registry.terraform.io/modules/sourcefuse/arc-ecs/aws/latest
environment = var.environment
namespace = var.namespace

Expand Down

0 comments on commit b58e9ad

Please sign in to comment.