hashicorp / terraform-provider-lacework

Moved to https://github.com/lacework/terraform-provider-lacework
https://github.com/lacework/terraform-provider-lacework
Mozilla Public License 2.0
0 stars 5 forks source link

fix(azure): suppress client_secret diff to avoid updates #25

Closed afiune closed 4 years ago

afiune commented 4 years ago

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

scarolan commented 4 years ago
scholastic_internet