Skip to content

Commit

Permalink
Modified basic test file to include all fields.
Browse files Browse the repository at this point in the history
  • Loading branch information
varsharmavs committed Apr 8, 2024
1 parent 9eff94e commit 162c35d
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,20 @@ resource "google_privileged_access_manager_entitlement" "<%= ctx[:primary_resour
resource_type = "cloudresourcemanager.googleapis.com/Project"
}
}
additional_notification_targets {
admin_email_recipients = []
requester_email_recipients = []
}
approval_workflow {
manual_approvals {
require_approver_justification = true
steps {
approvals_needed = 1
approver_email_recipients = []
approvers {
principals = ["user:[email protected]"]
}
}
}
}
}

0 comments on commit 162c35d

Please sign in to comment.