6 lines
171 B
Bash
6 lines
171 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
# name on the right is the bucket name on minio
|
||
|
tofu import minio_s3_bucket.source homepage-source
|
||
|
tofu import minio_s3_bucket.assets homepage-assets
|