Skip to content

Commit

Permalink
Merge pull request #6 from dimi4ik/fead/test_und_modi_modul
Browse files Browse the repository at this point in the history
Fead/test und modi modul
  • Loading branch information
dimi4ik authored Jul 30, 2024
2 parents cead715 + 9f2a72c commit 8414817
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 23 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,18 @@

# Table of Contents

- [Usage](#Usage)
- [Share the Love](#share-the-love)
- [Contributing](#contributing)
- [Bug Reports and Feature Requests](#bug-reports--feature-requests)
- [Developing](#developing)
- [Requirements](#requirements)
- [Providers](#providers)
- [Modules](#modules)
- [Resources](#resources)
- [Inputs](#inputs)
- [Outputs](#outputs)
- [Table of Contents](#table-of-contents)
- [Usage](#usage)
- [Share the Love](#share-the-love)
- [Contributing](#contributing)
- [Bug Reports \& Feature Requests](#bug-reports--feature-requests)
- [Developing](#developing)
- [Requirements](#requirements)
- [Providers](#providers)
- [Modules](#modules)
- [Resources](#resources)
- [Inputs](#inputs)
- [Outputs](#outputs)


## Usage
Expand All @@ -32,12 +33,11 @@ module "citrix_core" {
ad_admin_password = var.ad_admin_password
ad_admin_username = var.ad_admin_username
provider_hostname = var.provider_hostname
computer_name = var.computer_name
citrix_machine_catalog_account =var.citrix_machine_catalog_account
provider_disable_ssl_verification = var.provider_disable_ssl_verification
allow_list = var.allow_list
}
```

---

Expand Down
3 changes: 1 addition & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ No providers.

| Name | Source | Version |
|------|--------|---------|
| <a name="module_citrix_core"></a> [citrix\_core](#module\_citrix\_core) | git::https://github.com/dimi4ik/terraform-citrix-mcdg/ | v0.0.3 |
| <a name="module_citrix_core"></a> [citrix\_core](#module\_citrix\_core) | git::https://github.com/dimi4ik/terraform-citrix-mcdg/ | v0.0.4 |

## Resources

Expand All @@ -31,7 +31,6 @@ No resources.
| <a name="input_citrix_machine_catalog_description"></a> [citrix\_machine\_catalog\_description](#input\_citrix\_machine\_catalog\_description) | Description of the machine catalog | `string` | n/a | yes |
| <a name="input_citrix_machine_catalog_name"></a> [citrix\_machine\_catalog\_name](#input\_citrix\_machine\_catalog\_name) | Name of the machine catalog | `string` | n/a | yes |
| <a name="input_citrix_machine_catalog_zone"></a> [citrix\_machine\_catalog\_zone](#input\_citrix\_machine\_catalog\_zone) | Zone of the machine catalog | `string` | n/a | yes |
| <a name="input_computer_name"></a> [computer\_name](#input\_computer\_name) | The hostname of the Citrix DDC server | `string` | n/a | yes |
| <a name="input_delivery_group_description"></a> [delivery\_group\_description](#input\_delivery\_group\_description) | Description of the delivery group | `string` | n/a | yes |
| <a name="input_delivery_group_name"></a> [delivery\_group\_name](#input\_delivery\_group\_name) | Name of the Delivery Group to create | `string` | n/a | yes |
| <a name="input_desktop_description"></a> [desktop\_description](#input\_desktop\_description) | description of the published desktop | `string` | n/a | yes |
Expand Down
3 changes: 1 addition & 2 deletions examples/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
################################################################

module "citrix_core" {
source = "git::https://github.com/dimi4ik/terraform-citrix-mcdg/?ref=v0.0.3"
source = "git::https://github.com/dimi4ik/terraform-citrix-mcdg/?ref=v0.0.4"
delivery_group_name = var.delivery_group_name
delivery_group_description = var.delivery_group_description
desktop_description = var.desktop_description
Expand All @@ -14,7 +14,6 @@ module "citrix_core" {
ad_admin_password = var.ad_admin_password
ad_admin_username = var.ad_admin_username
provider_hostname = var.provider_hostname
computer_name = var.computer_name
citrix_machine_catalog_account = var.citrix_machine_catalog_account
provider_disable_ssl_verification = var.provider_disable_ssl_verification
allow_list = var.allow_list
Expand Down
4 changes: 2 additions & 2 deletions examples/terraform.template.tfvars.examples
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# Variable für neue MVD Umgebung Kunde Allgemein
#######################################################################################

computer_name = "10.0.0.7" # # IP or FQDN of the DDC machine
ad_admin_username = "domain\\admin"
ad_admin_username = "domain\\admin"
provider_disable_ssl_verification = true
citrix_machine_catalog_zone = "xxxxxxxxxxxxxxxxxxx"
provider_hostname = "10.0.0.5"
citrix_machine_catalog_name = "mc001"
citrix_machine_catalog_description = "Machine Catalog for the example delivery group"
citrix_machine_catalog_account = "domain\\vda
Expand Down
4 changes: 0 additions & 4 deletions examples/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@ variable "ad_admin_password" {
sensitive = true
}

variable "computer_name" {
type = string
description = "The hostname of the Citrix DDC server"
}



Expand Down

0 comments on commit 8414817

Please sign in to comment.