-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(gcp): suppress private key diff to avoid updates (#10)
When you run terraform apply after creating a gcp resource, we were trying to update the `private_key` 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. Closes hashicorp/terraform-provider-lacework#4 Signed-off-by: Salim Afiune Maya <afiune@lacework.net>
- Loading branch information
Showing
2 changed files
with
10 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters