Skip to main content

Terraform Schema

The schema for the Lacework Edge Terraform Provider is available from the provider itself, since there may be schema changes between versions.

To obtain the schema of the latest version:

Prerequisites:

Steps:

  1. Create a new folder (i.e. edgeguardian-tf).

  2. In that folder, put the following into versions.tf:

terraform {
required_providers {
edgeguardian = {
source = "edgeguardian-artifacts.s3-us-west-2.amazonaws.com/edgeguardian/api"
}
}
}
  1. Run the following commands:
terraform init
terraform providers schema -json | jq . | tee edgeguardian-schema.json