This module creates IAM roles required for discovery only for use with Valtix Gateways
module "iam" {
source = "github.com/valtix-security/terraform-aws-valtix-iam-discovery"
prefix = "customer"
controller_aws_account_number = "12345689012"
ExternalId = "abcdeefghijklmnopqrstuvwxyztlostdkgzmypjegodwrfoahmsasffzoinrabcd"
region = "us-east-1"
s3_bucket = "valtix-customer-s3"
deployment_name = "customer"
}
The following arguments are supported:
prefix
- (Required) Prefix appended to resources createdcontroller_aws_account_number
- (Required) AWS controller account number provided by ValtixExternalId
- (Required) ExternalId found in the create cloud account option in Valtix UIregion
- (Required) AWS region to create S3 buckets3_bucket
- (Required) S3 bucket name for VPC flow logs and DNS query logs for Valtix Discoverydeployment_name
- (Required) Account name provided by Valtix