terraform-provider-yandex icon indicating copy to clipboard operation
terraform-provider-yandex copied to clipboard

Add 'folders' attribute to Cloud data source

Open psmolkin opened this issue 3 years ago • 0 comments

Duplicate reverted https://github.com/yandex-cloud/terraform-provider-yandex/pull/207 see issue https://github.com/yandex-cloud/terraform-provider-yandex/issues/239

Additional yandex_resourcemanager_cloud data source attribute

 folders = [
   {
     folder_id = "06nur34....."
     name      = "some_name"
   },
   {
     folder_id = "8a8i9ag....."
     name      = "some_name2"
   },

psmolkin avatar Feb 25 '22 15:02 psmolkin