Skip to content

v0.6.1

Compare
Choose a tag to compare
@cloudpossebot cloudpossebot released this 14 Dec 17:43
ef27722

🚀 Enhancements

Output `ram_resource_share_id` @nitrocode (#17)

what

  • Output ram_resource_share_id

why

  • In case additional principals need to be associated to the ram resource share
  • At the moment, if var.ram_principal is passed in, the org data source is replaced, and there is no way to pass in multiple ram principals
  • Easiest solution is to export the ram resource share id and associate from outside the module

references