Fix non-empty plan after apply

This commit is contained in:
Wiktor Niesiobędzki 2024-02-12 19:16:21 +00:00 committed by Wiktor Niesiobędzki
parent 20c5bc8444
commit b902b1dab9
1 changed files with 5 additions and 0 deletions

View File

@ -105,6 +105,11 @@ resource "google_notebooks_instance" "playground" {
instance_owners = try(tolist(var.notebooks[each.key].owner), null)
service_account = module.service-account-notebook.email
service_account_scopes = [
"https://www.googleapis.com/auth/cloud-platform",
"https://www.googleapis.com/auth/userinfo.email",
]
metadata = {
notebook-disable-nbconvert = "false"