Skip to content

Commit

Permalink
fix: update doc
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Theuermann <[email protected]>
  • Loading branch information
mati007thm committed Jun 6, 2024
1 parent 4054f52 commit b032f2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/resources/integration_aws_serverless.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ variable "aws_region" {
default = "us-east-1"
}
variable "AWS_ACCOUNT_ID" {
variable "aws_account_id" {
description = "value of the AWS account ID"
type = string
}
Expand Down Expand Up @@ -59,7 +59,7 @@ resource "mondoo_integration_aws_serverless" "aws_serverless" {
is_organization = false
console_sign_in_trigger = true
instance_state_change_trigger = true
account_ids = [var.AWS_ACCOUNT_ID]
account_ids = [var.aws_account_id]
scan_configuration = {
ec2_scan = true
ecr_scan = false
Expand Down

0 comments on commit b032f2f

Please sign in to comment.