Skip to content
This repository has been archived by the owner on Jan 15, 2024. It is now read-only.

Latest commit

 

History

History
39 lines (28 loc) · 1.93 KB

File metadata and controls

39 lines (28 loc) · 1.93 KB

Requirements

Name Version
terraform >= 0.13
harvester 0.6.3

Providers

Name Version
harvester 0.6.3

Modules

No modules.

Resources

Name Type
harvester_virtualmachine.vm resource
harvester_image.os_image data source

Inputs

Name Description Type Default Required
os_image OS image for virtual machines
object({
name = string
namespace = string
display_name = string
description = string
source_type = string
url = string
tags = map(string)
})
n/a yes
user_data cloud-init user_data string n/a yes
vm_data parameters for web virtual machine
object({
name = string
namespace = string
description = string
hostname = string
tags = map(string)
cpus = number
memory = string
disks = map(
object({
name = string
size = string
boot_order = number
})
)
})
n/a yes

Outputs

Name Description
vm_ip_address n/a