lacework generate cloud-account
Generate cloud integration IaC
Synopsis
Generate cloud-account IaC to deploy Lacework into a cloud environment.
This command creates Infrastructure as Code (IaC) in the form of Terraform HCL, with the option of running Terraform and deploying Lacework into AWS, Azure, GCP or OCI.
Options
-h, --help help for cloud-account
Options inherited from parent commands
-a, --account string account subdomain of URL (i.e. <ACCOUNT>.lacework.net)
-k, --api_key string access key id
-s, --api_secret string secret access key
--api_token string access token (replaces the use of api_key and api_secret)
--apply run terraform apply without executing plan or prompting
--debug turn on debug logging
--json switch commands output from human-readable to json format
--nocache turn off caching
--nocolor turn off colors
--noninteractive turn off interactive mode (disable spinners, prompts, etc.)
--organization access organization level data sets (org admins only)
--output string location to write generated content
-p, --profile string switch between profiles configured at ~/.lacework.toml
--subaccount string sub-account name inside your organization (org admins only)
SEE ALSO
- lacework generate - Generate code to onboard your account
- lacework generate cloud-account aws - Generate and/or execute Terraform code for AWS integration
- lacework generate cloud-account azure - Generate and/or execute Terraform code for Azure integration
- lacework generate cloud-account gcp - Generate and/or execute Terraform code for GCP integration
- lacework generate cloud-account oci - Generate and/or execute Terraform code for OCI integration