Cannot add or remove more than 10 accounts to a share at once #2189
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:share
Issue connected to the snowflake_share resource
Provider Version
0.72.0
Terraform Version
1.4
Describe the bug
It is not a bug, its a limitation on the API. The problem is, there is no way in terraform to add multiple accounts to a single share.
Gives the following error:
Expected behavior
The provider generates the query using
ADD ACCOUNTS
, which technically it is prepared to append accounts without removing existing ones; however there is no way to iterate over accounts and append them to the share using terraform when there are more than 10 accounts.I would expect a way to at least iterate over accounts using
ADD ACCOUNT | REMOVE ACCOUNT
.The text was updated successfully, but these errors were encountered: