layout | title | type | resource |
---|---|---|---|
resource |
lacework |
provider |
lacework |
provider "lacework" {
version = "0.3.1"
# 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
}