@@ -13,7 +13,7 @@ Generate cloud integration IaC
1313Generate cloud-account IaC to deploy Lacework into a cloud environment.
1414
1515This command creates Infrastructure as Code (IaC) in the form of Terraform HCL, with the option of running
16- Terraform and deploying Lacework into AWS, Azure, or GCP .
16+ Terraform and deploying Lacework into AWS, Azure, GCP or OCI .
1717
1818
1919### Options
@@ -29,12 +29,14 @@ Terraform and deploying Lacework into AWS, Azure, or GCP.
2929 -k, --api_key string access key id
3030 -s, --api_secret string secret access key
3131 --api_token string access token (replaces the use of api_key and api_secret)
32+ --apply run terraform apply without executing plan or prompting
3233 --debug turn on debug logging
3334 --json switch commands output from human-readable to json format
3435 --nocache turn off caching
3536 --nocolor turn off colors
3637 --noninteractive turn off interactive mode (disable spinners, prompts, etc.)
3738 --organization access organization level data sets (org admins only)
39+ --output string location to write generated content
3840 -p, --profile string switch between profiles configured at ~/.lacework.toml
3941 --subaccount string sub-account name inside your organization (org admins only)
4042```
0 commit comments