Skip to content

Commit

Permalink
🧹 add missing depends_on ad role assignment
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Nov 4, 2024
1 parent a8f9b20 commit 33db85d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
cnquery
.cnspec
.DS_Store
gha-creds-*.json
1 change: 1 addition & 0 deletions apps/cnspec/cmd/integrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ func GenerateAzureHCL(space, subscriptionID, integrationName string) (string, er
resourceADServicePrincipal.TraverseRef(),
resourceRMReaderRoleAssignment.TraverseRef(),
resourceADApplicationCertificate.TraverseRef(),
resourceADReadersRoleAssignment.TraverseRef(),
},
// TODO support inclusion and explusion parameters, though, we need to handle the reader
// role too, not only the argument here.
Expand Down

0 comments on commit 33db85d

Please sign in to comment.