Skip to content

Commit

Permalink
feat: update to 661 (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
cristiGuranIonos authored Nov 14, 2024
1 parent a234a77 commit 7fabf20
Show file tree
Hide file tree
Showing 10 changed files with 136 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ TERRAFORM_VERSION_VALID := $(shell [ "$(TERRAFORM_VERSION)" = "`printf "$(TERRAF
TERRAFORM_VERSION_VALID := $(shell [ "$(TERRAFORM_VERSION)" = "`printf "$(TERRAFORM_VERSION)\n1.6" | sort -V | head -n1`" ] && echo 1 || echo 0)
export TERRAFORM_PROVIDER_SOURCE ?= ionos-cloud/ionoscloud
export TERRAFORM_PROVIDER_REPO ?= https://github.com/ionos-cloud/terraform-provider-ionoscloud
export TERRAFORM_PROVIDER_VERSION ?= 6.6.0
export TERRAFORM_PROVIDER_VERSION ?= 6.6.1
export TERRAFORM_PROVIDER_DOWNLOAD_NAME ?= terraform-provider-ionoscloud
export TERRAFORM_PROVIDER_DOWNLOAD_URL_PREFIX ?= https://github.com/ionos-cloud/$(TERRAFORM_PROVIDER_DOWNLOAD_NAME)/releases/download/v$(TERRAFORM_PROVIDER_VERSION)
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-ionoscloud_v6_6_0
export TERRAFORM_NATIVE_PROVIDER_BINARY ?= terraform-provider-ionoscloud_v6_6_1
export TERRAFORM_DOCS_PATH ?= docs/resources


Expand Down
13 changes: 13 additions & 0 deletions apis/compute/v1alpha1/zz_cubeserver_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

45 changes: 45 additions & 0 deletions apis/compute/v1alpha1/zz_generated.deepcopy.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions apis/compute/v1alpha1/zz_server_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions apis/compute/v1alpha1/zz_vcpuserver_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion config/provider-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -715,6 +715,7 @@ resources:
boot_volume: '- (Computed) The associated boot volume.'
datacenter_id: '- (Required)[string] The ID of a Virtual Data Center.'
firewallrule_id: '- (Computed) The associated firewall rule.'
hostname: '- The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.'
image_name: '- (Optional)[string] The name, ID or alias of the image. May also be a snapshot ID. It is required if licence_type is not provided. Attribute is immutable.'
image_password: '- (Optional)[string] Required if ssh_key_path is not provided.'
licence_type: '- (Optional)[string] Sets the OS type of the server.'
Expand Down Expand Up @@ -4327,6 +4328,7 @@ resources:
firewall: '- (Optional) Allows to define firewall rules inline in the server. See the Firewall section.'
firewallrule_id: '- (Computed) The associated firewall rule.'
firewallrule_ids: '- (Computed) The associated firewall rules.'
hostname: '- (Optional)[string] The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.'
image_name: '- (Optional)[string] The name, ID or alias of the image. May also be a snapshot ID. It is required if licence_type is not provided. Attribute is immutable.'
image_password: '- (Optional)[string] Required if ssh_key_path is not provided.'
inline_volume_ids: '- (Computed) A list with the IDs for the volumes that are defined inside the server resource.'
Expand Down Expand Up @@ -4719,6 +4721,7 @@ resources:
firewall: '- (Optional) Allows to define firewall rules inline in the server. See the Firewall section.'
firewallrule_id: '- (Computed) The associated firewall rule.'
firewallrule_ids: '- (Computed) The associated firewall rules.'
hostname: '- (Optional)[string] The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.'
image_name: '- (Optional)[string] The name, ID or alias of the image. May also be a snapshot ID. It is required if licence_type is not provided. Attribute is immutable.'
image_password: '- (Optional)[string] The password for the image.'
inline_volume_ids: '- (Computed) A list with the IDs for the volumes that are defined inside the server resource.'
Expand Down Expand Up @@ -4836,7 +4839,7 @@ resources:
"length": 16,
"special": false
}
- name: example
- name: example2
manifest: |-
{
"availability_zone": "ZONE_1",
Expand Down
2 changes: 1 addition & 1 deletion config/schema.json

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions package/crds/compute.ionoscloud.io_cubeservers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,11 @@ spec:
type: string
type: object
type: object
hostname:
description: |-
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
type: string
imageName:
description: '[string] The name, ID or alias of the image. May
also be a snapshot ID. It is required if licence_type is not
Expand Down Expand Up @@ -492,6 +497,11 @@ spec:
type: string
type: object
type: object
hostname:
description: |-
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
type: string
imageName:
description: '[string] The name, ID or alias of the image. May
also be a snapshot ID. It is required if licence_type is not
Expand Down Expand Up @@ -923,6 +933,11 @@ spec:
firewallruleId:
description: (Computed) The associated firewall rule.
type: string
hostname:
description: |-
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
type: string
id:
type: string
imageName:
Expand Down
15 changes: 15 additions & 0 deletions package/crds/compute.ionoscloud.io_servers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,11 @@ spec:
items:
type: string
type: array
hostname:
description: |-
[string] The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
type: string
imageName:
description: '[string] The name, ID or alias of the image. May
also be a snapshot ID. It is required if licence_type is not
Expand Down Expand Up @@ -575,6 +580,11 @@ spec:
items:
type: string
type: array
hostname:
description: |-
[string] The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
type: string
imageName:
description: '[string] The name, ID or alias of the image. May
also be a snapshot ID. It is required if licence_type is not
Expand Down Expand Up @@ -1068,6 +1078,11 @@ spec:
items:
type: string
type: array
hostname:
description: |-
[string] The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
The hostname of the resource. Allowed characters are a-z, 0-9 and - (minus). Hostname should not start with minus and should not be longer than 63 characters.
type: string
id:
type: string
imageName:
Expand Down
Loading

0 comments on commit 7fabf20

Please sign in to comment.