Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add more resources/datasources #3

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
36 changes: 36 additions & 0 deletions docs/data-sources/boot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_boot Data Source - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_boot (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **server_id** (Number) Server ID

### Optional

- **id** (String) The ID of this resource.

### Read-Only

- **active_profile** (String) Active boot profile
- **architecture** (String) Active Architecture
- **ipv4_address** (String) Server main IPv4 address
- **ipv6_network** (String) Server main IPv6 net address
- **language** (String) Language
- **operating_system** (String) Active Operating System / Distribution
- **password** (String, Sensitive) Current Rescue System root password / Linux installation password or null


33 changes: 33 additions & 0 deletions docs/data-sources/key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_key Data Source - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_key (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **data** (String) Key data in OpenSSH format
- **name** (String) Key name/desc

### Optional

- **id** (String) The ID of this resource.

### Read-Only

- **fingerprint** (String) Key fingerprint
- **size** (Number) Key size in bits
- **type** (String) Key algorithm type


40 changes: 40 additions & 0 deletions docs/data-sources/server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_server Data Source - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_server (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **server_id** (Number) Server ID

### Optional

- **id** (String) The ID of this resource.
- **server_name** (String) Server name

### Read-Only

- **datacenter** (String) Data center
- **is_cancelled** (Boolean) Status of server cancellation
- **paid_until** (String) Paid until date
- **product** (String) Server product name
- **server_ip_addresses** (List of String) Array of assigned single IP addresses
- **server_ip_v4_addr** (String) Server main IP address
- **server_ip_v6_net** (String) Server main IPv6 net address
- **server_subnets** (List of String) Array of assigned subnets
- **status** (String) Server status ("ready" or "in process")
- **traffic** (String) Free traffic quota, 'unlimited' in case of unlimited traffic


27 changes: 27 additions & 0 deletions docs/data-sources/server_vswitch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_server_vswitch Data Source - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_server_vswitch (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **server_id** (Number) Server ID

### Optional

- **id** (String) The ID of this resource.
- **vswitch_id** (Number) VSwitch ID


31 changes: 31 additions & 0 deletions docs/data-sources/vswitch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_vswitch Data Source - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_vswitch (Data Source)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **id** (Number) VSwitch ID

### Read-Only

- **cloud_networks** (List of String) Attached cloud network list
- **is_cancelled** (Boolean) Cancellation status
- **name** (String) vSwitch name
- **servers** (List of String) Attached server list
- **subnets** (List of String) Attached subnet list
- **vlan** (Number) VLAN ID


1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,5 @@ resource "hetznerrobot_firewall" "firewall" {
### Optional

- **password** (String)
- **url** (String)
- **username** (String)
36 changes: 36 additions & 0 deletions docs/resources/boot.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_boot Resource - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_boot (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **server_id** (Number) Server ID

### Optional

- **active_profile** (String) Active boot profile
- **architecture** (String) Active Architecture
- **id** (String) The ID of this resource.
- **language** (String) Language
- **operating_system** (String) Active Operating System / Distribution

### Read-Only

- **ipv4_address** (String) Server main IPv4 address
- **ipv6_network** (String) Server main IPv6 net address
- **password** (String, Sensitive) Current Rescue System root password / Linux installation password or null


2 changes: 1 addition & 1 deletion docs/resources/firewall.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ description: |-

---

# Resource `hetznerrobot_firewall`
# hetznerrobot_firewall (Resource)



Expand Down
33 changes: 33 additions & 0 deletions docs/resources/key.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_key Resource - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_key (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **data** (String) Key data in OpenSSH format
- **name** (String) Key name/desc

### Optional

- **id** (String) The ID of this resource.

### Read-Only

- **fingerprint** (String) Key fingerprint
- **size** (Number) Key size in bits
- **type** (String) Key algorithm type


37 changes: 37 additions & 0 deletions docs/resources/server.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_server Resource - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_server (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Optional

- **id** (String) The ID of this resource.
- **is_cancelled** (Boolean) Status of server cancellation
- **server_name** (String) Server name

### Read-Only

- **datacenter** (String) Data center
- **paid_until** (String) Paid until date
- **product** (String) Server product name
- **server_id** (Number) Server ID
- **server_ip_addresses** (List of String) Array of assigned single IP addresses
- **server_ip_v4_addr** (String) Server main IP address
- **server_ip_v6_net** (String) Server main IPv6 net address
- **server_subnets** (List of String) Array of assigned subnets
- **status** (String) Server status ("ready" or "in process")
- **traffic** (String) Free traffic quota, 'unlimited' in case of unlimited traffic


27 changes: 27 additions & 0 deletions docs/resources/server_vswitch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_server_vswitch Resource - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_server_vswitch (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **server_id** (Number) Server ID

### Optional

- **id** (String) The ID of this resource.
- **vswitch_id** (Number) VSwitch ID


34 changes: 34 additions & 0 deletions docs/resources/vswitch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "hetznerrobot_vswitch Resource - terraform-provider-hetznerrobot"
subcategory: ""
description: |-

---

# hetznerrobot_vswitch (Resource)





<!-- schema generated by tfplugindocs -->
## Schema

### Required

- **id** (Number) VSwitch ID

### Optional

- **name** (String) vSwitch name
- **vlan** (Number) VLAN ID

### Read-Only

- **cloud_networks** (List of String) Attached cloud network list
- **is_cancelled** (Boolean) Cancellation status
- **servers** (List of String) Attached server list
- **subnets** (List of String) Attached subnet list


Loading