Resources

In Terraform, a resource is an abstract entity that represents a real-world object, such as a virtual machine, file, user, or volume. A resource belongs to a provider, accepts arguments, outputs attributes, and has a lifecycle. Resource blocks are used to declare resources in Terraform, and each block describes one or more infrastructure objects. For further details, please check out https://developer.hashicorp.com/terraform/language/resources


ome_appliance_network resource

This terraform resource is used to manage Appliance Network Settings on OME.We can Create, Update and Delete OME Appliance Network Settings using this resource.

ome_application_certificate resource

This terraform resource is used to upload certificate to OME.

ome_application_csr resource

This terraform resource is used to generate application Certificate Signing Request from OME.

ome_configuration_baseline resource

This terraform resource is used to manage configuration baseline entity of OME. We can Create, Update and Delete the OME configuration baseline using this resource. We can also do an ‘Import’ an existing ‘configuration baseline’ from OME .

ome_configuration_compliance resource

This terraform resource is used to manage configuration baseline remediations entity of OME. We can Create, Update and Delete the OME configuration baseline remediations using this resource.

ome_deployment resource

This terraform resource is used to manage template deployment entity of OME. We can Create, Update and Delete the OME Deployments using this resource. We can also do an ‘Import’ an existing ‘Deployment’ from OME .

ome_device_action resource

This terraform resource is used to run actions on devices managed by OME. The only supported action, for now, is refreshing inventory. This resource creates a job in OME to run the actions and does not support updating in-place. The resource generates a recreation plan instead for any necessary update action.

ome_devices resource

This terraform resource is used to manage a set of device entities on OME.

ome_discovery resource

This terraform resource is used to manage Discovery entity on OME.We can Create, Update and Delete OME Discoveries using this resource. We can also do an ‘Import’ an existing ‘Discovery’ from OME .

ome_firmware_baseline resource

This terraform resource is used to manage firmware baseline entity on OME.We can Create, Update and Delete OME firmware baseline using this resource. We can also do an ‘Import’ an existing ‘firmware baseline’ from OME .

ome_firmware_catalog resource

This terraform resource is used to manage firmware catalogs entity on OME.We can Create, Update and Delete OME firmware catalogs using this resource. We can also do an ‘Import’ an existing ‘firmware catalog’ from OME .

ome_static_group resource

This terraform resource is used to manage Static Device Group entity on OME.We can Create, Update and Delete OME Static Device Group using this resource. We can also do an ‘Import’ an existing ‘Static Device Group’ from OME .

ome_template resource

This terraform resource is used to manage Template entity on OME.We can Create, Update and Delete OME Template using this resource. We can also do an ‘Import’ an existing ‘Template’ from OME.

ome_user resource

This terraform resource is used to manage User entity on OME.We can Create, Update and Delete OME User using this resource. We can also do an ‘Import’ an existing ‘User’ from OME.