foreman_computeresource¶
Foreman representation of computeresource. ComputeResources serve as an identification string that defines autonomy, authority, or control for a portion of a network.
Example Usage¶
# Autogenerated example with required keys
resource "foreman_computeresource" "example" {
}
Argument Reference¶
The following arguments are supported:
cachingenabled
- (Optional) For VMware onlydatacenter
- (Optional) For oVirt, VMware Datacenterdescription
- (Optional) Description of the compute resourcedisplaytype
- (Optional) For Libvirt: "VNC" or "SPICE". For VMWare: "VNC" or "VMRC"hypervisor
- (Required) The HyperVisor/Cloud Provider for this Compute Resource:supported providers include "Libvirt", "Ovirt", "EC2","Vmware", "Openstack", "Rackspace", "GCE"name
- (Required) Name of the compute resourcepassword
- (Optional) Password for oVirt, EC2, VMware, OpenStack. Secret key for EC2server
- (Optional) For VMwaresetconsolepassword
- (Optional) For Libvirt and VMware onlyurl
- (Required) URL for Libvirt, oVirt, OpenStack and Rackspaceuser
- (Optional) Username for oVirt, EC2, VMware, OpenStack. Access Key for EC2.
Attributes Reference¶
The following attributes are exported:
cachingenabled
- For VMware onlydatacenter
- For oVirt, VMware Datacenterdescription
- Description of the compute resourcedisplaytype
- For Libvirt: "VNC" or "SPICE". For VMWare: "VNC" or "VMRC"hypervisor
- The HyperVisor/Cloud Provider for this Compute Resource:supported providers include "Libvirt", "Ovirt", "EC2","Vmware", "Openstack", "Rackspace", "GCE"name
- Name of the compute resourcepassword
- Password for oVirt, EC2, VMware, OpenStack. Secret key for EC2server
- For VMwaresetconsolepassword
- For Libvirt and VMware onlyurl
- URL for Libvirt, oVirt, OpenStack and Rackspaceuser
- Username for oVirt, EC2, VMware, OpenStack. Access Key for EC2.