You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
│ Error: Missing required argument
│
│ on ndj.tf line 37, in resource "citrix_image_version" "test-image-version":
│ 37: resource "citrix_image_version" "test-image-version" {
│
│ The argument "network_mapping" is required, but no definition was found.
AlanCitrix
changed the title
[Bug] citrix_image_version.network_mapping is mandatory in v1.0.11
[Bug] citrix_image_version.network_mapping is mandatory in v1.0.10
Feb 14, 2025
Describe the bug
v1.0.10 had a breaking change moving the
citrix_image_version.azure_image_specs.network_mapping
tocitrix_image_version.azure_image_specs
: https://github.com/citrix/terraform-provider-citrix/releases/tag/v1.0.10This change also switching the
network_mapping
to be mandatory now, but before it was optional.Versions
citrix/citrix provider: v1.0.10
Terraform configuration files
Terraform console output
Workaround
A
network_mapping
can be specified to continue:CitrixIssueId: 60798
The text was updated successfully, but these errors were encountered: