<https://console.cloud.google.com/iam-admin/audit>...
# general
c
https://console.cloud.google.com/iam-admin/audit Can anyone point me in the right direction for controlling these settings with Pulumi?
s
Use
gcp.projects.IAMAuditConfig
. @creamy-potato-29402 It’s undocumented in Pulumi, yet. Isn’t the API reference updated automatically? https://github.com/pulumi/docs/blob/master/reference/pkg/nodejs/%40pulumi/gcp/projects/index.md The Terraform resource was added on 2018-12-22: https://github.com/terraform-providers/terraform-provider-google-beta/pull/265/files#diff-e75a0b68b102ff6ae315cfedf42d92a3
Ah right, you just switched to `terraform-provider-google-beta`: https://pulumi-community.slack.com/archives/CB36DSVSA/p1553210639028500 Just get to know this. I guess you’ll update the API reference, soon. Sorry about that.