Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ramanan-ravi committed Jul 2, 2024
1 parent 88c6ee2 commit e79d9a3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions docs/docs/cloudscanner/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ module "deepfence-cloud-scanner_example_single-account" {
mgmt-console-url = "<Console URL>"
mgmt-console-port = "443"
deepfence-key = "<Deepfence key>"
# AWS Account Name (Optional, for easy identification)
account_name = ""
image = "quay.io/deepfenceio/cloud_scanner_ce:THREATMAPPER_VERSION"
# Task CPU Units (Default: 4 vCPU)
cpu = "4096"
Expand Down
2 changes: 2 additions & 0 deletions docs/docs/cloudscanner/gcp.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ module "cloud-scanner_example_single-project" {
mgmt-console-url = "<Console URL>"
mgmt-console-port = "443"
deepfence-key = "<Deepfence-key>"
# GCP Project Name (Optional, for easy identification)
project_name = ""
image_name = "us-east1-docker.pkg.dev/deepfenceio/deepfence/cloud_scanner_ce:THREATMAPPER_VERSION"
# project_id example: dev1-123456
project_id = "<PROJECT_ID>"
Expand Down

0 comments on commit e79d9a3

Please sign in to comment.