lacework Provider
provider "lacework" {
version = "0.2.3"
# account - (optional) is a type of string
account = null
# api_key - (optional) is a type of string
api_key = null
# api_secret - (optional) is a type of string
api_secret = null
# profile - (optional) is a type of string
profile = null
}