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
List of object with external location configuration attributes
list(object({ index = string # Index of instance, for example short name, used later to access exact external location in output map name = string # Custom whole name of resource url = string # Path URL in cloud storage credentials_name = optional(string) owner = optional(string) # Owner of resource skip_validation = optional(bool, true) # Suppress validation errors if any & force save the external location read_only = optional(bool, false) # Indicates whether the external location is read-only. force_destroy = optional(bool, true) force_update = optional(bool, true) comment = optional(string, "External location provisioned by Terraform") permissions = optional(set(object({ principal = string privileges = list(string) })), []) isolation_mode = optional(string, "ISOLATION_MODE_OPEN") }))