Skip to content

Commit

Permalink
updated terraformerPathLength
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaela-soares committed Aug 19, 2022
1 parent be5fee2 commit f9b2a9f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion docs/integrations_terraformer.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,16 @@ $Env:ARM_TENANT_ID="<ARM_TENANT_ID>"

## KICS Terraformer Path Syntax

### Regular

### AWS

```sh
terraformer::{CloudProvider}:{Resources}:{Regions}
```

### AZURE
terraformer::{CloudProvider}:{Resources}

### GCP
```sh
terraformer::{CloudProvider}:{Resources}:{Regions}:{Projects}
Expand Down
2 changes: 1 addition & 1 deletion pkg/terraformer/terraformer.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
"github.com/rs/zerolog/log"
)

const terraformerPathLength = 3
const terraformerPathLength = 2

// Path is a struct that contains the terraformer path information
type Path struct {
Expand Down

0 comments on commit f9b2a9f

Please sign in to comment.