When you run terraform apply after creating a azure resource, we were
trying to update the client_secret when it is a sensitive element and
the Lacework server, for security reasons, doesn't return that secret,
which means that the resource was always different.
We are adding a suppression to avoid updating the resource.
When you run terraform apply after creating a azure resource, we were trying to update the client_secret when it is a sensitive element and the Lacework server, for security reasons, doesn't return that secret, which means that the resource was always different.
We are adding a suppression to avoid updating the resource.
Similar PR to https://github.com/terraform-providers/terraform-provider-lacework/pull/10 & https://github.com/terraform-providers/terraform-provider-lacework/pull/15
Signed-off-by: Salim Afiune Maya afiune@lacework.net