Hey team! We’re looking at upgrading from Prefect1...
# ask-community
s
Hey team! We’re looking at upgrading from Prefect1 to 2 in the near future. Currently our prefect services are deployed in house (using terraform and what not), but this allows us to quickly spin up and down new testing environments which use prefect 1. However, I notice in prefect 2, there are the new concepts of storage blocks, and if we want to continue to use s3 as a host for our flows, it seems like we have to login to a newly created environment and manually create the s3 storage block. Is there a way (through the API, env variables, other) we can set up an s3 bucket to allow us to keep the entire setup as infrastructure-as-code?
k
We currently don’t support using terraform to create an S3 bucket. Do we have any plan to support this in the future, @Will Raphaelson, @nathaniel?
s
Even if not using tf, I can run it separately to create S3 buckets, I just need a way of getting this information into prefect without having to manually do it 🙂