diff --git a/gcp/README.md b/gcp/README.md index 67fb41e..e68b76b 100644 --- a/gcp/README.md +++ b/gcp/README.md @@ -37,7 +37,13 @@ lacework_api_secret = "" lacework_integration_config_name = "" lacework_integration_auditlog_name = "" ``` +or use environment variables to avoid hardcoding API keys and secrets. +``` +export TF_VARS_lacework_api_key= +export TF_VARS_lacework_api_secret= +``` + 5. Run `terraform init` 6. Run `terraform apply`