Skip to content

Commit 33722fd

Browse files
Kolbeinnrmoles
andauthored
feat(cli): add lacework generate cloud-account oci subcommand (#1359)
Signed-off-by: Kolbeinn Karlsson <[email protected]> Co-authored-by: Ross <[email protected]>
1 parent d957bdb commit 33722fd

File tree

11 files changed

+899
-17
lines changed

11 files changed

+899
-17
lines changed

cli/cmd/generate_cloud_account.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,10 @@ func init() {
2222
// initGenerateAwsTfCommandFlags()
2323
// initGenerateGcpTfCommandFlags()
2424
// initGenerateAzureTfCommandFlags()
25+
initGenerateOciTfCommandFlags()
2526

2627
generateCloudAccountCommand.AddCommand(generateAwsTfCommand)
2728
generateCloudAccountCommand.AddCommand(generateGcpTfCommand)
2829
generateCloudAccountCommand.AddCommand(generateAzureTfCommand)
30+
generateCloudAccountCommand.AddCommand(generateOciTfCommand)
2931
}

0 commit comments

Comments
 (0)