From c781ffafaaedb36e8700baa9d72d16017e48dd4b Mon Sep 17 00:00:00 2001 From: KasimBaybikov Date: Tue, 14 Mar 2023 13:32:33 +0300 Subject: [PATCH] code migration to repos.digitalenergy.online --- cmd/decort/main.go | 7 ++-- go.mod | 2 +- internal/constants/api.go | 1 + internal/controller/controller.go | 1 + internal/dc/warnings.go | 4 +-- internal/flattens/meta.go | 1 + internal/location/api.go | 1 + internal/location/location.go | 3 +- internal/location/models.go | 1 + .../provider/cloudapi/data_sources_map.go | 25 ++++++------- internal/provider/cloudapi/resource_map.go | 23 ++++++------ .../provider/cloudbroker/data_sources_map.go | 17 ++++----- .../provider/cloudbroker/resources_map.go | 23 ++++++------ internal/provider/provider.go | 7 ++-- internal/provider/select_schema.go | 5 +-- internal/service/cloudapi/account/api.go | 5 +-- .../cloudapi/account/data_source_account.go | 9 ++--- .../data_source_account_audits_list.go | 7 ++-- .../data_source_account_computes_list.go | 7 ++-- .../data_source_account_consumed_units.go | 7 ++-- ...a_source_account_consumed_units_by_type.go | 7 ++-- .../data_source_account_deleted_list.go | 7 ++-- .../account/data_source_account_disks_list.go | 7 ++-- .../data_source_account_flipgroups_list.go | 7 ++-- .../account/data_source_account_list.go | 7 ++-- .../data_source_account_reserved_units.go | 7 ++-- .../account/data_source_account_rg_list.go | 7 ++-- .../data_source_account_templates_list.go | 7 ++-- .../account/data_source_account_vins_list.go | 7 ++-- internal/service/cloudapi/account/models.go | 5 +-- .../cloudapi/account/resource_account.go | 11 +++--- .../cloudapi/account/utility_account.go | 7 ++-- .../account/utility_account_audits_list.go | 7 ++-- .../account/utility_account_computes_list.go | 7 ++-- .../account/utility_account_consumed_units.go | 7 ++-- .../utility_account_consumed_units_by_type.go | 7 ++-- .../account/utility_account_deleted_list.go | 7 ++-- .../account/utility_account_disks_list.go | 7 ++-- .../account/utility_account_flip_groups.go | 7 ++-- .../cloudapi/account/utility_account_list.go | 7 ++-- .../account/utility_account_reserved_units.go | 7 ++-- .../account/utility_account_rg_list.go | 7 ++-- .../account/utility_account_templates_list.go | 7 ++-- .../account/utility_account_vins_list.go | 7 ++-- internal/service/cloudapi/bservice/api.go | 5 +-- .../cloudapi/bservice/data_source_bservice.go | 7 ++-- .../data_source_bservice_deleted_list.go | 7 ++-- .../bservice/data_source_bservice_group.go | 7 ++-- .../bservice/data_source_bservice_list.go | 7 ++-- .../data_source_bservice_snapshot_list.go | 7 ++-- internal/service/cloudapi/bservice/models.go | 5 +-- .../cloudapi/bservice/resource_bservice.go | 9 ++--- .../bservice/resource_bservice_group.go | 9 ++--- .../utility_bservicce_deleted_list.go | 7 ++-- .../cloudapi/bservice/utility_bservice.go | 7 ++-- .../bservice/utility_bservice_group.go | 7 ++-- .../bservice/utility_bservice_list.go | 7 ++-- .../utility_bservice_snapshot_list.go | 7 ++-- internal/service/cloudapi/disks/api.go | 4 +-- .../cloudapi/disks/data_source_disk.go | 6 ++-- .../cloudapi/disks/data_source_disk_list.go | 6 ++-- .../disks/data_source_disk_list_types.go | 6 ++-- .../data_source_disk_list_types_detailed.go | 6 ++-- .../disks/data_source_disk_list_unattached.go | 10 +++--- .../disks/data_source_disk_snapshot.go | 6 ++-- .../disks/data_source_disk_snapshot_list.go | 6 ++-- .../disks/data_source_list_deleted.go | 6 ++-- internal/service/cloudapi/disks/models.go | 4 +-- .../service/cloudapi/disks/resource_disk.go | 12 +++---- .../cloudapi/disks/resource_disk_snapshot.go | 8 ++--- .../service/cloudapi/disks/utility_disk.go | 6 ++-- .../cloudapi/disks/utility_disk_list.go | 6 ++-- .../disks/utility_disk_types_detailed_list.go | 6 ++-- .../cloudapi/disks/utility_disk_types_list.go | 6 ++-- internal/service/cloudapi/extnet/api.go | 5 +-- .../cloudapi/extnet/data_source_extnet.go | 9 ++--- .../data_source_extnet_computes_list.go | 7 ++-- .../extnet/data_source_extnet_default.go | 7 ++-- .../extnet/data_source_extnet_list.go | 7 ++-- internal/service/cloudapi/extnet/models.go | 5 +-- .../service/cloudapi/extnet/utility_extnet.go | 7 ++-- .../extnet/utility_extnet_computes_list.go | 7 ++-- .../cloudapi/extnet/utility_extnet_default.go | 7 ++-- .../cloudapi/extnet/utility_extnet_list.go | 7 ++-- internal/service/cloudapi/image/api.go | 4 +-- .../cloudapi/image/data_source_image.go | 6 ++-- .../cloudapi/image/data_source_image_list.go | 6 ++-- .../cloudapi/image/image_ds_subresource.go | 4 +-- .../cloudapi/image/image_item_subresource.go | 4 +-- .../cloudapi/image/image_rs_subresource.go | 4 +-- .../image/image_virtual_rs_subresource.go | 4 +-- internal/service/cloudapi/image/models.go | 4 +-- .../service/cloudapi/image/resource_image.go | 8 ++--- .../cloudapi/image/resource_image_virtual.go | 8 ++--- .../service/cloudapi/image/utility_image.go | 6 ++-- .../cloudapi/image/utility_image_list.go | 6 ++-- internal/service/cloudapi/k8s/api.go | 4 +-- .../service/cloudapi/k8s/data_source_k8s.go | 10 +++--- .../cloudapi/k8s/data_source_k8s_list.go | 6 ++-- .../k8s/data_source_k8s_list_deleted.go | 6 ++-- .../cloudapi/k8s/data_source_k8s_wg.go | 8 ++--- .../cloudapi/k8s/data_source_k8s_wg_list.go | 10 +++--- internal/service/cloudapi/k8s/flattens.go | 6 ++-- internal/service/cloudapi/k8s/models.go | 4 +-- .../service/cloudapi/k8s/node_subresource.go | 4 +-- internal/service/cloudapi/k8s/resource_k8s.go | 10 +++--- .../service/cloudapi/k8s/resource_k8s_wg.go | 10 +++--- internal/service/cloudapi/k8s/utility_k8s.go | 8 ++--- .../service/cloudapi/k8s/utility_k8s_wg.go | 6 ++-- internal/service/cloudapi/kvmvm/api.go | 4 +-- .../cloudapi/kvmvm/data_source_compute.go | 6 ++-- .../kvmvm/data_source_compute_audits.go | 34 +++++++++++++++++- .../kvmvm/data_source_compute_get_audits.go | 34 +++++++++++++++++- .../data_source_compute_get_console_url.go | 34 +++++++++++++++++- .../kvmvm/data_source_compute_get_log.go | 34 +++++++++++++++++- .../kvmvm/data_source_compute_list.go | 34 +++++++++++++++++- .../kvmvm/data_source_compute_pfw_list.go | 34 +++++++++++++++++- .../kvmvm/data_source_compute_user_list.go | 34 +++++++++++++++++- internal/service/cloudapi/kvmvm/flattens.go | 34 +++++++++++++++++- internal/service/cloudapi/kvmvm/models.go | 4 +-- .../cloudapi/kvmvm/network_subresource.go | 6 ++-- .../cloudapi/kvmvm/osusers_subresource.go | 4 +-- .../kvmvm/resource_check_input_values.go | 34 +++++++++++++++++- .../cloudapi/kvmvm/resource_compute.go | 14 ++++---- .../service/cloudapi/kvmvm/utility_compute.go | 6 ++-- .../cloudapi/kvmvm/utility_compute_audits.go | 34 +++++++++++++++++- .../kvmvm/utility_compute_boot_disk.go | 32 +++++++++++++++++ .../kvmvm/utility_compute_get_audits.go | 34 +++++++++++++++++- .../kvmvm/utility_compute_get_console_url.go | 34 +++++++++++++++++- .../cloudapi/kvmvm/utility_compute_get_log.go | 34 +++++++++++++++++- .../cloudapi/kvmvm/utility_compute_list.go | 34 +++++++++++++++++- .../kvmvm/utility_compute_pfw_list.go | 34 +++++++++++++++++- .../kvmvm/utility_compute_user_list.go | 34 +++++++++++++++++- .../kvmvm/utility_data_source_compute.go | 34 +++++++++++++++++- internal/service/cloudapi/lb/api.go | 5 +-- .../service/cloudapi/lb/data_source_lb.go | 7 ++-- .../cloudapi/lb/data_source_lb_list.go | 7 ++-- .../lb/data_source_lb_list_deleted.go | 7 ++-- internal/service/cloudapi/lb/flattens.go | 5 +-- .../cloudapi/lb/lb_data_subresource.go | 5 +-- .../cloudapi/lb/lb_resource_subresource.go | 5 +-- internal/service/cloudapi/lb/lb_schema.go | 5 +-- internal/service/cloudapi/lb/models.go | 5 +-- internal/service/cloudapi/lb/resource_lb.go | 9 ++--- .../cloudapi/lb/resource_lb_backend.go | 9 ++--- .../cloudapi/lb/resource_lb_backend_server.go | 9 ++--- .../cloudapi/lb/resource_lb_frontend.go | 9 ++--- .../cloudapi/lb/resource_lb_frontend_bind.go | 9 ++--- internal/service/cloudapi/lb/utility_lb.go | 7 ++-- .../service/cloudapi/lb/utility_lb_backend.go | 7 ++-- .../cloudapi/lb/utility_lb_backend_server.go | 7 ++-- .../cloudapi/lb/utility_lb_frontend.go | 7 ++-- .../cloudapi/lb/utility_lb_frontend_bind.go | 7 ++-- .../service/cloudapi/lb/utility_lb_list.go | 7 ++-- .../cloudapi/lb/utility_lb_list_deleted.go | 7 ++-- internal/service/cloudapi/locations/api.go | 1 + .../locations/data_source_locations_list.go | 9 ++--- .../locations/data_source_locations_url.go | 7 ++-- internal/service/cloudapi/locations/models.go | 1 + .../locations/utility_location_url.go | 7 ++-- .../locations/utility_locations_list.go | 7 ++-- internal/service/cloudapi/pfw/api.go | 5 +-- internal/service/cloudapi/pfw/models.go | 8 ++--- internal/service/cloudapi/pfw/resource_pfw.go | 9 ++--- internal/service/cloudapi/pfw/utility_pfw.go | 7 ++-- internal/service/cloudapi/rg/api.go | 4 +-- .../service/cloudapi/rg/data_source_rg.go | 6 ++-- .../data_source_rg_affinity_group_computes.go | 34 +++++++++++++++++- .../rg/data_source_rg_affinity_groups_get.go | 34 +++++++++++++++++- .../rg/data_source_rg_affinity_groups_list.go | 34 +++++++++++++++++- .../cloudapi/rg/data_source_rg_audits.go | 34 +++++++++++++++++- .../cloudapi/rg/data_source_rg_list.go | 6 ++-- .../rg/data_source_rg_list_computes.go | 34 +++++++++++++++++- .../rg/data_source_rg_list_deleted.go | 34 +++++++++++++++++- .../cloudapi/rg/data_source_rg_list_lb.go | 34 +++++++++++++++++- .../cloudapi/rg/data_source_rg_list_pfw.go | 34 +++++++++++++++++- .../cloudapi/rg/data_source_rg_list_vins.go | 34 +++++++++++++++++- .../cloudapi/rg/data_source_rg_usage.go | 34 +++++++++++++++++- internal/service/cloudapi/rg/flattens.go | 4 +-- internal/service/cloudapi/rg/models.go | 4 +-- .../service/cloudapi/rg/quota_subresource.go | 4 +-- .../rg/resource_check_input_values.go | 35 ++++++++++++++++-- internal/service/cloudapi/rg/resource_rg.go | 14 ++++---- internal/service/cloudapi/rg/utility_rg.go | 6 ++-- .../rg/utility_rg_affinity_group_computes.go | 34 +++++++++++++++++- .../rg/utility_rg_affinity_groups_get.go | 36 +++++++++++++++++-- .../rg/utility_rg_affinity_groups_list.go | 34 +++++++++++++++++- .../service/cloudapi/rg/utility_rg_audits.go | 34 +++++++++++++++++- .../service/cloudapi/rg/utility_rg_list.go | 6 ++-- .../cloudapi/rg/utility_rg_list_computes.go | 34 +++++++++++++++++- .../cloudapi/rg/utility_rg_list_deleted.go | 34 +++++++++++++++++- .../service/cloudapi/rg/utility_rg_list_lb.go | 34 +++++++++++++++++- .../cloudapi/rg/utility_rg_list_pfw.go | 34 +++++++++++++++++- .../cloudapi/rg/utility_rg_list_vins.go | 34 +++++++++++++++++- .../service/cloudapi/rg/utility_rg_usage.go | 34 +++++++++++++++++- internal/service/cloudapi/snapshot/api.go | 5 +-- .../snapshot/data_source_snapshot_list.go | 7 ++-- internal/service/cloudapi/snapshot/models.go | 5 +-- .../cloudapi/snapshot/resource_snapshot.go | 9 ++--- .../cloudapi/snapshot/utility_snapshot.go | 5 +-- .../snapshot/utility_snapshot_list.go | 7 ++-- internal/service/cloudapi/vins/api.go | 4 +-- .../service/cloudapi/vins/data_source_vins.go | 6 ++-- .../cloudapi/vins/data_source_vins_audits.go | 6 ++-- .../vins/data_source_vins_ext_net_list.go | 6 ++-- .../cloudapi/vins/data_source_vins_ip_list.go | 6 ++-- .../cloudapi/vins/data_source_vins_list.go | 6 ++-- .../vins/data_source_vins_list_deleted.go | 6 ++-- .../vins/data_source_vins_nat_rule_list.go | 6 ++-- internal/service/cloudapi/vins/flattens.go | 4 +-- internal/service/cloudapi/vins/models.go | 4 +-- .../service/cloudapi/vins/resource_vins.go | 12 +++---- .../service/cloudapi/vins/utility_vins.go | 6 ++-- .../cloudapi/vins/utility_vins_audits.go | 6 ++-- .../vins/utility_vins_ext_net_list.go | 6 ++-- .../cloudapi/vins/utility_vins_ip_list.go | 6 ++-- .../cloudapi/vins/utility_vins_list.go | 6 ++-- .../vins/utility_vins_list_deleted.go | 6 ++-- .../vins/utility_vins_nat_rule_list.go | 6 ++-- .../account/account_audit_ds_subresource.go | 4 +-- .../account/account_compute_ds_subresource.go | 4 +-- .../account/account_disk_ds_subresource.go | 4 +-- .../service/cloudbroker/account/account_ds.go | 4 +-- .../account/account_fg_ds_subresource.go | 4 +-- .../account/account_item_ds_subresource.go | 4 +-- .../account/account_rg_ds_subresource.go | 4 +-- .../service/cloudbroker/account/account_rs.go | 4 +-- .../account/account_vins_ds_subresource.go | 4 +-- internal/service/cloudbroker/account/api.go | 4 +-- .../account/data_source_account.go | 8 ++--- .../data_source_account_audits_list.go | 6 ++-- .../data_source_account_computes_list.go | 6 ++-- .../data_source_account_deleted_list.go | 6 ++-- .../account/data_source_account_disks_list.go | 6 ++-- .../data_source_account_flipgroups_list.go | 6 ++-- .../account/data_source_account_list.go | 8 ++--- .../account/data_source_account_rg_list.go | 6 ++-- .../account/data_source_account_vins_list.go | 6 ++-- .../service/cloudbroker/account/models.go | 4 +-- .../cloudbroker/account/resource_account.go | 10 +++--- .../cloudbroker/account/utility_account.go | 6 ++-- .../account/utility_account_audits_list.go | 6 ++-- .../account/utility_account_computes_list.go | 6 ++-- .../account/utility_account_deleted_list.go | 6 ++-- .../account/utility_account_disks_list.go | 6 ++-- .../account/utility_account_flip_groups.go | 6 ++-- .../account/utility_account_list.go | 6 ++-- .../account/utility_account_rg_list.go | 6 ++-- .../account/utility_account_vins_list.go | 6 ++-- internal/service/cloudbroker/disks/api.go | 4 +-- .../cloudbroker/disks/data_source_disk.go | 6 ++-- .../disks/data_source_disk_list.go | 6 ++-- internal/service/cloudbroker/disks/models.go | 4 +-- .../cloudbroker/disks/resource_disk.go | 8 ++--- .../service/cloudbroker/disks/utility_disk.go | 6 ++-- .../cloudbroker/disks/utility_disk_list.go | 6 ++-- internal/service/cloudbroker/grid/api.go | 4 +-- .../cloudbroker/grid/data_source_grid.go | 6 ++-- .../cloudbroker/grid/data_source_grid_list.go | 6 ++-- internal/service/cloudbroker/grid/models.go | 4 +-- .../service/cloudbroker/grid/utility_grid.go | 6 ++-- .../cloudbroker/grid/utility_grid_list.go | 6 ++-- internal/service/cloudbroker/image/api.go | 4 +-- .../cloudbroker/image/data_source_image.go | 8 ++--- .../image/data_source_image_list.go | 6 ++-- .../image/data_source_image_list_stacks.go | 6 ++-- internal/service/cloudbroker/image/models.go | 4 +-- .../cloudbroker/image/resource_cdrom_image.go | 8 ++--- .../image/resource_delete_images.go | 8 ++--- .../cloudbroker/image/resource_image.go | 10 +++--- .../image/resource_virtual_image.go | 8 ++--- .../cloudbroker/image/utility_image.go | 6 ++-- .../cloudbroker/image/utility_image_list.go | 6 ++-- .../image/utility_image_list_stacks.go | 6 ++-- internal/service/cloudbroker/k8s/api.go | 4 +-- internal/service/cloudbroker/k8s/models.go | 4 +-- .../cloudbroker/k8s/node_subresource.go | 4 +-- .../service/cloudbroker/k8s/resource_k8s.go | 8 ++--- .../cloudbroker/k8s/resource_k8s_wg.go | 8 ++--- .../service/cloudbroker/k8s/utility_k8s.go | 6 ++-- .../service/cloudbroker/k8s/utility_k8s_wg.go | 6 ++-- internal/service/cloudbroker/kvmvm/api.go | 4 +-- .../cloudbroker/kvmvm/data_source_compute.go | 6 ++-- internal/service/cloudbroker/kvmvm/models.go | 4 +-- .../cloudbroker/kvmvm/network_subresource.go | 6 ++-- .../cloudbroker/kvmvm/osusers_subresource.go | 4 +-- .../cloudbroker/kvmvm/resource_compute.go | 10 +++--- .../cloudbroker/kvmvm/utility_compute.go | 6 ++-- internal/service/cloudbroker/pcidevice/api.go | 4 +-- .../pcidevice/data_source_pcidevice.go | 8 ++--- .../pcidevice/data_source_pcidevice_list.go | 8 ++--- .../service/cloudbroker/pcidevice/models.go | 4 +-- .../pcidevice/resource_pcidevice.go | 10 +++--- .../pcidevice/utility_pcidevice.go | 4 +-- .../pcidevice/utility_pcidevice_list.go | 6 ++-- internal/service/cloudbroker/pfw/api.go | 4 +-- internal/service/cloudbroker/pfw/models.go | 4 +-- .../service/cloudbroker/pfw/resource_pfw.go | 8 ++--- .../service/cloudbroker/pfw/utility_pfw.go | 6 ++-- internal/service/cloudbroker/rg/api.go | 4 +-- .../service/cloudbroker/rg/data_source_rg.go | 6 ++-- .../cloudbroker/rg/data_source_rg_list.go | 6 ++-- internal/service/cloudbroker/rg/models.go | 4 +-- .../cloudbroker/rg/quota_subresource.go | 4 +-- .../service/cloudbroker/rg/resource_rg.go | 10 +++--- internal/service/cloudbroker/rg/utility_rg.go | 6 ++-- .../service/cloudbroker/rg/utility_rg_list.go | 6 ++-- internal/service/cloudbroker/sep/api.go | 4 +-- .../cloudbroker/sep/data_source_sep.go | 8 ++--- .../cloudbroker/sep/data_source_sep_config.go | 6 ++-- .../sep/data_source_sep_consumption.go | 6 ++-- .../sep/data_source_sep_disk_list.go | 6 ++-- .../cloudbroker/sep/data_source_sep_list.go | 8 ++--- .../cloudbroker/sep/data_source_sep_pool.go | 6 ++-- internal/service/cloudbroker/sep/models.go | 4 +-- .../service/cloudbroker/sep/resource_sep.go | 10 +++--- .../cloudbroker/sep/resource_sep_config.go | 8 ++--- .../service/cloudbroker/sep/utility_sep.go | 6 ++-- .../cloudbroker/sep/utility_sep_config.go | 6 ++-- .../sep/utility_sep_consumption.go | 6 ++-- .../cloudbroker/sep/utility_sep_disk_list.go | 6 ++-- .../cloudbroker/sep/utility_sep_list.go | 6 ++-- .../cloudbroker/sep/utility_sep_pool.go | 6 ++-- internal/service/cloudbroker/snapshot/api.go | 4 +-- .../snapshot/data_source_snapshot_list.go | 6 ++-- .../service/cloudbroker/snapshot/models.go | 4 +-- .../cloudbroker/snapshot/resource_snapshot.go | 8 ++--- .../cloudbroker/snapshot/utility_snapshot.go | 4 +-- .../snapshot/utility_snapshot_list.go | 6 ++-- internal/service/cloudbroker/vgpu/api.go | 4 +-- .../cloudbroker/vgpu/data_source_vgpu.go | 4 +-- internal/service/cloudbroker/vgpu/models.go | 4 +-- .../service/cloudbroker/vgpu/utility_vgpu.go | 6 ++-- internal/service/cloudbroker/vins/api.go | 4 +-- .../cloudbroker/vins/data_source_vins.go | 6 ++-- .../cloudbroker/vins/data_source_vins_list.go | 6 ++-- internal/service/cloudbroker/vins/models.go | 4 +-- .../service/cloudbroker/vins/resource_vins.go | 8 ++--- .../service/cloudbroker/vins/utility_vins.go | 6 ++-- .../cloudbroker/vins/utility_vins_list.go | 6 ++-- internal/status/status.go | 4 +-- internal/techstatus/techstatus.go | 4 +-- 342 files changed, 2294 insertions(+), 945 deletions(-) diff --git a/cmd/decort/main.go b/cmd/decort/main.go index aeb5fa4..faa55d2 100644 --- a/cmd/decort/main.go +++ b/cmd/decort/main.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package main @@ -37,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/plugin" - "github.com/rudecs/terraform-provider-decort/internal/provider" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/provider" ) //go:generate go run github.com/hashicorp/terraform-plugin-docs/cmd/tfplugindocs diff --git a/go.mod b/go.mod index 6d38499..3ae0af5 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/rudecs/terraform-provider-decort +module repos.digitalenergy.online/BASIS/terraform-provider-decort go 1.18 diff --git a/internal/constants/api.go b/internal/constants/api.go index 74f24e8..7ad4369 100644 --- a/internal/constants/api.go +++ b/internal/constants/api.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/controller/controller.go b/internal/controller/controller.go index 84f5344..b1b0985 100644 --- a/internal/controller/controller.go +++ b/internal/controller/controller.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/dc/warnings.go b/internal/dc/warnings.go index 7a96817..e7fbc78 100644 --- a/internal/dc/warnings.go +++ b/internal/dc/warnings.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ //Diagnostics Collector diff --git a/internal/flattens/meta.go b/internal/flattens/meta.go index 85c30c3..09f939d 100644 --- a/internal/flattens/meta.go +++ b/internal/flattens/meta.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/location/api.go b/internal/location/api.go index 169b89b..d8c40a1 100644 --- a/internal/location/api.go +++ b/internal/location/api.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/location/location.go b/internal/location/location.go index 8305d5f..f21e750 100644 --- a/internal/location/location.go +++ b/internal/location/location.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -25,8 +26,8 @@ import ( "fmt" "net/url" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) var DefaultGridID int diff --git a/internal/location/models.go b/internal/location/models.go index b42c9f8..dac3a75 100644 --- a/internal/location/models.go +++ b/internal/location/models.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/provider/cloudapi/data_sources_map.go b/internal/provider/cloudapi/data_sources_map.go index c4d00d4..5afd067 100644 --- a/internal/provider/cloudapi/data_sources_map.go +++ b/internal/provider/cloudapi/data_sources_map.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,18 +22,18 @@ package cloudapi import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/account" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/bservice" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/disks" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/extnet" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/image" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/k8s" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/lb" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/locations" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/rg" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/snapshot" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/vins" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/account" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/bservice" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/disks" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/extnet" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/image" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/k8s" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/lb" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/locations" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/rg" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/snapshot" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/vins" ) func NewDataSourcesMap() map[string]*schema.Resource { diff --git a/internal/provider/cloudapi/resource_map.go b/internal/provider/cloudapi/resource_map.go index 62bbbbf..5327314 100644 --- a/internal/provider/cloudapi/resource_map.go +++ b/internal/provider/cloudapi/resource_map.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,17 +22,17 @@ package cloudapi import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/account" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/bservice" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/disks" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/image" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/k8s" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/lb" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/pfw" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/rg" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/snapshot" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/vins" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/account" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/bservice" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/disks" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/image" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/k8s" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/lb" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/pfw" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/rg" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/snapshot" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/vins" ) func NewRersourcesMap() map[string]*schema.Resource { diff --git a/internal/provider/cloudbroker/data_sources_map.go b/internal/provider/cloudbroker/data_sources_map.go index d8e4293..79cd2db 100644 --- a/internal/provider/cloudbroker/data_sources_map.go +++ b/internal/provider/cloudbroker/data_sources_map.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,14 +22,14 @@ package cloudbroker import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/account" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/disks" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/grid" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/image" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/pcidevice" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/rg" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/sep" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/vgpu" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/account" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/disks" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/grid" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/image" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/pcidevice" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/rg" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/sep" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/vgpu" ) func NewDataSourcesMap() map[string]*schema.Resource { diff --git a/internal/provider/cloudbroker/resources_map.go b/internal/provider/cloudbroker/resources_map.go index 89b1281..e452228 100644 --- a/internal/provider/cloudbroker/resources_map.go +++ b/internal/provider/cloudbroker/resources_map.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,17 +22,17 @@ package cloudbroker import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/account" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/disks" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/image" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/k8s" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/kvmvm" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/pcidevice" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/pfw" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/rg" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/sep" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/snapshot" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudbroker/vins" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/account" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/disks" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/image" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/k8s" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/pcidevice" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/pfw" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/rg" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/sep" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/snapshot" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudbroker/vins" ) func NewRersourcesMap() map[string]*schema.Resource { diff --git a/internal/provider/provider.go b/internal/provider/provider.go index 09c45e0..9281da0 100644 --- a/internal/provider/provider.go +++ b/internal/provider/provider.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -27,9 +28,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" "golang.org/x/net/context" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/location" - "github.com/rudecs/terraform-provider-decort/internal/statefuncs" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/location" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/statefuncs" ) func Provider() *schema.Provider { diff --git a/internal/provider/select_schema.go b/internal/provider/select_schema.go index ce70df9..9bd59a9 100644 --- a/internal/provider/select_schema.go +++ b/internal/provider/select_schema.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -24,8 +25,8 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - ca "github.com/rudecs/terraform-provider-decort/internal/provider/cloudapi" - cb "github.com/rudecs/terraform-provider-decort/internal/provider/cloudbroker" + ca "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/provider/cloudapi" + cb "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/provider/cloudbroker" ) func selectSchema(isDatasource bool) map[string]*schema.Resource { diff --git a/internal/service/cloudapi/account/api.go b/internal/service/cloudapi/account/api.go index b69c616..6b02c87 100644 --- a/internal/service/cloudapi/account/api.go +++ b/internal/service/cloudapi/account/api.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudapi/account/data_source_account.go b/internal/service/cloudapi/account/data_source_account.go index 8471b49..dd850d0 100644 --- a/internal/service/cloudapi/account/data_source_account.go +++ b/internal/service/cloudapi/account/data_source_account.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func dataSourceAccountRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/account/data_source_account_audits_list.go b/internal/service/cloudapi/account/data_source_account_audits_list.go index d904d12..6bdfab3 100644 --- a/internal/service/cloudapi/account/data_source_account_audits_list.go +++ b/internal/service/cloudapi/account/data_source_account_audits_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountAuditsList(aal AccountAuditsList) []map[string]interface{} { diff --git a/internal/service/cloudapi/account/data_source_account_computes_list.go b/internal/service/cloudapi/account/data_source_account_computes_list.go index 39eda42..fc49083 100644 --- a/internal/service/cloudapi/account/data_source_account_computes_list.go +++ b/internal/service/cloudapi/account/data_source_account_computes_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountComputesList(acl AccountComputesList) []map[string]interface{} { diff --git a/internal/service/cloudapi/account/data_source_account_consumed_units.go b/internal/service/cloudapi/account/data_source_account_consumed_units.go index bfcc492..1997e9c 100644 --- a/internal/service/cloudapi/account/data_source_account_consumed_units.go +++ b/internal/service/cloudapi/account/data_source_account_consumed_units.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceAccountConsumedUnitsRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/account/data_source_account_consumed_units_by_type.go b/internal/service/cloudapi/account/data_source_account_consumed_units_by_type.go index 1528efb..dda1150 100644 --- a/internal/service/cloudapi/account/data_source_account_consumed_units_by_type.go +++ b/internal/service/cloudapi/account/data_source_account_consumed_units_by_type.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceAccountConsumedUnitsByTypeRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/account/data_source_account_deleted_list.go b/internal/service/cloudapi/account/data_source_account_deleted_list.go index 04120b4..e8cd6ad 100644 --- a/internal/service/cloudapi/account/data_source_account_deleted_list.go +++ b/internal/service/cloudapi/account/data_source_account_deleted_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceAccountDeletedListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/account/data_source_account_disks_list.go b/internal/service/cloudapi/account/data_source_account_disks_list.go index 6391c1e..3769856 100644 --- a/internal/service/cloudapi/account/data_source_account_disks_list.go +++ b/internal/service/cloudapi/account/data_source_account_disks_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -36,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountDisksList(adl AccountDisksList) []map[string]interface{} { diff --git a/internal/service/cloudapi/account/data_source_account_flipgroups_list.go b/internal/service/cloudapi/account/data_source_account_flipgroups_list.go index 3bcc489..deb388c 100644 --- a/internal/service/cloudapi/account/data_source_account_flipgroups_list.go +++ b/internal/service/cloudapi/account/data_source_account_flipgroups_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountFlipGroupsList(afgl AccountFlipGroupsList) []map[string]interface{} { diff --git a/internal/service/cloudapi/account/data_source_account_list.go b/internal/service/cloudapi/account/data_source_account_list.go index f7cbc85..bc07c22 100644 --- a/internal/service/cloudapi/account/data_source_account_list.go +++ b/internal/service/cloudapi/account/data_source_account_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountList(al AccountCloudApiList) []map[string]interface{} { diff --git a/internal/service/cloudapi/account/data_source_account_reserved_units.go b/internal/service/cloudapi/account/data_source_account_reserved_units.go index 3d345ea..d9d5ec6 100644 --- a/internal/service/cloudapi/account/data_source_account_reserved_units.go +++ b/internal/service/cloudapi/account/data_source_account_reserved_units.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceAccountReservedUnitsRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/account/data_source_account_rg_list.go b/internal/service/cloudapi/account/data_source_account_rg_list.go index 5dfaffa..1365b8d 100644 --- a/internal/service/cloudapi/account/data_source_account_rg_list.go +++ b/internal/service/cloudapi/account/data_source_account_rg_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountRGList(argl AccountRGList) []map[string]interface{} { diff --git a/internal/service/cloudapi/account/data_source_account_templates_list.go b/internal/service/cloudapi/account/data_source_account_templates_list.go index 92a6293..131c180 100644 --- a/internal/service/cloudapi/account/data_source_account_templates_list.go +++ b/internal/service/cloudapi/account/data_source_account_templates_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountTemplatesList(atl AccountTemplatesList) []map[string]interface{} { diff --git a/internal/service/cloudapi/account/data_source_account_vins_list.go b/internal/service/cloudapi/account/data_source_account_vins_list.go index b631e35..00146f0 100644 --- a/internal/service/cloudapi/account/data_source_account_vins_list.go +++ b/internal/service/cloudapi/account/data_source_account_vins_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountVinsList(avl AccountVinsList) []map[string]interface{} { diff --git a/internal/service/cloudapi/account/models.go b/internal/service/cloudapi/account/models.go index 6c5dda9..3e1b249 100644 --- a/internal/service/cloudapi/account/models.go +++ b/internal/service/cloudapi/account/models.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudapi/account/resource_account.go b/internal/service/cloudapi/account/resource_account.go index ae1fb3f..a02ee6e 100644 --- a/internal/service/cloudapi/account/resource_account.go +++ b/internal/service/cloudapi/account/resource_account.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -39,10 +40,10 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/flattens" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func resourceAccountCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/account/utility_account.go b/internal/service/cloudapi/account/utility_account.go index 092162b..7709bb7 100644 --- a/internal/service/cloudapi/account/utility_account.go +++ b/internal/service/cloudapi/account/utility_account.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_audits_list.go b/internal/service/cloudapi/account/utility_account_audits_list.go index c89cedd..ac113ad 100644 --- a/internal/service/cloudapi/account/utility_account_audits_list.go +++ b/internal/service/cloudapi/account/utility_account_audits_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_computes_list.go b/internal/service/cloudapi/account/utility_account_computes_list.go index 9b746da..2c5c9e5 100644 --- a/internal/service/cloudapi/account/utility_account_computes_list.go +++ b/internal/service/cloudapi/account/utility_account_computes_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_consumed_units.go b/internal/service/cloudapi/account/utility_account_consumed_units.go index 5c610fb..ac0cac0 100644 --- a/internal/service/cloudapi/account/utility_account_consumed_units.go +++ b/internal/service/cloudapi/account/utility_account_consumed_units.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_consumed_units_by_type.go b/internal/service/cloudapi/account/utility_account_consumed_units_by_type.go index 1dc9d6b..c8a17f6 100644 --- a/internal/service/cloudapi/account/utility_account_consumed_units_by_type.go +++ b/internal/service/cloudapi/account/utility_account_consumed_units_by_type.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "strconv" "strings" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_deleted_list.go b/internal/service/cloudapi/account/utility_account_deleted_list.go index f9a8b50..7ea679a 100644 --- a/internal/service/cloudapi/account/utility_account_deleted_list.go +++ b/internal/service/cloudapi/account/utility_account_deleted_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_disks_list.go b/internal/service/cloudapi/account/utility_account_disks_list.go index 7cea8a2..b836668 100644 --- a/internal/service/cloudapi/account/utility_account_disks_list.go +++ b/internal/service/cloudapi/account/utility_account_disks_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_flip_groups.go b/internal/service/cloudapi/account/utility_account_flip_groups.go index 1585f6b..b4f7083 100644 --- a/internal/service/cloudapi/account/utility_account_flip_groups.go +++ b/internal/service/cloudapi/account/utility_account_flip_groups.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_list.go b/internal/service/cloudapi/account/utility_account_list.go index 2eb7d36..bba5818 100644 --- a/internal/service/cloudapi/account/utility_account_list.go +++ b/internal/service/cloudapi/account/utility_account_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_reserved_units.go b/internal/service/cloudapi/account/utility_account_reserved_units.go index 5474a12..8bfecfc 100644 --- a/internal/service/cloudapi/account/utility_account_reserved_units.go +++ b/internal/service/cloudapi/account/utility_account_reserved_units.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_rg_list.go b/internal/service/cloudapi/account/utility_account_rg_list.go index 41c1a76..839fdf4 100644 --- a/internal/service/cloudapi/account/utility_account_rg_list.go +++ b/internal/service/cloudapi/account/utility_account_rg_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_templates_list.go b/internal/service/cloudapi/account/utility_account_templates_list.go index 47c13db..4da1e9a 100644 --- a/internal/service/cloudapi/account/utility_account_templates_list.go +++ b/internal/service/cloudapi/account/utility_account_templates_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/account/utility_account_vins_list.go b/internal/service/cloudapi/account/utility_account_vins_list.go index db2e931..814fe77 100644 --- a/internal/service/cloudapi/account/utility_account_vins_list.go +++ b/internal/service/cloudapi/account/utility_account_vins_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/bservice/api.go b/internal/service/cloudapi/bservice/api.go index 8878915..824e76a 100644 --- a/internal/service/cloudapi/bservice/api.go +++ b/internal/service/cloudapi/bservice/api.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice diff --git a/internal/service/cloudapi/bservice/data_source_bservice.go b/internal/service/cloudapi/bservice/data_source_bservice.go index 513e0b9..0658f3f 100644 --- a/internal/service/cloudapi/bservice/data_source_bservice.go +++ b/internal/service/cloudapi/bservice/data_source_bservice.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceBasicServiceRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/bservice/data_source_bservice_deleted_list.go b/internal/service/cloudapi/bservice/data_source_bservice_deleted_list.go index 9be56bf..5d9b63c 100644 --- a/internal/service/cloudapi/bservice/data_source_bservice_deleted_list.go +++ b/internal/service/cloudapi/bservice/data_source_bservice_deleted_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceBasicServiceDeletedListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/bservice/data_source_bservice_group.go b/internal/service/cloudapi/bservice/data_source_bservice_group.go index eaac251..d526b19 100644 --- a/internal/service/cloudapi/bservice/data_source_bservice_group.go +++ b/internal/service/cloudapi/bservice/data_source_bservice_group.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceBasicServiceGroupRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/bservice/data_source_bservice_list.go b/internal/service/cloudapi/bservice/data_source_bservice_list.go index 0a367a7..936641a 100644 --- a/internal/service/cloudapi/bservice/data_source_bservice_list.go +++ b/internal/service/cloudapi/bservice/data_source_bservice_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenBasicServiceList(bsl BasicServiceList) []map[string]interface{} { diff --git a/internal/service/cloudapi/bservice/data_source_bservice_snapshot_list.go b/internal/service/cloudapi/bservice/data_source_bservice_snapshot_list.go index ab601e2..5f9ef78 100644 --- a/internal/service/cloudapi/bservice/data_source_bservice_snapshot_list.go +++ b/internal/service/cloudapi/bservice/data_source_bservice_snapshot_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceBasicServiceSnapshotListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/bservice/models.go b/internal/service/cloudapi/bservice/models.go index 75c5bbf..9e2734d 100644 --- a/internal/service/cloudapi/bservice/models.go +++ b/internal/service/cloudapi/bservice/models.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice diff --git a/internal/service/cloudapi/bservice/resource_bservice.go b/internal/service/cloudapi/bservice/resource_bservice.go index f01fdd5..78d40d4 100644 --- a/internal/service/cloudapi/bservice/resource_bservice.go +++ b/internal/service/cloudapi/bservice/resource_bservice.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -38,9 +39,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourceBasicServiceCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/bservice/resource_bservice_group.go b/internal/service/cloudapi/bservice/resource_bservice_group.go index 584645f..001e708 100644 --- a/internal/service/cloudapi/bservice/resource_bservice_group.go +++ b/internal/service/cloudapi/bservice/resource_bservice_group.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -40,9 +41,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourceBasicServiceGroupCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/bservice/utility_bservicce_deleted_list.go b/internal/service/cloudapi/bservice/utility_bservicce_deleted_list.go index 114bda1..9fa13b5 100644 --- a/internal/service/cloudapi/bservice/utility_bservicce_deleted_list.go +++ b/internal/service/cloudapi/bservice/utility_bservicce_deleted_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/bservice/utility_bservice.go b/internal/service/cloudapi/bservice/utility_bservice.go index d2fc168..7adf743 100644 --- a/internal/service/cloudapi/bservice/utility_bservice.go +++ b/internal/service/cloudapi/bservice/utility_bservice.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/bservice/utility_bservice_group.go b/internal/service/cloudapi/bservice/utility_bservice_group.go index 613258c..f97090c 100644 --- a/internal/service/cloudapi/bservice/utility_bservice_group.go +++ b/internal/service/cloudapi/bservice/utility_bservice_group.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/bservice/utility_bservice_list.go b/internal/service/cloudapi/bservice/utility_bservice_list.go index f828fa3..2a1198a 100644 --- a/internal/service/cloudapi/bservice/utility_bservice_list.go +++ b/internal/service/cloudapi/bservice/utility_bservice_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/bservice/utility_bservice_snapshot_list.go b/internal/service/cloudapi/bservice/utility_bservice_snapshot_list.go index 4b7c983..a00c2e9 100644 --- a/internal/service/cloudapi/bservice/utility_bservice_snapshot_list.go +++ b/internal/service/cloudapi/bservice/utility_bservice_snapshot_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package bservice @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/disks/api.go b/internal/service/cloudapi/disks/api.go index bab646e..fe0c1f7 100644 --- a/internal/service/cloudapi/disks/api.go +++ b/internal/service/cloudapi/disks/api.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks diff --git a/internal/service/cloudapi/disks/data_source_disk.go b/internal/service/cloudapi/disks/data_source_disk.go index cfd9c00..27bb2fb 100644 --- a/internal/service/cloudapi/disks/data_source_disk.go +++ b/internal/service/cloudapi/disks/data_source_disk.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -39,7 +39,7 @@ import ( // "net/url" "github.com/google/uuid" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/disks/data_source_disk_list.go b/internal/service/cloudapi/disks/data_source_disk_list.go index c211589..0e741f6 100644 --- a/internal/service/cloudapi/disks/data_source_disk_list.go +++ b/internal/service/cloudapi/disks/data_source_disk_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -39,7 +39,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenDiskComputes(computes map[string]string) []map[string]interface{} { diff --git a/internal/service/cloudapi/disks/data_source_disk_list_types.go b/internal/service/cloudapi/disks/data_source_disk_list_types.go index b796961..e7edbbb 100644 --- a/internal/service/cloudapi/disks/data_source_disk_list_types.go +++ b/internal/service/cloudapi/disks/data_source_disk_list_types.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceDiskListTypesRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/disks/data_source_disk_list_types_detailed.go b/internal/service/cloudapi/disks/data_source_disk_list_types_detailed.go index debd776..3522ab2 100644 --- a/internal/service/cloudapi/disks/data_source_disk_list_types_detailed.go +++ b/internal/service/cloudapi/disks/data_source_disk_list_types_detailed.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenDiskListTypesDetailed(tld TypesDetailedList) []map[string]interface{} { diff --git a/internal/service/cloudapi/disks/data_source_disk_list_unattached.go b/internal/service/cloudapi/disks/data_source_disk_list_unattached.go index 574c8af..e0856d9 100644 --- a/internal/service/cloudapi/disks/data_source_disk_list_unattached.go +++ b/internal/service/cloudapi/disks/data_source_disk_list_unattached.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -41,9 +41,9 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/disks/data_source_disk_snapshot.go b/internal/service/cloudapi/disks/data_source_disk_snapshot.go index f95c099..2bc9aff 100644 --- a/internal/service/cloudapi/disks/data_source_disk_snapshot.go +++ b/internal/service/cloudapi/disks/data_source_disk_snapshot.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceDiskSnapshotRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/disks/data_source_disk_snapshot_list.go b/internal/service/cloudapi/disks/data_source_disk_snapshot_list.go index 9d555e7..434aa65 100644 --- a/internal/service/cloudapi/disks/data_source_disk_snapshot_list.go +++ b/internal/service/cloudapi/disks/data_source_disk_snapshot_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceDiskSnapshotListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/disks/data_source_list_deleted.go b/internal/service/cloudapi/disks/data_source_list_deleted.go index 0599310..0e27d25 100644 --- a/internal/service/cloudapi/disks/data_source_list_deleted.go +++ b/internal/service/cloudapi/disks/data_source_list_deleted.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceDiskListDeletedRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/disks/models.go b/internal/service/cloudapi/disks/models.go index 8c39cd2..b4d5ec7 100644 --- a/internal/service/cloudapi/disks/models.go +++ b/internal/service/cloudapi/disks/models.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks diff --git a/internal/service/cloudapi/disks/resource_disk.go b/internal/service/cloudapi/disks/resource_disk.go index 7599dab..d4f0967 100644 --- a/internal/service/cloudapi/disks/resource_disk.go +++ b/internal/service/cloudapi/disks/resource_disk.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -40,10 +40,10 @@ import ( "strconv" "strings" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/dc" - "github.com/rudecs/terraform-provider-decort/internal/status" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/dc" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/status" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudapi/disks/resource_disk_snapshot.go b/internal/service/cloudapi/disks/resource_disk_snapshot.go index 891d65b..2175c57 100644 --- a/internal/service/cloudapi/disks/resource_disk_snapshot.go +++ b/internal/service/cloudapi/disks/resource_disk_snapshot.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -39,8 +39,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/disks/utility_disk.go b/internal/service/cloudapi/disks/utility_disk.go index 0851490..43c0842 100644 --- a/internal/service/cloudapi/disks/utility_disk.go +++ b/internal/service/cloudapi/disks/utility_disk.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/disks/utility_disk_list.go b/internal/service/cloudapi/disks/utility_disk_list.go index 65d8d7e..f9ca3d0 100644 --- a/internal/service/cloudapi/disks/utility_disk_list.go +++ b/internal/service/cloudapi/disks/utility_disk_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -39,7 +39,7 @@ import ( "strconv" "strings" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/disks/utility_disk_types_detailed_list.go b/internal/service/cloudapi/disks/utility_disk_types_detailed_list.go index ea9f205..a7d6612 100644 --- a/internal/service/cloudapi/disks/utility_disk_types_detailed_list.go +++ b/internal/service/cloudapi/disks/utility_disk_types_detailed_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "net/url" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/disks/utility_disk_types_list.go b/internal/service/cloudapi/disks/utility_disk_types_list.go index 485bfad..159f4b5 100644 --- a/internal/service/cloudapi/disks/utility_disk_types_list.go +++ b/internal/service/cloudapi/disks/utility_disk_types_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "net/url" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/extnet/api.go b/internal/service/cloudapi/extnet/api.go index d0421b6..335cd89 100644 --- a/internal/service/cloudapi/extnet/api.go +++ b/internal/service/cloudapi/extnet/api.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet diff --git a/internal/service/cloudapi/extnet/data_source_extnet.go b/internal/service/cloudapi/extnet/data_source_extnet.go index 02de7cf..7b29b27 100644 --- a/internal/service/cloudapi/extnet/data_source_extnet.go +++ b/internal/service/cloudapi/extnet/data_source_extnet.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet @@ -37,8 +38,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func dataSourceExtnetRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/extnet/data_source_extnet_computes_list.go b/internal/service/cloudapi/extnet/data_source_extnet_computes_list.go index 2ab06e4..04592df 100644 --- a/internal/service/cloudapi/extnet/data_source_extnet_computes_list.go +++ b/internal/service/cloudapi/extnet/data_source_extnet_computes_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenExtnetsComputes(ecs ExtnetExtendList) []map[string]interface{} { diff --git a/internal/service/cloudapi/extnet/data_source_extnet_default.go b/internal/service/cloudapi/extnet/data_source_extnet_default.go index 765f998..7d0cc70 100644 --- a/internal/service/cloudapi/extnet/data_source_extnet_default.go +++ b/internal/service/cloudapi/extnet/data_source_extnet_default.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet @@ -38,7 +39,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceExtnetDefaultRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/extnet/data_source_extnet_list.go b/internal/service/cloudapi/extnet/data_source_extnet_list.go index 1984b13..ebab0f3 100644 --- a/internal/service/cloudapi/extnet/data_source_extnet_list.go +++ b/internal/service/cloudapi/extnet/data_source_extnet_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenExtnetList(el ExtnetList) []map[string]interface{} { diff --git a/internal/service/cloudapi/extnet/models.go b/internal/service/cloudapi/extnet/models.go index 207e06b..9958af0 100644 --- a/internal/service/cloudapi/extnet/models.go +++ b/internal/service/cloudapi/extnet/models.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet diff --git a/internal/service/cloudapi/extnet/utility_extnet.go b/internal/service/cloudapi/extnet/utility_extnet.go index b3c05d4..54334ce 100644 --- a/internal/service/cloudapi/extnet/utility_extnet.go +++ b/internal/service/cloudapi/extnet/utility_extnet.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/extnet/utility_extnet_computes_list.go b/internal/service/cloudapi/extnet/utility_extnet_computes_list.go index 68f3d83..a91fed7 100644 --- a/internal/service/cloudapi/extnet/utility_extnet_computes_list.go +++ b/internal/service/cloudapi/extnet/utility_extnet_computes_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/extnet/utility_extnet_default.go b/internal/service/cloudapi/extnet/utility_extnet_default.go index f94eda2..6dd1481 100644 --- a/internal/service/cloudapi/extnet/utility_extnet_default.go +++ b/internal/service/cloudapi/extnet/utility_extnet_default.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet @@ -35,8 +36,8 @@ import ( "context" "net/url" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityExtnetDefaultCheckPresence(ctx context.Context, m interface{}) (string, error) { diff --git a/internal/service/cloudapi/extnet/utility_extnet_list.go b/internal/service/cloudapi/extnet/utility_extnet_list.go index 91b2d5a..42a16bd 100644 --- a/internal/service/cloudapi/extnet/utility_extnet_list.go +++ b/internal/service/cloudapi/extnet/utility_extnet_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package extnet @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/image/api.go b/internal/service/cloudapi/image/api.go index c9b946a..337486c 100644 --- a/internal/service/cloudapi/image/api.go +++ b/internal/service/cloudapi/image/api.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image diff --git a/internal/service/cloudapi/image/data_source_image.go b/internal/service/cloudapi/image/data_source_image.go index 65186b3..4cabe1b 100644 --- a/internal/service/cloudapi/image/data_source_image.go +++ b/internal/service/cloudapi/image/data_source_image.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenHistory(history []History) []map[string]interface{} { diff --git a/internal/service/cloudapi/image/data_source_image_list.go b/internal/service/cloudapi/image/data_source_image_list.go index 4271ac0..3b01484 100644 --- a/internal/service/cloudapi/image/data_source_image_list.go +++ b/internal/service/cloudapi/image/data_source_image_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenImageList(il ImageList) []map[string]interface{} { diff --git a/internal/service/cloudapi/image/image_ds_subresource.go b/internal/service/cloudapi/image/image_ds_subresource.go index d49fc72..526413c 100644 --- a/internal/service/cloudapi/image/image_ds_subresource.go +++ b/internal/service/cloudapi/image/image_ds_subresource.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image diff --git a/internal/service/cloudapi/image/image_item_subresource.go b/internal/service/cloudapi/image/image_item_subresource.go index ddf497a..578cd2d 100644 --- a/internal/service/cloudapi/image/image_item_subresource.go +++ b/internal/service/cloudapi/image/image_item_subresource.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image diff --git a/internal/service/cloudapi/image/image_rs_subresource.go b/internal/service/cloudapi/image/image_rs_subresource.go index 3be7bb0..4383271 100644 --- a/internal/service/cloudapi/image/image_rs_subresource.go +++ b/internal/service/cloudapi/image/image_rs_subresource.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image diff --git a/internal/service/cloudapi/image/image_virtual_rs_subresource.go b/internal/service/cloudapi/image/image_virtual_rs_subresource.go index 392f0e5..555fa22 100644 --- a/internal/service/cloudapi/image/image_virtual_rs_subresource.go +++ b/internal/service/cloudapi/image/image_virtual_rs_subresource.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image diff --git a/internal/service/cloudapi/image/models.go b/internal/service/cloudapi/image/models.go index aa53b71..9efd006 100644 --- a/internal/service/cloudapi/image/models.go +++ b/internal/service/cloudapi/image/models.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image diff --git a/internal/service/cloudapi/image/resource_image.go b/internal/service/cloudapi/image/resource_image.go index 5e7aebb..16af72c 100644 --- a/internal/service/cloudapi/image/resource_image.go +++ b/internal/service/cloudapi/image/resource_image.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -40,8 +40,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/image/resource_image_virtual.go b/internal/service/cloudapi/image/resource_image_virtual.go index d65f3fd..220e751 100644 --- a/internal/service/cloudapi/image/resource_image_virtual.go +++ b/internal/service/cloudapi/image/resource_image_virtual.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -39,8 +39,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/image/utility_image.go b/internal/service/cloudapi/image/utility_image.go index f9526a7..4875b02 100644 --- a/internal/service/cloudapi/image/utility_image.go +++ b/internal/service/cloudapi/image/utility_image.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -41,7 +41,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityImageCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*ImageExtend, error) { diff --git a/internal/service/cloudapi/image/utility_image_list.go b/internal/service/cloudapi/image/utility_image_list.go index 37facd6..da46ff4 100644 --- a/internal/service/cloudapi/image/utility_image_list.go +++ b/internal/service/cloudapi/image/utility_image_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/k8s/api.go b/internal/service/cloudapi/k8s/api.go index 38a7e17..1013956 100644 --- a/internal/service/cloudapi/k8s/api.go +++ b/internal/service/cloudapi/k8s/api.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s diff --git a/internal/service/cloudapi/k8s/data_source_k8s.go b/internal/service/cloudapi/k8s/data_source_k8s.go index 2a0c4fe..0cbe38b 100644 --- a/internal/service/cloudapi/k8s/data_source_k8s.go +++ b/internal/service/cloudapi/k8s/data_source_k8s.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -40,11 +40,11 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" ) func dataSourceK8sRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/k8s/data_source_k8s_list.go b/internal/service/cloudapi/k8s/data_source_k8s_list.go index bf95f2c..60f21f6 100644 --- a/internal/service/cloudapi/k8s/data_source_k8s_list.go +++ b/internal/service/cloudapi/k8s/data_source_k8s_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceK8sListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/k8s/data_source_k8s_list_deleted.go b/internal/service/cloudapi/k8s/data_source_k8s_list_deleted.go index ce00079..4812074 100644 --- a/internal/service/cloudapi/k8s/data_source_k8s_list_deleted.go +++ b/internal/service/cloudapi/k8s/data_source_k8s_list_deleted.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceK8sListDeletedRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/k8s/data_source_k8s_wg.go b/internal/service/cloudapi/k8s/data_source_k8s_wg.go index 5d34a2a..4fb5a00 100644 --- a/internal/service/cloudapi/k8s/data_source_k8s_wg.go +++ b/internal/service/cloudapi/k8s/data_source_k8s_wg.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -38,8 +38,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/k8s/data_source_k8s_wg_list.go b/internal/service/cloudapi/k8s/data_source_k8s_wg_list.go index 43b8df3..2c13737 100644 --- a/internal/service/cloudapi/k8s/data_source_k8s_wg_list.go +++ b/internal/service/cloudapi/k8s/data_source_k8s_wg_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -40,9 +40,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" ) func utilityK8sWgListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (K8SGroupList, error) { diff --git a/internal/service/cloudapi/k8s/flattens.go b/internal/service/cloudapi/k8s/flattens.go index 73a601d..3e1a136 100644 --- a/internal/service/cloudapi/k8s/flattens.go +++ b/internal/service/cloudapi/k8s/flattens.go @@ -22,19 +22,19 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s import ( "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" ) func flattenAclList(aclList ACLList) []map[string]interface{} { diff --git a/internal/service/cloudapi/k8s/models.go b/internal/service/cloudapi/k8s/models.go index 057faa3..d2acebd 100644 --- a/internal/service/cloudapi/k8s/models.go +++ b/internal/service/cloudapi/k8s/models.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s diff --git a/internal/service/cloudapi/k8s/node_subresource.go b/internal/service/cloudapi/k8s/node_subresource.go index 01a8e32..8f380ff 100644 --- a/internal/service/cloudapi/k8s/node_subresource.go +++ b/internal/service/cloudapi/k8s/node_subresource.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s diff --git a/internal/service/cloudapi/k8s/resource_k8s.go b/internal/service/cloudapi/k8s/resource_k8s.go index c8107f9..c40340d 100644 --- a/internal/service/cloudapi/k8s/resource_k8s.go +++ b/internal/service/cloudapi/k8s/resource_k8s.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -43,9 +43,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/k8s/resource_k8s_wg.go b/internal/service/cloudapi/k8s/resource_k8s_wg.go index 4e4476e..3ca7042 100644 --- a/internal/service/cloudapi/k8s/resource_k8s_wg.go +++ b/internal/service/cloudapi/k8s/resource_k8s_wg.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -40,9 +40,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/k8s/utility_k8s.go b/internal/service/cloudapi/k8s/utility_k8s.go index d0253ef..5f6c603 100644 --- a/internal/service/cloudapi/k8s/utility_k8s.go +++ b/internal/service/cloudapi/k8s/utility_k8s.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -40,8 +40,8 @@ import ( "strings" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/service/cloudapi/kvmvm" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/service/cloudapi/kvmvm" ) func utilityK8sCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*K8SRecord, error) { diff --git a/internal/service/cloudapi/k8s/utility_k8s_wg.go b/internal/service/cloudapi/k8s/utility_k8s_wg.go index 53d6e96..4278242 100644 --- a/internal/service/cloudapi/k8s/utility_k8s_wg.go +++ b/internal/service/cloudapi/k8s/utility_k8s_wg.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -40,7 +40,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityK8sWgCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*K8SGroup, error) { diff --git a/internal/service/cloudapi/kvmvm/api.go b/internal/service/cloudapi/kvmvm/api.go index 238a17c..f88ae13 100644 --- a/internal/service/cloudapi/kvmvm/api.go +++ b/internal/service/cloudapi/kvmvm/api.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm diff --git a/internal/service/cloudapi/kvmvm/data_source_compute.go b/internal/service/cloudapi/kvmvm/data_source_compute.go index 8a18c1a..e91bc9d 100644 --- a/internal/service/cloudapi/kvmvm/data_source_compute.go +++ b/internal/service/cloudapi/kvmvm/data_source_compute.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm @@ -36,7 +36,7 @@ import ( "context" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/kvmvm/data_source_compute_audits.go b/internal/service/cloudapi/kvmvm/data_source_compute_audits.go index 2c1378b..42f9f5d 100644 --- a/internal/service/cloudapi/kvmvm/data_source_compute_audits.go +++ b/internal/service/cloudapi/kvmvm/data_source_compute_audits.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceComputeAuditsRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/kvmvm/data_source_compute_get_audits.go b/internal/service/cloudapi/kvmvm/data_source_compute_get_audits.go index ac8b691..53a4a51 100644 --- a/internal/service/cloudapi/kvmvm/data_source_compute_get_audits.go +++ b/internal/service/cloudapi/kvmvm/data_source_compute_get_audits.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceComputeGetAuditsRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/kvmvm/data_source_compute_get_console_url.go b/internal/service/cloudapi/kvmvm/data_source_compute_get_console_url.go index e464ff3..b439006 100644 --- a/internal/service/cloudapi/kvmvm/data_source_compute_get_console_url.go +++ b/internal/service/cloudapi/kvmvm/data_source_compute_get_console_url.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -7,7 +39,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceComputeGetConsoleUrlRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/kvmvm/data_source_compute_get_log.go b/internal/service/cloudapi/kvmvm/data_source_compute_get_log.go index b40bfb9..fc7ff51 100644 --- a/internal/service/cloudapi/kvmvm/data_source_compute_get_log.go +++ b/internal/service/cloudapi/kvmvm/data_source_compute_get_log.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceComputeGetLogRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/kvmvm/data_source_compute_list.go b/internal/service/cloudapi/kvmvm/data_source_compute_list.go index 369bc6a..ce3cff7 100644 --- a/internal/service/cloudapi/kvmvm/data_source_compute_list.go +++ b/internal/service/cloudapi/kvmvm/data_source_compute_list.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceComputeListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/kvmvm/data_source_compute_pfw_list.go b/internal/service/cloudapi/kvmvm/data_source_compute_pfw_list.go index 78664d4..4c286b1 100644 --- a/internal/service/cloudapi/kvmvm/data_source_compute_pfw_list.go +++ b/internal/service/cloudapi/kvmvm/data_source_compute_pfw_list.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceComputePfwListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/kvmvm/data_source_compute_user_list.go b/internal/service/cloudapi/kvmvm/data_source_compute_user_list.go index 7575b45..b12d2d2 100644 --- a/internal/service/cloudapi/kvmvm/data_source_compute_user_list.go +++ b/internal/service/cloudapi/kvmvm/data_source_compute_user_list.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceComputeUserListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/kvmvm/flattens.go b/internal/service/cloudapi/kvmvm/flattens.go index f97bfc5..321f171 100644 --- a/internal/service/cloudapi/kvmvm/flattens.go +++ b/internal/service/cloudapi/kvmvm/flattens.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,8 +38,8 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/status" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/status" ) func flattenDisks(disks []InfoDisk) []map[string]interface{} { diff --git a/internal/service/cloudapi/kvmvm/models.go b/internal/service/cloudapi/kvmvm/models.go index 0b59894..dbf4296 100644 --- a/internal/service/cloudapi/kvmvm/models.go +++ b/internal/service/cloudapi/kvmvm/models.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm diff --git a/internal/service/cloudapi/kvmvm/network_subresource.go b/internal/service/cloudapi/kvmvm/network_subresource.go index d851f6c..8b7d466 100644 --- a/internal/service/cloudapi/kvmvm/network_subresource.go +++ b/internal/service/cloudapi/kvmvm/network_subresource.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm @@ -36,7 +36,7 @@ import ( "bytes" "hash/fnv" - "github.com/rudecs/terraform-provider-decort/internal/statefuncs" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/statefuncs" log "github.com/sirupsen/logrus" "sort" diff --git a/internal/service/cloudapi/kvmvm/osusers_subresource.go b/internal/service/cloudapi/kvmvm/osusers_subresource.go index 1c35fbd..82e0bef 100644 --- a/internal/service/cloudapi/kvmvm/osusers_subresource.go +++ b/internal/service/cloudapi/kvmvm/osusers_subresource.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm diff --git a/internal/service/cloudapi/kvmvm/resource_check_input_values.go b/internal/service/cloudapi/kvmvm/resource_check_input_values.go index fe2e313..017d697 100644 --- a/internal/service/cloudapi/kvmvm/resource_check_input_values.go +++ b/internal/service/cloudapi/kvmvm/resource_check_input_values.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,8 +38,8 @@ import ( "net/url" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func existRgID(ctx context.Context, d *schema.ResourceData, m interface{}) bool { diff --git a/internal/service/cloudapi/kvmvm/resource_compute.go b/internal/service/cloudapi/kvmvm/resource_compute.go index 3ff0341..dd50c21 100644 --- a/internal/service/cloudapi/kvmvm/resource_compute.go +++ b/internal/service/cloudapi/kvmvm/resource_compute.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm @@ -38,11 +38,11 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/dc" - "github.com/rudecs/terraform-provider-decort/internal/statefuncs" - "github.com/rudecs/terraform-provider-decort/internal/status" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/dc" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/statefuncs" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/status" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudapi/kvmvm/utility_compute.go b/internal/service/cloudapi/kvmvm/utility_compute.go index 9d7837e..4defaec 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute.go +++ b/internal/service/cloudapi/kvmvm/utility_compute.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm @@ -38,7 +38,7 @@ import ( "fmt" "net/url" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/kvmvm/utility_compute_audits.go b/internal/service/cloudapi/kvmvm/utility_compute_audits.go index 5d38e23..3b96aa3 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute_audits.go +++ b/internal/service/cloudapi/kvmvm/utility_compute_audits.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityComputeAuditsCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListAudits, error) { diff --git a/internal/service/cloudapi/kvmvm/utility_compute_boot_disk.go b/internal/service/cloudapi/kvmvm/utility_compute_boot_disk.go index d43110e..2a439be 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute_boot_disk.go +++ b/internal/service/cloudapi/kvmvm/utility_compute_boot_disk.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( diff --git a/internal/service/cloudapi/kvmvm/utility_compute_get_audits.go b/internal/service/cloudapi/kvmvm/utility_compute_get_audits.go index 5f2a109..d359614 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute_get_audits.go +++ b/internal/service/cloudapi/kvmvm/utility_compute_get_audits.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityComputeGetAuditsCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListShortAudits, error) { diff --git a/internal/service/cloudapi/kvmvm/utility_compute_get_console_url.go b/internal/service/cloudapi/kvmvm/utility_compute_get_console_url.go index 7691b88..82418d2 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute_get_console_url.go +++ b/internal/service/cloudapi/kvmvm/utility_compute_get_console_url.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,7 +38,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityComputeGetConsoleUrlCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (string, error) { diff --git a/internal/service/cloudapi/kvmvm/utility_compute_get_log.go b/internal/service/cloudapi/kvmvm/utility_compute_get_log.go index c282b3b..42e4262 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute_get_log.go +++ b/internal/service/cloudapi/kvmvm/utility_compute_get_log.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -6,7 +38,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityComputeGetLogCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (string, error) { diff --git a/internal/service/cloudapi/kvmvm/utility_compute_list.go b/internal/service/cloudapi/kvmvm/utility_compute_list.go index 9641077..0b64732 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute_list.go +++ b/internal/service/cloudapi/kvmvm/utility_compute_list.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityDataComputeListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListComputes, error) { diff --git a/internal/service/cloudapi/kvmvm/utility_compute_pfw_list.go b/internal/service/cloudapi/kvmvm/utility_compute_pfw_list.go index ff8f617..fbc4343 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute_pfw_list.go +++ b/internal/service/cloudapi/kvmvm/utility_compute_pfw_list.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityComputePfwListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListPFWs, error) { diff --git a/internal/service/cloudapi/kvmvm/utility_compute_user_list.go b/internal/service/cloudapi/kvmvm/utility_compute_user_list.go index 594783f..f779409 100644 --- a/internal/service/cloudapi/kvmvm/utility_compute_user_list.go +++ b/internal/service/cloudapi/kvmvm/utility_compute_user_list.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityComputeUserListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (RecordACL, error) { diff --git a/internal/service/cloudapi/kvmvm/utility_data_source_compute.go b/internal/service/cloudapi/kvmvm/utility_data_source_compute.go index ce743f0..51a9d5a 100644 --- a/internal/service/cloudapi/kvmvm/utility_data_source_compute.go +++ b/internal/service/cloudapi/kvmvm/utility_data_source_compute.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package kvmvm import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityDataComputeCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (RecordCompute, error) { diff --git a/internal/service/cloudapi/lb/api.go b/internal/service/cloudapi/lb/api.go index 1c5e3d4..aa44ccb 100644 --- a/internal/service/cloudapi/lb/api.go +++ b/internal/service/cloudapi/lb/api.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb diff --git a/internal/service/cloudapi/lb/data_source_lb.go b/internal/service/cloudapi/lb/data_source_lb.go index 31c1bfe..fe9e6ce 100644 --- a/internal/service/cloudapi/lb/data_source_lb.go +++ b/internal/service/cloudapi/lb/data_source_lb.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -37,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenLB(d *schema.ResourceData, lb *LoadBalancer) { diff --git a/internal/service/cloudapi/lb/data_source_lb_list.go b/internal/service/cloudapi/lb/data_source_lb_list.go index 19ed768..483f6de 100644 --- a/internal/service/cloudapi/lb/data_source_lb_list.go +++ b/internal/service/cloudapi/lb/data_source_lb_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenLBList(lbl LBList) []map[string]interface{} { diff --git a/internal/service/cloudapi/lb/data_source_lb_list_deleted.go b/internal/service/cloudapi/lb/data_source_lb_list_deleted.go index b6cc24f..2aac99c 100644 --- a/internal/service/cloudapi/lb/data_source_lb_list_deleted.go +++ b/internal/service/cloudapi/lb/data_source_lb_list_deleted.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceLBListDeletedRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/lb/flattens.go b/internal/service/cloudapi/lb/flattens.go index 9e9b785..f353df3 100644 --- a/internal/service/cloudapi/lb/flattens.go +++ b/internal/service/cloudapi/lb/flattens.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb diff --git a/internal/service/cloudapi/lb/lb_data_subresource.go b/internal/service/cloudapi/lb/lb_data_subresource.go index 8f99c8f..fbd95ce 100644 --- a/internal/service/cloudapi/lb/lb_data_subresource.go +++ b/internal/service/cloudapi/lb/lb_data_subresource.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb diff --git a/internal/service/cloudapi/lb/lb_resource_subresource.go b/internal/service/cloudapi/lb/lb_resource_subresource.go index a53f6da..8fb603b 100644 --- a/internal/service/cloudapi/lb/lb_resource_subresource.go +++ b/internal/service/cloudapi/lb/lb_resource_subresource.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb diff --git a/internal/service/cloudapi/lb/lb_schema.go b/internal/service/cloudapi/lb/lb_schema.go index 8f908aa..7569d8c 100644 --- a/internal/service/cloudapi/lb/lb_schema.go +++ b/internal/service/cloudapi/lb/lb_schema.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb diff --git a/internal/service/cloudapi/lb/models.go b/internal/service/cloudapi/lb/models.go index bd79d1f..87858ee 100644 --- a/internal/service/cloudapi/lb/models.go +++ b/internal/service/cloudapi/lb/models.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb diff --git a/internal/service/cloudapi/lb/resource_lb.go b/internal/service/cloudapi/lb/resource_lb.go index cb7f56c..995ef52 100644 --- a/internal/service/cloudapi/lb/resource_lb.go +++ b/internal/service/cloudapi/lb/resource_lb.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -38,9 +39,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourceLBCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/lb/resource_lb_backend.go b/internal/service/cloudapi/lb/resource_lb_backend.go index 1fa94ed..dccf21d 100644 --- a/internal/service/cloudapi/lb/resource_lb_backend.go +++ b/internal/service/cloudapi/lb/resource_lb_backend.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -40,9 +41,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourceLBBackendCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/lb/resource_lb_backend_server.go b/internal/service/cloudapi/lb/resource_lb_backend_server.go index ab54420..f3d1ef8 100644 --- a/internal/service/cloudapi/lb/resource_lb_backend_server.go +++ b/internal/service/cloudapi/lb/resource_lb_backend_server.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -40,9 +41,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourceLBBackendServerCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/lb/resource_lb_frontend.go b/internal/service/cloudapi/lb/resource_lb_frontend.go index 97e92b3..2373b54 100644 --- a/internal/service/cloudapi/lb/resource_lb_frontend.go +++ b/internal/service/cloudapi/lb/resource_lb_frontend.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -39,9 +40,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourceLBFrontendCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/lb/resource_lb_frontend_bind.go b/internal/service/cloudapi/lb/resource_lb_frontend_bind.go index 8261fb5..25145e4 100644 --- a/internal/service/cloudapi/lb/resource_lb_frontend_bind.go +++ b/internal/service/cloudapi/lb/resource_lb_frontend_bind.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -39,9 +40,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourceLBFrontendBindCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/lb/utility_lb.go b/internal/service/cloudapi/lb/utility_lb.go index 81b2d0a..b941689 100644 --- a/internal/service/cloudapi/lb/utility_lb.go +++ b/internal/service/cloudapi/lb/utility_lb.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -39,7 +40,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityLBCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*LoadBalancer, error) { diff --git a/internal/service/cloudapi/lb/utility_lb_backend.go b/internal/service/cloudapi/lb/utility_lb_backend.go index 93958b7..14dd029 100644 --- a/internal/service/cloudapi/lb/utility_lb_backend.go +++ b/internal/service/cloudapi/lb/utility_lb_backend.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -40,7 +41,7 @@ import ( "strings" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityLBBackendCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*Backend, error) { diff --git a/internal/service/cloudapi/lb/utility_lb_backend_server.go b/internal/service/cloudapi/lb/utility_lb_backend_server.go index 7372874..1ea65c8 100644 --- a/internal/service/cloudapi/lb/utility_lb_backend_server.go +++ b/internal/service/cloudapi/lb/utility_lb_backend_server.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -40,7 +41,7 @@ import ( "strings" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityLBBackendServerCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*Server, error) { diff --git a/internal/service/cloudapi/lb/utility_lb_frontend.go b/internal/service/cloudapi/lb/utility_lb_frontend.go index b3e0c36..44819fd 100644 --- a/internal/service/cloudapi/lb/utility_lb_frontend.go +++ b/internal/service/cloudapi/lb/utility_lb_frontend.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -40,7 +41,7 @@ import ( "strings" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityLBFrontendCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*Frontend, error) { diff --git a/internal/service/cloudapi/lb/utility_lb_frontend_bind.go b/internal/service/cloudapi/lb/utility_lb_frontend_bind.go index 90065c0..a818ca6 100644 --- a/internal/service/cloudapi/lb/utility_lb_frontend_bind.go +++ b/internal/service/cloudapi/lb/utility_lb_frontend_bind.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -40,7 +41,7 @@ import ( "strings" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityLBFrontendBindCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*Binding, error) { diff --git a/internal/service/cloudapi/lb/utility_lb_list.go b/internal/service/cloudapi/lb/utility_lb_list.go index aa20952..5f5ebd7 100644 --- a/internal/service/cloudapi/lb/utility_lb_list.go +++ b/internal/service/cloudapi/lb/utility_lb_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/lb/utility_lb_list_deleted.go b/internal/service/cloudapi/lb/utility_lb_list_deleted.go index 578c7d2..0c473e2 100644 --- a/internal/service/cloudapi/lb/utility_lb_list_deleted.go +++ b/internal/service/cloudapi/lb/utility_lb_list_deleted.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package lb @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/locations/api.go b/internal/service/cloudapi/locations/api.go index 7d26c35..bda77e1 100644 --- a/internal/service/cloudapi/locations/api.go +++ b/internal/service/cloudapi/locations/api.go @@ -5,6 +5,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/service/cloudapi/locations/data_source_locations_list.go b/internal/service/cloudapi/locations/data_source_locations_list.go index 3129015..0cdc11a 100644 --- a/internal/service/cloudapi/locations/data_source_locations_list.go +++ b/internal/service/cloudapi/locations/data_source_locations_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package locations @@ -37,8 +38,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func flattenLocationsList(ll LocationsList) []map[string]interface{} { diff --git a/internal/service/cloudapi/locations/data_source_locations_url.go b/internal/service/cloudapi/locations/data_source_locations_url.go index 9f1eac8..6405dab 100644 --- a/internal/service/cloudapi/locations/data_source_locations_url.go +++ b/internal/service/cloudapi/locations/data_source_locations_url.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package locations @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceLocationUrlRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/locations/models.go b/internal/service/cloudapi/locations/models.go index a65104f..492ae28 100644 --- a/internal/service/cloudapi/locations/models.go +++ b/internal/service/cloudapi/locations/models.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. diff --git a/internal/service/cloudapi/locations/utility_location_url.go b/internal/service/cloudapi/locations/utility_location_url.go index 8f63879..1c4df74 100644 --- a/internal/service/cloudapi/locations/utility_location_url.go +++ b/internal/service/cloudapi/locations/utility_location_url.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package locations @@ -36,8 +37,8 @@ import ( "encoding/json" "net/url" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityLocationUrlCheckPresence(ctx context.Context, m interface{}) (string, error) { diff --git a/internal/service/cloudapi/locations/utility_locations_list.go b/internal/service/cloudapi/locations/utility_locations_list.go index 3454980..2beada9 100644 --- a/internal/service/cloudapi/locations/utility_locations_list.go +++ b/internal/service/cloudapi/locations/utility_locations_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package locations @@ -37,8 +38,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/pfw/api.go b/internal/service/cloudapi/pfw/api.go index 8a13c4f..480432d 100644 --- a/internal/service/cloudapi/pfw/api.go +++ b/internal/service/cloudapi/pfw/api.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pfw diff --git a/internal/service/cloudapi/pfw/models.go b/internal/service/cloudapi/pfw/models.go index e74524b..9b31f31 100644 --- a/internal/service/cloudapi/pfw/models.go +++ b/internal/service/cloudapi/pfw/models.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,15 +22,16 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pfw + type PfwRecord struct { ID int `json:"id"` LocalIP string `json:"localIp"` @@ -41,5 +43,3 @@ type PfwRecord struct { } type ComputePfwListResp []PfwRecord - - diff --git a/internal/service/cloudapi/pfw/resource_pfw.go b/internal/service/cloudapi/pfw/resource_pfw.go index 8cf9914..3360ac2 100644 --- a/internal/service/cloudapi/pfw/resource_pfw.go +++ b/internal/service/cloudapi/pfw/resource_pfw.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pfw @@ -40,9 +41,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourcePfwCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/pfw/utility_pfw.go b/internal/service/cloudapi/pfw/utility_pfw.go index 0f5729f..cbed12a 100644 --- a/internal/service/cloudapi/pfw/utility_pfw.go +++ b/internal/service/cloudapi/pfw/utility_pfw.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pfw @@ -39,7 +40,7 @@ import ( "strings" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityPfwCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*PfwRecord, error) { diff --git a/internal/service/cloudapi/rg/api.go b/internal/service/cloudapi/rg/api.go index b18f768..3089b6b 100644 --- a/internal/service/cloudapi/rg/api.go +++ b/internal/service/cloudapi/rg/api.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg diff --git a/internal/service/cloudapi/rg/data_source_rg.go b/internal/service/cloudapi/rg/data_source_rg.go index 3740ba3..e4b3ddd 100644 --- a/internal/service/cloudapi/rg/data_source_rg.go +++ b/internal/service/cloudapi/rg/data_source_rg.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -36,7 +36,7 @@ import ( "context" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/rg/data_source_rg_affinity_group_computes.go b/internal/service/cloudapi/rg/data_source_rg_affinity_group_computes.go index 5b9868a..4d5ceba 100644 --- a/internal/service/cloudapi/rg/data_source_rg_affinity_group_computes.go +++ b/internal/service/cloudapi/rg/data_source_rg_affinity_group_computes.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgAffinityGroupComputesRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_affinity_groups_get.go b/internal/service/cloudapi/rg/data_source_rg_affinity_groups_get.go index 316dd87..960a2be 100644 --- a/internal/service/cloudapi/rg/data_source_rg_affinity_groups_get.go +++ b/internal/service/cloudapi/rg/data_source_rg_affinity_groups_get.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgAffinityGroupsGetRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_affinity_groups_list.go b/internal/service/cloudapi/rg/data_source_rg_affinity_groups_list.go index 2c94b5a..1b82f7a 100644 --- a/internal/service/cloudapi/rg/data_source_rg_affinity_groups_list.go +++ b/internal/service/cloudapi/rg/data_source_rg_affinity_groups_list.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgAffinityGroupsListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_audits.go b/internal/service/cloudapi/rg/data_source_rg_audits.go index 61e4bdb..440458a 100644 --- a/internal/service/cloudapi/rg/data_source_rg_audits.go +++ b/internal/service/cloudapi/rg/data_source_rg_audits.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgAuditsRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_list.go b/internal/service/cloudapi/rg/data_source_rg_list.go index 1a87533..edad3c1 100644 --- a/internal/service/cloudapi/rg/data_source_rg_list.go +++ b/internal/service/cloudapi/rg/data_source_rg_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_list_computes.go b/internal/service/cloudapi/rg/data_source_rg_list_computes.go index 19dca61..6bfe4e1 100644 --- a/internal/service/cloudapi/rg/data_source_rg_list_computes.go +++ b/internal/service/cloudapi/rg/data_source_rg_list_computes.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgListComputesRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_list_deleted.go b/internal/service/cloudapi/rg/data_source_rg_list_deleted.go index ea2113a..6244961 100644 --- a/internal/service/cloudapi/rg/data_source_rg_list_deleted.go +++ b/internal/service/cloudapi/rg/data_source_rg_list_deleted.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgListDeletedRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_list_lb.go b/internal/service/cloudapi/rg/data_source_rg_list_lb.go index a162ba0..43f92ad 100644 --- a/internal/service/cloudapi/rg/data_source_rg_list_lb.go +++ b/internal/service/cloudapi/rg/data_source_rg_list_lb.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgListLbRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_list_pfw.go b/internal/service/cloudapi/rg/data_source_rg_list_pfw.go index e7372bf..880fff6 100644 --- a/internal/service/cloudapi/rg/data_source_rg_list_pfw.go +++ b/internal/service/cloudapi/rg/data_source_rg_list_pfw.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgListPfwRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_list_vins.go b/internal/service/cloudapi/rg/data_source_rg_list_vins.go index 6fc0bc6..ea8bad8 100644 --- a/internal/service/cloudapi/rg/data_source_rg_list_vins.go +++ b/internal/service/cloudapi/rg/data_source_rg_list_vins.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgListVinsRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/data_source_rg_usage.go b/internal/service/cloudapi/rg/data_source_rg_usage.go index ec6c7b7..8524e03 100644 --- a/internal/service/cloudapi/rg/data_source_rg_usage.go +++ b/internal/service/cloudapi/rg/data_source_rg_usage.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -6,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceRgUsageRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/rg/flattens.go b/internal/service/cloudapi/rg/flattens.go index b08d431..214b01d 100644 --- a/internal/service/cloudapi/rg/flattens.go +++ b/internal/service/cloudapi/rg/flattens.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg diff --git a/internal/service/cloudapi/rg/models.go b/internal/service/cloudapi/rg/models.go index 370a73c..d4d4f52 100644 --- a/internal/service/cloudapi/rg/models.go +++ b/internal/service/cloudapi/rg/models.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg diff --git a/internal/service/cloudapi/rg/quota_subresource.go b/internal/service/cloudapi/rg/quota_subresource.go index 39edfcd..6030d4d 100644 --- a/internal/service/cloudapi/rg/quota_subresource.go +++ b/internal/service/cloudapi/rg/quota_subresource.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg diff --git a/internal/service/cloudapi/rg/resource_check_input_values.go b/internal/service/cloudapi/rg/resource_check_input_values.go index 0a42ad0..1e381b7 100644 --- a/internal/service/cloudapi/rg/resource_check_input_values.go +++ b/internal/service/cloudapi/rg/resource_check_input_values.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func existAccountID(ctx context.Context, d *schema.ResourceData, m interface{}) (bool, error) { @@ -108,4 +140,3 @@ func existExtNetID(ctx context.Context, d *schema.ResourceData, m interface{}) ( } return haveExtNet, nil } - diff --git a/internal/service/cloudapi/rg/resource_rg.go b/internal/service/cloudapi/rg/resource_rg.go index de6d0d0..587fa06 100644 --- a/internal/service/cloudapi/rg/resource_rg.go +++ b/internal/service/cloudapi/rg/resource_rg.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -38,11 +38,11 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/dc" - "github.com/rudecs/terraform-provider-decort/internal/location" - "github.com/rudecs/terraform-provider-decort/internal/status" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/dc" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/location" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/status" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudapi/rg/utility_rg.go b/internal/service/cloudapi/rg/utility_rg.go index f6eeb1c..3971e3f 100644 --- a/internal/service/cloudapi/rg/utility_rg.go +++ b/internal/service/cloudapi/rg/utility_rg.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/rg/utility_rg_affinity_group_computes.go b/internal/service/cloudapi/rg/utility_rg_affinity_group_computes.go index fa9a787..d947a51 100644 --- a/internal/service/cloudapi/rg/utility_rg_affinity_group_computes.go +++ b/internal/service/cloudapi/rg/utility_rg_affinity_group_computes.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgAffinityGroupComputesCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListAffinityGroupCompute, error) { diff --git a/internal/service/cloudapi/rg/utility_rg_affinity_groups_get.go b/internal/service/cloudapi/rg/utility_rg_affinity_groups_get.go index 94d0ec3..a32865b 100644 --- a/internal/service/cloudapi/rg/utility_rg_affinity_groups_get.go +++ b/internal/service/cloudapi/rg/utility_rg_affinity_groups_get.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgAffinityGroupsGetCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) ([]uint64, error) { @@ -19,7 +51,7 @@ func utilityRgAffinityGroupsGetCheckPresence(ctx context.Context, d *schema.Reso urlValues.Add("rgId", strconv.Itoa(d.Get("rg_id").(int))) urlValues.Add("affinityGroup", d.Get("affinity_group").(string)) - computesRaw, err := c.DecortAPICall(ctx, "POST", RgAffinityGroupsGetAPI, urlValues) + computesRaw, err := c.DecortAPICall(ctx, "POST", RgAffinityGroupsGetAPI, urlValues) if err != nil { return nil, err } diff --git a/internal/service/cloudapi/rg/utility_rg_affinity_groups_list.go b/internal/service/cloudapi/rg/utility_rg_affinity_groups_list.go index 3c0be2b..a1254a4 100644 --- a/internal/service/cloudapi/rg/utility_rg_affinity_groups_list.go +++ b/internal/service/cloudapi/rg/utility_rg_affinity_groups_list.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgAffinityGroupsListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (map[string][]uint64, error) { diff --git a/internal/service/cloudapi/rg/utility_rg_audits.go b/internal/service/cloudapi/rg/utility_rg_audits.go index 7c0da97..390bfba 100644 --- a/internal/service/cloudapi/rg/utility_rg_audits.go +++ b/internal/service/cloudapi/rg/utility_rg_audits.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgAuditsCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListAudits, error) { diff --git a/internal/service/cloudapi/rg/utility_rg_list.go b/internal/service/cloudapi/rg/utility_rg_list.go index cdaa870..f9b797b 100644 --- a/internal/service/cloudapi/rg/utility_rg_list.go +++ b/internal/service/cloudapi/rg/utility_rg_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/rg/utility_rg_list_computes.go b/internal/service/cloudapi/rg/utility_rg_list_computes.go index bb87e81..a409914 100644 --- a/internal/service/cloudapi/rg/utility_rg_list_computes.go +++ b/internal/service/cloudapi/rg/utility_rg_list_computes.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgListComputesCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListComputes, error) { diff --git a/internal/service/cloudapi/rg/utility_rg_list_deleted.go b/internal/service/cloudapi/rg/utility_rg_list_deleted.go index c0e691d..9c43242 100644 --- a/internal/service/cloudapi/rg/utility_rg_list_deleted.go +++ b/internal/service/cloudapi/rg/utility_rg_list_deleted.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgListDeletedCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListResourceGroups, error) { diff --git a/internal/service/cloudapi/rg/utility_rg_list_lb.go b/internal/service/cloudapi/rg/utility_rg_list_lb.go index 3f5660b..91ce694 100644 --- a/internal/service/cloudapi/rg/utility_rg_list_lb.go +++ b/internal/service/cloudapi/rg/utility_rg_list_lb.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgListLbCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListLB, error) { diff --git a/internal/service/cloudapi/rg/utility_rg_list_pfw.go b/internal/service/cloudapi/rg/utility_rg_list_pfw.go index df95e37..65632f4 100644 --- a/internal/service/cloudapi/rg/utility_rg_list_pfw.go +++ b/internal/service/cloudapi/rg/utility_rg_list_pfw.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgListPfwCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListPFW, error) { diff --git a/internal/service/cloudapi/rg/utility_rg_list_vins.go b/internal/service/cloudapi/rg/utility_rg_list_vins.go index 17194f6..00952bc 100644 --- a/internal/service/cloudapi/rg/utility_rg_list_vins.go +++ b/internal/service/cloudapi/rg/utility_rg_list_vins.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityRgListVinsCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ListVINS, error) { diff --git a/internal/service/cloudapi/rg/utility_rg_usage.go b/internal/service/cloudapi/rg/utility_rg_usage.go index cd27d5b..6a5a8d9 100644 --- a/internal/service/cloudapi/rg/utility_rg_usage.go +++ b/internal/service/cloudapi/rg/utility_rg_usage.go @@ -1,3 +1,35 @@ +/* +Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. +Authors: +Petr Krutov, +Stanislav Solovev, +Kasim Baybikov, + +Licensed under the Apache License, Version 2.0 (the "License"); +you may not use this file except in compliance with the License. +You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + +Unless required by applicable law or agreed to in writing, software +distributed under the License is distributed on an "AS IS" BASIS, +WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +See the License for the specific language governing permissions and +limitations under the License. +*/ + +/* +Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud +Orchestration Technology) with Terraform by Hashicorp. + +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort + +Please see README.md to learn where to place source code so that it +builds seamlessly. + +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki +*/ + package rg import ( @@ -7,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityDataRgUsageCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*Resource, error) { diff --git a/internal/service/cloudapi/snapshot/api.go b/internal/service/cloudapi/snapshot/api.go index 9b8bdce..eee7a8f 100644 --- a/internal/service/cloudapi/snapshot/api.go +++ b/internal/service/cloudapi/snapshot/api.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot diff --git a/internal/service/cloudapi/snapshot/data_source_snapshot_list.go b/internal/service/cloudapi/snapshot/data_source_snapshot_list.go index 0fe01c1..638347d 100644 --- a/internal/service/cloudapi/snapshot/data_source_snapshot_list.go +++ b/internal/service/cloudapi/snapshot/data_source_snapshot_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot @@ -37,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenSnapshotList(gl SnapshotList) []map[string]interface{} { diff --git a/internal/service/cloudapi/snapshot/models.go b/internal/service/cloudapi/snapshot/models.go index 0152191..4868082 100644 --- a/internal/service/cloudapi/snapshot/models.go +++ b/internal/service/cloudapi/snapshot/models.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot diff --git a/internal/service/cloudapi/snapshot/resource_snapshot.go b/internal/service/cloudapi/snapshot/resource_snapshot.go index a56ebc8..b9c65c8 100644 --- a/internal/service/cloudapi/snapshot/resource_snapshot.go +++ b/internal/service/cloudapi/snapshot/resource_snapshot.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot @@ -39,9 +40,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func resourceSnapshotCreate(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/snapshot/utility_snapshot.go b/internal/service/cloudapi/snapshot/utility_snapshot.go index b99509b..a33b819 100644 --- a/internal/service/cloudapi/snapshot/utility_snapshot.go +++ b/internal/service/cloudapi/snapshot/utility_snapshot.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot diff --git a/internal/service/cloudapi/snapshot/utility_snapshot_list.go b/internal/service/cloudapi/snapshot/utility_snapshot_list.go index e06ac5b..9814461 100644 --- a/internal/service/cloudapi/snapshot/utility_snapshot_list.go +++ b/internal/service/cloudapi/snapshot/utility_snapshot_list.go @@ -3,6 +3,7 @@ Copyright (c) 2019-2022 Digital Energy Cloud Solutions LLC. All Rights Reserved. Authors: Petr Krutov, Stanislav Solovev, +Kasim Baybikov, Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. @@ -21,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot @@ -38,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilitySnapshotListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (SnapshotList, error) { diff --git a/internal/service/cloudapi/vins/api.go b/internal/service/cloudapi/vins/api.go index 3958114..3a4ec20 100644 --- a/internal/service/cloudapi/vins/api.go +++ b/internal/service/cloudapi/vins/api.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins diff --git a/internal/service/cloudapi/vins/data_source_vins.go b/internal/service/cloudapi/vins/data_source_vins.go index 36030df..991ba86 100644 --- a/internal/service/cloudapi/vins/data_source_vins.go +++ b/internal/service/cloudapi/vins/data_source_vins.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceVinsRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/vins/data_source_vins_audits.go b/internal/service/cloudapi/vins/data_source_vins_audits.go index 77f2aec..54eb5b6 100644 --- a/internal/service/cloudapi/vins/data_source_vins_audits.go +++ b/internal/service/cloudapi/vins/data_source_vins_audits.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceVinsAuditsRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/vins/data_source_vins_ext_net_list.go b/internal/service/cloudapi/vins/data_source_vins_ext_net_list.go index eb6f586..988a9da 100644 --- a/internal/service/cloudapi/vins/data_source_vins_ext_net_list.go +++ b/internal/service/cloudapi/vins/data_source_vins_ext_net_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceVinsExtNetListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/vins/data_source_vins_ip_list.go b/internal/service/cloudapi/vins/data_source_vins_ip_list.go index b49fb3a..bfdaeac 100644 --- a/internal/service/cloudapi/vins/data_source_vins_ip_list.go +++ b/internal/service/cloudapi/vins/data_source_vins_ip_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceVinsIpListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/vins/data_source_vins_list.go b/internal/service/cloudapi/vins/data_source_vins_list.go index 1f21fda..44641b1 100644 --- a/internal/service/cloudapi/vins/data_source_vins_list.go +++ b/internal/service/cloudapi/vins/data_source_vins_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceVinsListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/vins/data_source_vins_list_deleted.go b/internal/service/cloudapi/vins/data_source_vins_list_deleted.go index 99d765b..ce55664 100644 --- a/internal/service/cloudapi/vins/data_source_vins_list_deleted.go +++ b/internal/service/cloudapi/vins/data_source_vins_list_deleted.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceVinsListDeletedRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/vins/data_source_vins_nat_rule_list.go b/internal/service/cloudapi/vins/data_source_vins_nat_rule_list.go index a07b0b1..55b223b 100644 --- a/internal/service/cloudapi/vins/data_source_vins_nat_rule_list.go +++ b/internal/service/cloudapi/vins/data_source_vins_nat_rule_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceVinsNatRuleListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudapi/vins/flattens.go b/internal/service/cloudapi/vins/flattens.go index fd20746..70057b4 100644 --- a/internal/service/cloudapi/vins/flattens.go +++ b/internal/service/cloudapi/vins/flattens.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins diff --git a/internal/service/cloudapi/vins/models.go b/internal/service/cloudapi/vins/models.go index 0c1754a..44628ca 100644 --- a/internal/service/cloudapi/vins/models.go +++ b/internal/service/cloudapi/vins/models.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins diff --git a/internal/service/cloudapi/vins/resource_vins.go b/internal/service/cloudapi/vins/resource_vins.go index 966dd9b..902bf00 100644 --- a/internal/service/cloudapi/vins/resource_vins.go +++ b/internal/service/cloudapi/vins/resource_vins.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,10 +38,10 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/dc" - "github.com/rudecs/terraform-provider-decort/internal/status" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/dc" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/status" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudapi/vins/utility_vins.go b/internal/service/cloudapi/vins/utility_vins.go index 7c17c76..626c613 100644 --- a/internal/service/cloudapi/vins/utility_vins.go +++ b/internal/service/cloudapi/vins/utility_vins.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" ) diff --git a/internal/service/cloudapi/vins/utility_vins_audits.go b/internal/service/cloudapi/vins/utility_vins_audits.go index d01a821..65fdbe5 100644 --- a/internal/service/cloudapi/vins/utility_vins_audits.go +++ b/internal/service/cloudapi/vins/utility_vins_audits.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -39,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityVinsAuditsCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (VINSAuditsList, error) { diff --git a/internal/service/cloudapi/vins/utility_vins_ext_net_list.go b/internal/service/cloudapi/vins/utility_vins_ext_net_list.go index b95c048..a09465f 100644 --- a/internal/service/cloudapi/vins/utility_vins_ext_net_list.go +++ b/internal/service/cloudapi/vins/utility_vins_ext_net_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -39,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityVinsExtNetListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (ExtNetList, error) { diff --git a/internal/service/cloudapi/vins/utility_vins_ip_list.go b/internal/service/cloudapi/vins/utility_vins_ip_list.go index 3a0f159..579f2ec 100644 --- a/internal/service/cloudapi/vins/utility_vins_ip_list.go +++ b/internal/service/cloudapi/vins/utility_vins_ip_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -39,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityVinsIpListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (IPList, error) { diff --git a/internal/service/cloudapi/vins/utility_vins_list.go b/internal/service/cloudapi/vins/utility_vins_list.go index b834b6f..0befd54 100644 --- a/internal/service/cloudapi/vins/utility_vins_list.go +++ b/internal/service/cloudapi/vins/utility_vins_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudapi/vins/utility_vins_list_deleted.go b/internal/service/cloudapi/vins/utility_vins_list_deleted.go index 93d9f7a..faa0d9d 100644 --- a/internal/service/cloudapi/vins/utility_vins_list_deleted.go +++ b/internal/service/cloudapi/vins/utility_vins_list_deleted.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -39,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudapi/vins/utility_vins_nat_rule_list.go b/internal/service/cloudapi/vins/utility_vins_nat_rule_list.go index 6aa9950..52c73f4 100644 --- a/internal/service/cloudapi/vins/utility_vins_nat_rule_list.go +++ b/internal/service/cloudapi/vins/utility_vins_nat_rule_list.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -39,7 +39,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityVinsNatRuleListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (NATRuleList, error) { diff --git a/internal/service/cloudbroker/account/account_audit_ds_subresource.go b/internal/service/cloudbroker/account/account_audit_ds_subresource.go index 9ceabee..a73d1b1 100644 --- a/internal/service/cloudbroker/account/account_audit_ds_subresource.go +++ b/internal/service/cloudbroker/account/account_audit_ds_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/account_compute_ds_subresource.go b/internal/service/cloudbroker/account/account_compute_ds_subresource.go index f6305ae..6fd01db 100644 --- a/internal/service/cloudbroker/account/account_compute_ds_subresource.go +++ b/internal/service/cloudbroker/account/account_compute_ds_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/account_disk_ds_subresource.go b/internal/service/cloudbroker/account/account_disk_ds_subresource.go index 049185c..3201aca 100644 --- a/internal/service/cloudbroker/account/account_disk_ds_subresource.go +++ b/internal/service/cloudbroker/account/account_disk_ds_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/account_ds.go b/internal/service/cloudbroker/account/account_ds.go index 990db78..95a307d 100644 --- a/internal/service/cloudbroker/account/account_ds.go +++ b/internal/service/cloudbroker/account/account_ds.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/account_fg_ds_subresource.go b/internal/service/cloudbroker/account/account_fg_ds_subresource.go index 28db8ee..2466169 100644 --- a/internal/service/cloudbroker/account/account_fg_ds_subresource.go +++ b/internal/service/cloudbroker/account/account_fg_ds_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/account_item_ds_subresource.go b/internal/service/cloudbroker/account/account_item_ds_subresource.go index 9d7e809..32430f2 100644 --- a/internal/service/cloudbroker/account/account_item_ds_subresource.go +++ b/internal/service/cloudbroker/account/account_item_ds_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/account_rg_ds_subresource.go b/internal/service/cloudbroker/account/account_rg_ds_subresource.go index 389a663..4a7313a 100644 --- a/internal/service/cloudbroker/account/account_rg_ds_subresource.go +++ b/internal/service/cloudbroker/account/account_rg_ds_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/account_rs.go b/internal/service/cloudbroker/account/account_rs.go index 1ee4115..b46f6d0 100644 --- a/internal/service/cloudbroker/account/account_rs.go +++ b/internal/service/cloudbroker/account/account_rs.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/account_vins_ds_subresource.go b/internal/service/cloudbroker/account/account_vins_ds_subresource.go index 4032aad..825b6e4 100644 --- a/internal/service/cloudbroker/account/account_vins_ds_subresource.go +++ b/internal/service/cloudbroker/account/account_vins_ds_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/api.go b/internal/service/cloudbroker/account/api.go index 5e30619..13fa39b 100644 --- a/internal/service/cloudbroker/account/api.go +++ b/internal/service/cloudbroker/account/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/data_source_account.go b/internal/service/cloudbroker/account/data_source_account.go index 7bf5ce8..c63bae7 100644 --- a/internal/service/cloudbroker/account/data_source_account.go +++ b/internal/service/cloudbroker/account/data_source_account.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +37,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func dataSourceAccountRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudbroker/account/data_source_account_audits_list.go b/internal/service/cloudbroker/account/data_source_account_audits_list.go index ccaaead..2bd2c9e 100644 --- a/internal/service/cloudbroker/account/data_source_account_audits_list.go +++ b/internal/service/cloudbroker/account/data_source_account_audits_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountAuditsList(aal AccountAuditsList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/account/data_source_account_computes_list.go b/internal/service/cloudbroker/account/data_source_account_computes_list.go index e181095..79c5545 100644 --- a/internal/service/cloudbroker/account/data_source_account_computes_list.go +++ b/internal/service/cloudbroker/account/data_source_account_computes_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountComputesList(acl AccountComputesList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/account/data_source_account_deleted_list.go b/internal/service/cloudbroker/account/data_source_account_deleted_list.go index 04120b4..6ab06a3 100644 --- a/internal/service/cloudbroker/account/data_source_account_deleted_list.go +++ b/internal/service/cloudbroker/account/data_source_account_deleted_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceAccountDeletedListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudbroker/account/data_source_account_disks_list.go b/internal/service/cloudbroker/account/data_source_account_disks_list.go index b823e9a..bc0bfed 100644 --- a/internal/service/cloudbroker/account/data_source_account_disks_list.go +++ b/internal/service/cloudbroker/account/data_source_account_disks_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -36,7 +36,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountDisksList(adl AccountDisksList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/account/data_source_account_flipgroups_list.go b/internal/service/cloudbroker/account/data_source_account_flipgroups_list.go index 4a318b2..5eeb0bc 100644 --- a/internal/service/cloudbroker/account/data_source_account_flipgroups_list.go +++ b/internal/service/cloudbroker/account/data_source_account_flipgroups_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountFlipGroupsList(afgl AccountFlipGroupsList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/account/data_source_account_list.go b/internal/service/cloudbroker/account/data_source_account_list.go index c733c12..acbbeee 100644 --- a/internal/service/cloudbroker/account/data_source_account_list.go +++ b/internal/service/cloudbroker/account/data_source_account_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,8 +37,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func flattenRgAcl(rgAcls []AccountAclRecord) []map[string]interface{} { diff --git a/internal/service/cloudbroker/account/data_source_account_rg_list.go b/internal/service/cloudbroker/account/data_source_account_rg_list.go index f810db4..6d16c6f 100644 --- a/internal/service/cloudbroker/account/data_source_account_rg_list.go +++ b/internal/service/cloudbroker/account/data_source_account_rg_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountRGList(argl AccountRGList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/account/data_source_account_vins_list.go b/internal/service/cloudbroker/account/data_source_account_vins_list.go index 7110629..0e5222d 100644 --- a/internal/service/cloudbroker/account/data_source_account_vins_list.go +++ b/internal/service/cloudbroker/account/data_source_account_vins_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenAccountVinsList(avl AccountVinsList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/account/models.go b/internal/service/cloudbroker/account/models.go index d38c953..15bd7f8 100644 --- a/internal/service/cloudbroker/account/models.go +++ b/internal/service/cloudbroker/account/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account diff --git a/internal/service/cloudbroker/account/resource_account.go b/internal/service/cloudbroker/account/resource_account.go index a66af37..fe79f16 100644 --- a/internal/service/cloudbroker/account/resource_account.go +++ b/internal/service/cloudbroker/account/resource_account.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -39,9 +39,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/account/utility_account.go b/internal/service/cloudbroker/account/utility_account.go index 092162b..fa45fa5 100644 --- a/internal/service/cloudbroker/account/utility_account.go +++ b/internal/service/cloudbroker/account/utility_account.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/account/utility_account_audits_list.go b/internal/service/cloudbroker/account/utility_account_audits_list.go index c89cedd..1dcaf0c 100644 --- a/internal/service/cloudbroker/account/utility_account_audits_list.go +++ b/internal/service/cloudbroker/account/utility_account_audits_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/account/utility_account_computes_list.go b/internal/service/cloudbroker/account/utility_account_computes_list.go index 9b746da..aacae02 100644 --- a/internal/service/cloudbroker/account/utility_account_computes_list.go +++ b/internal/service/cloudbroker/account/utility_account_computes_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/account/utility_account_deleted_list.go b/internal/service/cloudbroker/account/utility_account_deleted_list.go index b4537c1..91ef197 100644 --- a/internal/service/cloudbroker/account/utility_account_deleted_list.go +++ b/internal/service/cloudbroker/account/utility_account_deleted_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/account/utility_account_disks_list.go b/internal/service/cloudbroker/account/utility_account_disks_list.go index 7cea8a2..cceddb4 100644 --- a/internal/service/cloudbroker/account/utility_account_disks_list.go +++ b/internal/service/cloudbroker/account/utility_account_disks_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/account/utility_account_flip_groups.go b/internal/service/cloudbroker/account/utility_account_flip_groups.go index 1585f6b..84a1c4e 100644 --- a/internal/service/cloudbroker/account/utility_account_flip_groups.go +++ b/internal/service/cloudbroker/account/utility_account_flip_groups.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/account/utility_account_list.go b/internal/service/cloudbroker/account/utility_account_list.go index 62b3b83..bedecac 100644 --- a/internal/service/cloudbroker/account/utility_account_list.go +++ b/internal/service/cloudbroker/account/utility_account_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/account/utility_account_rg_list.go b/internal/service/cloudbroker/account/utility_account_rg_list.go index 41c1a76..e00223d 100644 --- a/internal/service/cloudbroker/account/utility_account_rg_list.go +++ b/internal/service/cloudbroker/account/utility_account_rg_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/account/utility_account_vins_list.go b/internal/service/cloudbroker/account/utility_account_vins_list.go index db2e931..ab57a6b 100644 --- a/internal/service/cloudbroker/account/utility_account_vins_list.go +++ b/internal/service/cloudbroker/account/utility_account_vins_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package account @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/disks/api.go b/internal/service/cloudbroker/disks/api.go index 173c25b..19d772f 100644 --- a/internal/service/cloudbroker/disks/api.go +++ b/internal/service/cloudbroker/disks/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks diff --git a/internal/service/cloudbroker/disks/data_source_disk.go b/internal/service/cloudbroker/disks/data_source_disk.go index e8890e3..89cf836 100644 --- a/internal/service/cloudbroker/disks/data_source_disk.go +++ b/internal/service/cloudbroker/disks/data_source_disk.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( // "net/url" "github.com/google/uuid" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/disks/data_source_disk_list.go b/internal/service/cloudbroker/disks/data_source_disk_list.go index c64423c..2d5b2df 100644 --- a/internal/service/cloudbroker/disks/data_source_disk_list.go +++ b/internal/service/cloudbroker/disks/data_source_disk_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenIOTune(iot IOTune) []map[string]interface{} { diff --git a/internal/service/cloudbroker/disks/models.go b/internal/service/cloudbroker/disks/models.go index 82359d6..90a1cb3 100644 --- a/internal/service/cloudbroker/disks/models.go +++ b/internal/service/cloudbroker/disks/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks diff --git a/internal/service/cloudbroker/disks/resource_disk.go b/internal/service/cloudbroker/disks/resource_disk.go index 3523ea3..b03ee35 100644 --- a/internal/service/cloudbroker/disks/resource_disk.go +++ b/internal/service/cloudbroker/disks/resource_disk.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -39,8 +39,8 @@ import ( "strconv" "strings" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudbroker/disks/utility_disk.go b/internal/service/cloudbroker/disks/utility_disk.go index 1fb4544..0464724 100644 --- a/internal/service/cloudbroker/disks/utility_disk.go +++ b/internal/service/cloudbroker/disks/utility_disk.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/disks/utility_disk_list.go b/internal/service/cloudbroker/disks/utility_disk_list.go index 1782ac3..264fca3 100644 --- a/internal/service/cloudbroker/disks/utility_disk_list.go +++ b/internal/service/cloudbroker/disks/utility_disk_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package disks @@ -38,7 +38,7 @@ import ( "strconv" "strings" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/grid/api.go b/internal/service/cloudbroker/grid/api.go index 9efebd9..7820d4e 100644 --- a/internal/service/cloudbroker/grid/api.go +++ b/internal/service/cloudbroker/grid/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package grid diff --git a/internal/service/cloudbroker/grid/data_source_grid.go b/internal/service/cloudbroker/grid/data_source_grid.go index 634d987..cb3092b 100644 --- a/internal/service/cloudbroker/grid/data_source_grid.go +++ b/internal/service/cloudbroker/grid/data_source_grid.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package grid @@ -37,7 +37,7 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenGrid(d *schema.ResourceData, grid *Grid) { diff --git a/internal/service/cloudbroker/grid/data_source_grid_list.go b/internal/service/cloudbroker/grid/data_source_grid_list.go index 476a739..56f489e 100644 --- a/internal/service/cloudbroker/grid/data_source_grid_list.go +++ b/internal/service/cloudbroker/grid/data_source_grid_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package grid @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenGridList(gl GridList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/grid/models.go b/internal/service/cloudbroker/grid/models.go index 72e35cf..462c658 100644 --- a/internal/service/cloudbroker/grid/models.go +++ b/internal/service/cloudbroker/grid/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package grid diff --git a/internal/service/cloudbroker/grid/utility_grid.go b/internal/service/cloudbroker/grid/utility_grid.go index 8b7698e..9b58009 100644 --- a/internal/service/cloudbroker/grid/utility_grid.go +++ b/internal/service/cloudbroker/grid/utility_grid.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package grid @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/grid/utility_grid_list.go b/internal/service/cloudbroker/grid/utility_grid_list.go index a81e06c..d9483ef 100644 --- a/internal/service/cloudbroker/grid/utility_grid_list.go +++ b/internal/service/cloudbroker/grid/utility_grid_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package grid @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/image/api.go b/internal/service/cloudbroker/image/api.go index a7610ff..16e870d 100644 --- a/internal/service/cloudbroker/image/api.go +++ b/internal/service/cloudbroker/image/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image diff --git a/internal/service/cloudbroker/image/data_source_image.go b/internal/service/cloudbroker/image/data_source_image.go index 8b0b92c..11fc6dd 100644 --- a/internal/service/cloudbroker/image/data_source_image.go +++ b/internal/service/cloudbroker/image/data_source_image.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -37,8 +37,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func flattenImage(d *schema.ResourceData, image *Image) { diff --git a/internal/service/cloudbroker/image/data_source_image_list.go b/internal/service/cloudbroker/image/data_source_image_list.go index 5e7f7ae..cd0e82f 100644 --- a/internal/service/cloudbroker/image/data_source_image_list.go +++ b/internal/service/cloudbroker/image/data_source_image_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenImageList(il ImageList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/image/data_source_image_list_stacks.go b/internal/service/cloudbroker/image/data_source_image_list_stacks.go index c672748..42939df 100644 --- a/internal/service/cloudbroker/image/data_source_image_list_stacks.go +++ b/internal/service/cloudbroker/image/data_source_image_list_stacks.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenImageListStacks(_ *schema.ResourceData, stack ImageListStacks) []map[string]interface{} { diff --git a/internal/service/cloudbroker/image/models.go b/internal/service/cloudbroker/image/models.go index 7c0f34b..3d2b9cc 100644 --- a/internal/service/cloudbroker/image/models.go +++ b/internal/service/cloudbroker/image/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image diff --git a/internal/service/cloudbroker/image/resource_cdrom_image.go b/internal/service/cloudbroker/image/resource_cdrom_image.go index d6592c7..11d2db3 100644 --- a/internal/service/cloudbroker/image/resource_cdrom_image.go +++ b/internal/service/cloudbroker/image/resource_cdrom_image.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -38,8 +38,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/image/resource_delete_images.go b/internal/service/cloudbroker/image/resource_delete_images.go index 14b3050..b5c58ce 100644 --- a/internal/service/cloudbroker/image/resource_delete_images.go +++ b/internal/service/cloudbroker/image/resource_delete_images.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -39,8 +39,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/image/resource_image.go b/internal/service/cloudbroker/image/resource_image.go index 8962212..379e8be 100644 --- a/internal/service/cloudbroker/image/resource_image.go +++ b/internal/service/cloudbroker/image/resource_image.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -39,9 +39,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/image/resource_virtual_image.go b/internal/service/cloudbroker/image/resource_virtual_image.go index 4f247a9..30ae2bf 100644 --- a/internal/service/cloudbroker/image/resource_virtual_image.go +++ b/internal/service/cloudbroker/image/resource_virtual_image.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -38,8 +38,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/image/utility_image.go b/internal/service/cloudbroker/image/utility_image.go index 04981da..28886aa 100644 --- a/internal/service/cloudbroker/image/utility_image.go +++ b/internal/service/cloudbroker/image/utility_image.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -40,7 +40,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityImageCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*Image, error) { diff --git a/internal/service/cloudbroker/image/utility_image_list.go b/internal/service/cloudbroker/image/utility_image_list.go index 42adce0..b4dfaca 100644 --- a/internal/service/cloudbroker/image/utility_image_list.go +++ b/internal/service/cloudbroker/image/utility_image_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/image/utility_image_list_stacks.go b/internal/service/cloudbroker/image/utility_image_list_stacks.go index 3b5a51a..2fa16fd 100644 --- a/internal/service/cloudbroker/image/utility_image_list_stacks.go +++ b/internal/service/cloudbroker/image/utility_image_list_stacks.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package image @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/k8s/api.go b/internal/service/cloudbroker/k8s/api.go index 125f0a2..765c7c4 100644 --- a/internal/service/cloudbroker/k8s/api.go +++ b/internal/service/cloudbroker/k8s/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s diff --git a/internal/service/cloudbroker/k8s/models.go b/internal/service/cloudbroker/k8s/models.go index 7634dd0..2813e9a 100644 --- a/internal/service/cloudbroker/k8s/models.go +++ b/internal/service/cloudbroker/k8s/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s diff --git a/internal/service/cloudbroker/k8s/node_subresource.go b/internal/service/cloudbroker/k8s/node_subresource.go index 78fc9ce..4cbba19 100644 --- a/internal/service/cloudbroker/k8s/node_subresource.go +++ b/internal/service/cloudbroker/k8s/node_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s diff --git a/internal/service/cloudbroker/k8s/resource_k8s.go b/internal/service/cloudbroker/k8s/resource_k8s.go index 3c72d93..725215b 100644 --- a/internal/service/cloudbroker/k8s/resource_k8s.go +++ b/internal/service/cloudbroker/k8s/resource_k8s.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -42,8 +42,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/k8s/resource_k8s_wg.go b/internal/service/cloudbroker/k8s/resource_k8s_wg.go index 66cb6cb..b8bfad9 100644 --- a/internal/service/cloudbroker/k8s/resource_k8s_wg.go +++ b/internal/service/cloudbroker/k8s/resource_k8s_wg.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -38,8 +38,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/k8s/utility_k8s.go b/internal/service/cloudbroker/k8s/utility_k8s.go index 2c4270c..119daca 100644 --- a/internal/service/cloudbroker/k8s/utility_k8s.go +++ b/internal/service/cloudbroker/k8s/utility_k8s.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -37,7 +37,7 @@ import ( "net/url" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityK8sCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*K8sRecord, error) { diff --git a/internal/service/cloudbroker/k8s/utility_k8s_wg.go b/internal/service/cloudbroker/k8s/utility_k8s_wg.go index 9aef352..2e94044 100644 --- a/internal/service/cloudbroker/k8s/utility_k8s_wg.go +++ b/internal/service/cloudbroker/k8s/utility_k8s_wg.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package k8s @@ -38,7 +38,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityK8sWgCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*K8sNodeRecord, error) { diff --git a/internal/service/cloudbroker/kvmvm/api.go b/internal/service/cloudbroker/kvmvm/api.go index 493d461..5cf1bab 100644 --- a/internal/service/cloudbroker/kvmvm/api.go +++ b/internal/service/cloudbroker/kvmvm/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm diff --git a/internal/service/cloudbroker/kvmvm/data_source_compute.go b/internal/service/cloudbroker/kvmvm/data_source_compute.go index 2999e3b..7375790 100644 --- a/internal/service/cloudbroker/kvmvm/data_source_compute.go +++ b/internal/service/cloudbroker/kvmvm/data_source_compute.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm @@ -38,7 +38,7 @@ import ( // "net/url" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudbroker/kvmvm/models.go b/internal/service/cloudbroker/kvmvm/models.go index 1798f21..ff2f1ec 100644 --- a/internal/service/cloudbroker/kvmvm/models.go +++ b/internal/service/cloudbroker/kvmvm/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm diff --git a/internal/service/cloudbroker/kvmvm/network_subresource.go b/internal/service/cloudbroker/kvmvm/network_subresource.go index 9bc94b4..35bb732 100644 --- a/internal/service/cloudbroker/kvmvm/network_subresource.go +++ b/internal/service/cloudbroker/kvmvm/network_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm @@ -35,7 +35,7 @@ import ( "bytes" "hash/fnv" - "github.com/rudecs/terraform-provider-decort/internal/statefuncs" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/statefuncs" log "github.com/sirupsen/logrus" "sort" diff --git a/internal/service/cloudbroker/kvmvm/osusers_subresource.go b/internal/service/cloudbroker/kvmvm/osusers_subresource.go index 2e6787f..d5750e4 100644 --- a/internal/service/cloudbroker/kvmvm/osusers_subresource.go +++ b/internal/service/cloudbroker/kvmvm/osusers_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm diff --git a/internal/service/cloudbroker/kvmvm/resource_compute.go b/internal/service/cloudbroker/kvmvm/resource_compute.go index 4367d74..3c57354 100644 --- a/internal/service/cloudbroker/kvmvm/resource_compute.go +++ b/internal/service/cloudbroker/kvmvm/resource_compute.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm @@ -37,9 +37,9 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/statefuncs" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/statefuncs" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudbroker/kvmvm/utility_compute.go b/internal/service/cloudbroker/kvmvm/utility_compute.go index 0bf64ea..0f9140d 100644 --- a/internal/service/cloudbroker/kvmvm/utility_compute.go +++ b/internal/service/cloudbroker/kvmvm/utility_compute.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package kvmvm @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/pcidevice/api.go b/internal/service/cloudbroker/pcidevice/api.go index 02a466a..f000c25 100644 --- a/internal/service/cloudbroker/pcidevice/api.go +++ b/internal/service/cloudbroker/pcidevice/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pcidevice diff --git a/internal/service/cloudbroker/pcidevice/data_source_pcidevice.go b/internal/service/cloudbroker/pcidevice/data_source_pcidevice.go index 90a9ac3..4e8b102 100644 --- a/internal/service/cloudbroker/pcidevice/data_source_pcidevice.go +++ b/internal/service/cloudbroker/pcidevice/data_source_pcidevice.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pcidevice @@ -37,8 +37,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func dataSourcePcideviceRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudbroker/pcidevice/data_source_pcidevice_list.go b/internal/service/cloudbroker/pcidevice/data_source_pcidevice_list.go index 3933790..53917ee 100644 --- a/internal/service/cloudbroker/pcidevice/data_source_pcidevice_list.go +++ b/internal/service/cloudbroker/pcidevice/data_source_pcidevice_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pcidevice @@ -37,8 +37,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func flattenPcideviceList(pl PcideviceList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/pcidevice/models.go b/internal/service/cloudbroker/pcidevice/models.go index f6dc1f8..4aa0c29 100644 --- a/internal/service/cloudbroker/pcidevice/models.go +++ b/internal/service/cloudbroker/pcidevice/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pcidevice diff --git a/internal/service/cloudbroker/pcidevice/resource_pcidevice.go b/internal/service/cloudbroker/pcidevice/resource_pcidevice.go index 640f4e7..3ba7aab 100644 --- a/internal/service/cloudbroker/pcidevice/resource_pcidevice.go +++ b/internal/service/cloudbroker/pcidevice/resource_pcidevice.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pcidevice @@ -38,9 +38,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/pcidevice/utility_pcidevice.go b/internal/service/cloudbroker/pcidevice/utility_pcidevice.go index 3ace283..be54504 100644 --- a/internal/service/cloudbroker/pcidevice/utility_pcidevice.go +++ b/internal/service/cloudbroker/pcidevice/utility_pcidevice.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pcidevice diff --git a/internal/service/cloudbroker/pcidevice/utility_pcidevice_list.go b/internal/service/cloudbroker/pcidevice/utility_pcidevice_list.go index 97e65b5..389ac6d 100644 --- a/internal/service/cloudbroker/pcidevice/utility_pcidevice_list.go +++ b/internal/service/cloudbroker/pcidevice/utility_pcidevice_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pcidevice @@ -36,7 +36,7 @@ import ( "encoding/json" "net/url" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityPcideviceListCheckPresence(ctx context.Context, m interface{}) (PcideviceList, error) { diff --git a/internal/service/cloudbroker/pfw/api.go b/internal/service/cloudbroker/pfw/api.go index 6268336..3f60b99 100644 --- a/internal/service/cloudbroker/pfw/api.go +++ b/internal/service/cloudbroker/pfw/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pfw diff --git a/internal/service/cloudbroker/pfw/models.go b/internal/service/cloudbroker/pfw/models.go index e74524b..0701acc 100644 --- a/internal/service/cloudbroker/pfw/models.go +++ b/internal/service/cloudbroker/pfw/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pfw diff --git a/internal/service/cloudbroker/pfw/resource_pfw.go b/internal/service/cloudbroker/pfw/resource_pfw.go index 478fba0..c3aaa69 100644 --- a/internal/service/cloudbroker/pfw/resource_pfw.go +++ b/internal/service/cloudbroker/pfw/resource_pfw.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pfw @@ -40,8 +40,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/validation" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/pfw/utility_pfw.go b/internal/service/cloudbroker/pfw/utility_pfw.go index 0f5729f..0e8e095 100644 --- a/internal/service/cloudbroker/pfw/utility_pfw.go +++ b/internal/service/cloudbroker/pfw/utility_pfw.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package pfw @@ -39,7 +39,7 @@ import ( "strings" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityPfwCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*PfwRecord, error) { diff --git a/internal/service/cloudbroker/rg/api.go b/internal/service/cloudbroker/rg/api.go index 0d098bc..01df371 100644 --- a/internal/service/cloudbroker/rg/api.go +++ b/internal/service/cloudbroker/rg/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg diff --git a/internal/service/cloudbroker/rg/data_source_rg.go b/internal/service/cloudbroker/rg/data_source_rg.go index 3afdb69..ab26d8e 100644 --- a/internal/service/cloudbroker/rg/data_source_rg.go +++ b/internal/service/cloudbroker/rg/data_source_rg.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -36,7 +36,7 @@ import ( "encoding/json" "fmt" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" log "github.com/sirupsen/logrus" // "net/url" diff --git a/internal/service/cloudbroker/rg/data_source_rg_list.go b/internal/service/cloudbroker/rg/data_source_rg_list.go index dfbb888..fb57154 100644 --- a/internal/service/cloudbroker/rg/data_source_rg_list.go +++ b/internal/service/cloudbroker/rg/data_source_rg_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenRgList(rgl ResgroupListResp) []map[string]interface{} { diff --git a/internal/service/cloudbroker/rg/models.go b/internal/service/cloudbroker/rg/models.go index f1f6e05..de93b38 100644 --- a/internal/service/cloudbroker/rg/models.go +++ b/internal/service/cloudbroker/rg/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg diff --git a/internal/service/cloudbroker/rg/quota_subresource.go b/internal/service/cloudbroker/rg/quota_subresource.go index 6da4300..548b6bc 100644 --- a/internal/service/cloudbroker/rg/quota_subresource.go +++ b/internal/service/cloudbroker/rg/quota_subresource.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg diff --git a/internal/service/cloudbroker/rg/resource_rg.go b/internal/service/cloudbroker/rg/resource_rg.go index 3e1c799..240769d 100644 --- a/internal/service/cloudbroker/rg/resource_rg.go +++ b/internal/service/cloudbroker/rg/resource_rg.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -37,9 +37,9 @@ import ( "fmt" "net/url" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/location" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/location" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudbroker/rg/utility_rg.go b/internal/service/cloudbroker/rg/utility_rg.go index c7c3b94..b3ef9ed 100644 --- a/internal/service/cloudbroker/rg/utility_rg.go +++ b/internal/service/cloudbroker/rg/utility_rg.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/rg/utility_rg_list.go b/internal/service/cloudbroker/rg/utility_rg_list.go index 3342105..b264db6 100644 --- a/internal/service/cloudbroker/rg/utility_rg_list.go +++ b/internal/service/cloudbroker/rg/utility_rg_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package rg @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/sep/api.go b/internal/service/cloudbroker/sep/api.go index 5febab6..e4a1c52 100644 --- a/internal/service/cloudbroker/sep/api.go +++ b/internal/service/cloudbroker/sep/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep diff --git a/internal/service/cloudbroker/sep/data_source_sep.go b/internal/service/cloudbroker/sep/data_source_sep.go index 80a187a..798bf3b 100644 --- a/internal/service/cloudbroker/sep/data_source_sep.go +++ b/internal/service/cloudbroker/sep/data_source_sep.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -38,8 +38,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func dataSourceSepRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudbroker/sep/data_source_sep_config.go b/internal/service/cloudbroker/sep/data_source_sep_config.go index def1007..9dcca7b 100644 --- a/internal/service/cloudbroker/sep/data_source_sep_config.go +++ b/internal/service/cloudbroker/sep/data_source_sep_config.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceSepConfigRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudbroker/sep/data_source_sep_consumption.go b/internal/service/cloudbroker/sep/data_source_sep_consumption.go index 73e6d4e..912473d 100644 --- a/internal/service/cloudbroker/sep/data_source_sep_consumption.go +++ b/internal/service/cloudbroker/sep/data_source_sep_consumption.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceSepConsumptionRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudbroker/sep/data_source_sep_disk_list.go b/internal/service/cloudbroker/sep/data_source_sep_disk_list.go index 4df4366..7241d92 100644 --- a/internal/service/cloudbroker/sep/data_source_sep_disk_list.go +++ b/internal/service/cloudbroker/sep/data_source_sep_disk_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceSepDiskListRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudbroker/sep/data_source_sep_list.go b/internal/service/cloudbroker/sep/data_source_sep_list.go index c8b7e41..b5adf55 100644 --- a/internal/service/cloudbroker/sep/data_source_sep_list.go +++ b/internal/service/cloudbroker/sep/data_source_sep_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -38,8 +38,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" ) func flattenSepList(sl SepList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/sep/data_source_sep_pool.go b/internal/service/cloudbroker/sep/data_source_sep_pool.go index d045d14..a8d1148 100644 --- a/internal/service/cloudbroker/sep/data_source_sep_pool.go +++ b/internal/service/cloudbroker/sep/data_source_sep_pool.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -38,7 +38,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func dataSourceSepPoolRead(ctx context.Context, d *schema.ResourceData, m interface{}) diag.Diagnostics { diff --git a/internal/service/cloudbroker/sep/models.go b/internal/service/cloudbroker/sep/models.go index e955887..803493e 100644 --- a/internal/service/cloudbroker/sep/models.go +++ b/internal/service/cloudbroker/sep/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep diff --git a/internal/service/cloudbroker/sep/resource_sep.go b/internal/service/cloudbroker/sep/resource_sep.go index 56ae2f7..bd9a92c 100644 --- a/internal/service/cloudbroker/sep/resource_sep.go +++ b/internal/service/cloudbroker/sep/resource_sep.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -40,9 +40,9 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" - "github.com/rudecs/terraform-provider-decort/internal/flattens" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/flattens" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/sep/resource_sep_config.go b/internal/service/cloudbroker/sep/resource_sep_config.go index 3a45bda..18e5e9f 100644 --- a/internal/service/cloudbroker/sep/resource_sep_config.go +++ b/internal/service/cloudbroker/sep/resource_sep_config.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -40,8 +40,8 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/sep/utility_sep.go b/internal/service/cloudbroker/sep/utility_sep.go index 724fcdf..47de088 100644 --- a/internal/service/cloudbroker/sep/utility_sep.go +++ b/internal/service/cloudbroker/sep/utility_sep.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/sep/utility_sep_config.go b/internal/service/cloudbroker/sep/utility_sep_config.go index e4e247c..8113fb8 100644 --- a/internal/service/cloudbroker/sep/utility_sep_config.go +++ b/internal/service/cloudbroker/sep/utility_sep_config.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/sep/utility_sep_consumption.go b/internal/service/cloudbroker/sep/utility_sep_consumption.go index 88b0985..c9744fe 100644 --- a/internal/service/cloudbroker/sep/utility_sep_consumption.go +++ b/internal/service/cloudbroker/sep/utility_sep_consumption.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -38,7 +38,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilitySepConsumptionCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*SepConsumption, error) { diff --git a/internal/service/cloudbroker/sep/utility_sep_disk_list.go b/internal/service/cloudbroker/sep/utility_sep_disk_list.go index 47b0aa8..a718515 100644 --- a/internal/service/cloudbroker/sep/utility_sep_disk_list.go +++ b/internal/service/cloudbroker/sep/utility_sep_disk_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/sep/utility_sep_list.go b/internal/service/cloudbroker/sep/utility_sep_list.go index 96dbe0e..d696c5e 100644 --- a/internal/service/cloudbroker/sep/utility_sep_list.go +++ b/internal/service/cloudbroker/sep/utility_sep_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/sep/utility_sep_pool.go b/internal/service/cloudbroker/sep/utility_sep_pool.go index 4270569..dc1793b 100644 --- a/internal/service/cloudbroker/sep/utility_sep_pool.go +++ b/internal/service/cloudbroker/sep/utility_sep_pool.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package sep @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/snapshot/api.go b/internal/service/cloudbroker/snapshot/api.go index a974cca..5cb37ea 100644 --- a/internal/service/cloudbroker/snapshot/api.go +++ b/internal/service/cloudbroker/snapshot/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot diff --git a/internal/service/cloudbroker/snapshot/data_source_snapshot_list.go b/internal/service/cloudbroker/snapshot/data_source_snapshot_list.go index 0fe01c1..f5d4ca3 100644 --- a/internal/service/cloudbroker/snapshot/data_source_snapshot_list.go +++ b/internal/service/cloudbroker/snapshot/data_source_snapshot_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenSnapshotList(gl SnapshotList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/snapshot/models.go b/internal/service/cloudbroker/snapshot/models.go index 0152191..e09b85a 100644 --- a/internal/service/cloudbroker/snapshot/models.go +++ b/internal/service/cloudbroker/snapshot/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot diff --git a/internal/service/cloudbroker/snapshot/resource_snapshot.go b/internal/service/cloudbroker/snapshot/resource_snapshot.go index 8090437..528e7d7 100644 --- a/internal/service/cloudbroker/snapshot/resource_snapshot.go +++ b/internal/service/cloudbroker/snapshot/resource_snapshot.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot @@ -39,8 +39,8 @@ import ( "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" ) diff --git a/internal/service/cloudbroker/snapshot/utility_snapshot.go b/internal/service/cloudbroker/snapshot/utility_snapshot.go index b99509b..5a07d38 100644 --- a/internal/service/cloudbroker/snapshot/utility_snapshot.go +++ b/internal/service/cloudbroker/snapshot/utility_snapshot.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot diff --git a/internal/service/cloudbroker/snapshot/utility_snapshot_list.go b/internal/service/cloudbroker/snapshot/utility_snapshot_list.go index e06ac5b..c695c38 100644 --- a/internal/service/cloudbroker/snapshot/utility_snapshot_list.go +++ b/internal/service/cloudbroker/snapshot/utility_snapshot_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package snapshot @@ -38,7 +38,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilitySnapshotListCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (SnapshotList, error) { diff --git a/internal/service/cloudbroker/vgpu/api.go b/internal/service/cloudbroker/vgpu/api.go index ebd1104..d6d21ba 100644 --- a/internal/service/cloudbroker/vgpu/api.go +++ b/internal/service/cloudbroker/vgpu/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vgpu diff --git a/internal/service/cloudbroker/vgpu/data_source_vgpu.go b/internal/service/cloudbroker/vgpu/data_source_vgpu.go index 763b26d..32e3514 100644 --- a/internal/service/cloudbroker/vgpu/data_source_vgpu.go +++ b/internal/service/cloudbroker/vgpu/data_source_vgpu.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vgpu diff --git a/internal/service/cloudbroker/vgpu/models.go b/internal/service/cloudbroker/vgpu/models.go index 9f96f47..59719f8 100644 --- a/internal/service/cloudbroker/vgpu/models.go +++ b/internal/service/cloudbroker/vgpu/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vgpu diff --git a/internal/service/cloudbroker/vgpu/utility_vgpu.go b/internal/service/cloudbroker/vgpu/utility_vgpu.go index 65366cd..ba25354 100644 --- a/internal/service/cloudbroker/vgpu/utility_vgpu.go +++ b/internal/service/cloudbroker/vgpu/utility_vgpu.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vgpu @@ -38,7 +38,7 @@ import ( "strconv" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" ) func utilityVGPUCheckPresence(ctx context.Context, d *schema.ResourceData, m interface{}) (*VGPU, error) { diff --git a/internal/service/cloudbroker/vins/api.go b/internal/service/cloudbroker/vins/api.go index bfdefe4..818fd21 100644 --- a/internal/service/cloudbroker/vins/api.go +++ b/internal/service/cloudbroker/vins/api.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins diff --git a/internal/service/cloudbroker/vins/data_source_vins.go b/internal/service/cloudbroker/vins/data_source_vins.go index 2bcd362..0f93974 100644 --- a/internal/service/cloudbroker/vins/data_source_vins.go +++ b/internal/service/cloudbroker/vins/data_source_vins.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -36,7 +36,7 @@ import ( "encoding/json" "fmt" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" log "github.com/sirupsen/logrus" // "net/url" diff --git a/internal/service/cloudbroker/vins/data_source_vins_list.go b/internal/service/cloudbroker/vins/data_source_vins_list.go index 2178eb5..8f2bb95 100644 --- a/internal/service/cloudbroker/vins/data_source_vins_list.go +++ b/internal/service/cloudbroker/vins/data_source_vins_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -37,7 +37,7 @@ import ( "github.com/google/uuid" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" - "github.com/rudecs/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" ) func flattenVinsList(vl VinsList) []map[string]interface{} { diff --git a/internal/service/cloudbroker/vins/models.go b/internal/service/cloudbroker/vins/models.go index e8b95d1..f32032b 100644 --- a/internal/service/cloudbroker/vins/models.go +++ b/internal/service/cloudbroker/vins/models.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins diff --git a/internal/service/cloudbroker/vins/resource_vins.go b/internal/service/cloudbroker/vins/resource_vins.go index 6cb6aa8..c798e8e 100644 --- a/internal/service/cloudbroker/vins/resource_vins.go +++ b/internal/service/cloudbroker/vins/resource_vins.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -37,8 +37,8 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/constants" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/constants" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/diag" diff --git a/internal/service/cloudbroker/vins/utility_vins.go b/internal/service/cloudbroker/vins/utility_vins.go index a53ea85..4d2978c 100644 --- a/internal/service/cloudbroker/vins/utility_vins.go +++ b/internal/service/cloudbroker/vins/utility_vins.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -38,7 +38,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/service/cloudbroker/vins/utility_vins_list.go b/internal/service/cloudbroker/vins/utility_vins_list.go index 4746f23..60a3c99 100644 --- a/internal/service/cloudbroker/vins/utility_vins_list.go +++ b/internal/service/cloudbroker/vins/utility_vins_list.go @@ -21,12 +21,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package vins @@ -37,7 +37,7 @@ import ( "net/url" "strconv" - "github.com/rudecs/terraform-provider-decort/internal/controller" + "repos.digitalenergy.online/BASIS/terraform-provider-decort/internal/controller" log "github.com/sirupsen/logrus" "github.com/hashicorp/terraform-plugin-sdk/v2/helper/schema" diff --git a/internal/status/status.go b/internal/status/status.go index e5c2193..c3fa63d 100644 --- a/internal/status/status.go +++ b/internal/status/status.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package status diff --git a/internal/techstatus/techstatus.go b/internal/techstatus/techstatus.go index cf25850..00b232b 100644 --- a/internal/techstatus/techstatus.go +++ b/internal/techstatus/techstatus.go @@ -22,12 +22,12 @@ limitations under the License. Terraform DECORT provider - manage resources provided by DECORT (Digital Energy Cloud Orchestration Technology) with Terraform by Hashicorp. -Source code: https://github.com/rudecs/terraform-provider-decort +Source code: https://repos.digitalenergy.online/BASIS/terraform-provider-decort Please see README.md to learn where to place source code so that it builds seamlessly. -Documentation: https://github.com/rudecs/terraform-provider-decort/wiki +Documentation: https://repos.digitalenergy.online/BASIS/terraform-provider-decort/wiki */ package techstatus