dfinity / terraform-provider-ic

A Terraform provider for provisioning Internet Computer canisters
Apache License 2.0
3 stars 0 forks source link

Feature request: Support for asset canisters #24

Open bitdivine opened 3 months ago

bitdivine commented 3 months ago

Asset canisters are common enough that it would be nice to have explicit support for them.

The canister itself could be deployed with the existing provider, especially if "asset canister" is going to become a library, so any canister can have an asset canister interface plus additional backend capability. I'm wary of suggesting that we add assets as an optional parameter to all canisters. Do you know of a more modular way of doing this?

nmattia commented 3 months ago

Do you know of a more modular way of doing this?

That's a good question, maybe a terraform module would be more appropriate? I'd need to play with it a bit, I haven't used asset canisters yet