You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// After your Looker (Google Cloud core) instance has been created, you can set up, view information about, or delete a custom domain for your instance.
273
+
// Therefore 2 terraform applies, one to create the instance, then another to set up the custom domain.
// After your Looker (Google Cloud core) instance has been created, you can set up, view information about, or delete a custom domain for your instance.
199
+
// Therefore 2 terraform applies, one to create the instance, then another to set up the custom domain.
204
200
custom_domain {
205
201
domain = "my-custom-domain.com"
206
202
}
@@ -259,8 +255,8 @@ The following arguments are supported:
259
255
*`platform_edition` -
260
256
(Optional)
261
257
Platform editions for a Looker instance. Each edition maps to a set of instance features, like its size. Must be one of these values:
262
-
- LOOKER_CORE_TRIAL: trial instance
263
-
- LOOKER_CORE_STANDARD: pay as you go standard instance
0 commit comments