OpenNebula / terraform-provider-opennebula

Terraform provider for OpenNebula
https://www.terraform.io/docs/providers/opennebula/
Mozilla Public License 2.0
61 stars 53 forks source link

manage permissions for opennebula_datastore #514

Open sebhoss opened 6 months ago

sebhoss commented 6 months ago

Description

The opennebula_datastore currently does not expose attributes to manage the permissions of a datastore.

New or affected resources and data sources

opennebula_datastore

Potential terraform configuration

resource "opennebula_datastore" "example" {
 name        = "example"
 permissions = "660"
 group       = "terraform"

References

I think it should work similar to the image resource as documented at https://registry.terraform.io/providers/OpenNebula/opennebula/latest/docs/resources/image