Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/anothrNick/github-…
Browse files Browse the repository at this point in the history
…tag-action-1.71.0
  • Loading branch information
Richard-Barrett authored Oct 29, 2024
2 parents a0d3ac8 + 3914070 commit beb717c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

# terraform-artifactory-groups

[![CodeQL IaC](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/iac-codeql.yaml/badge.svg)](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/iac-codeql.yaml)
[![Terraform Validate](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/terraform_validate.yaml/badge.svg)](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/terraform_validate.yaml)
[![TFLint](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/tflint.yaml/badge.svg)](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/tflint.yaml)
[![Trivy Scan](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/trivy.yaml/badge.svg)](https://github.com/Richard-Barrett/terraform-artifactory-groups/actions/workflows/trivy.yaml)

Terraform Module for Making Artifactory Groups and Permission Targets for JFrog Artifactory

This Terraform module manages resources in JFrog Artifactory, specifically groups and permission targets.
Expand Down Expand Up @@ -67,7 +72,7 @@ Here's a basic usage example of your Terraform module. This example assumes that

```hcl
module "artifactory" {
source = "./artifactory_module"
source = "git::https://github.com/Richard-Barrett/terraform-artifactory-groups.git?ref=0.8.0"
name = "MY_GROUP"
description = "This is my group"
Expand All @@ -92,7 +97,7 @@ Here's an advanced usage example of your Terraform module. This example assumes

```hcl
module "artifactory" {
source = "./artifactory_module"
source = "git::https://github.com/Richard-Barrett/terraform-artifactory-groups.git?ref=0.8.0"
name = "MY_GROUP"
description = "This is my group"
Expand Down

0 comments on commit beb717c

Please sign in to comment.