We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6154c81 commit 0ab2d2aCopy full SHA for 0ab2d2a
cli/cmd/cloud_account.go
@@ -275,7 +275,7 @@ func promptCreateCloudAccount() error {
275
"AWS CloudTrail (US GovCloud)",
276
"GCP Config",
277
"GCP Audit Log",
278
- "GCP Pub Sub Audit Log",
+ "GCP Audit Log PubSub",
279
"Azure Config",
280
"Azure Activity Log",
281
},
@@ -299,7 +299,7 @@ func promptCreateCloudAccount() error {
299
return createGcpConfigIntegration()
300
case "GCP Audit Log":
301
return createGcpAuditLogIntegration()
302
- case "GCP Pub Sub Audit Log":
+ case "GCP Audit Log PubSub":
303
return createGcpPubSubAuditLogIntegration()
304
case "Azure Config":
305
return createAzureConfigIntegration()
0 commit comments