2024-09-10 10:52:31 +00:00
|
|
|
bundle:
|
|
|
|
name: test-uc-volumes-{{.unique_id}}
|
|
|
|
|
|
|
|
variables:
|
|
|
|
schema_name:
|
|
|
|
default: ${resources.schemas.schema1.name}
|
|
|
|
|
|
|
|
resources:
|
|
|
|
schemas:
|
|
|
|
schema1:
|
|
|
|
name: schema1-{{.unique_id}}
|
|
|
|
catalog_name: main
|
|
|
|
comment: This schema was created from DABs
|
|
|
|
|
|
|
|
schema2:
|
|
|
|
name: schema2-{{.unique_id}}
|
|
|
|
catalog_name: main
|
|
|
|
comment: This schema was created from DABs
|
|
|
|
|
|
|
|
volumes:
|
|
|
|
foo:
|
|
|
|
catalog_name: main
|
|
|
|
name: my_volume
|
|
|
|
schema_name: ${var.schema_name}
|
|
|
|
volume_type: MANAGED
|
|
|
|
comment: This volume was created from DABs.
|
2024-10-15 14:05:23 +00:00
|
|
|
|
|
|
|
grants:
|
|
|
|
- principal: account users
|
|
|
|
privileges:
|
|
|
|
- WRITE_VOLUME
|