-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nsxt_policy_context_profile does not support user created FQDN domain_name values #698
Comments
Would be really appreciated. |
Hi there @annakhm, I would consider this a bug as the provider does not behave the same as the NSX-T web console? |
I would view this as a Based on the issue report, I would expect the acceptance test cases that use terraform-provider-nsxt/nsxt/resource_nsxt_policy_context_profile_test.go Lines 317 to 322 in 866e722
Ryan Johnson |
Allow usage of custom attributes in context profile objects. Fixes: vmware#698, vmware#839 Signed-off-by: Kobi Samoray <[email protected]>
Allow usage of custom attributes in context profile objects. Fixes: vmware#698, vmware#839 Signed-off-by: Kobi Samoray <[email protected]>
Allow usage of custom attributes in context profile objects. Fixes: vmware#698, vmware#839 Signed-off-by: Kobi Samoray <[email protected]>
Allow usage of custom attributes in context profile objects. Fixes: vmware#698, vmware#839 Signed-off-by: Kobi Samoray <[email protected]>
Allow usage of custom attributes in context profile objects. Fixes: vmware#698, vmware#839 Signed-off-by: Kobi Samoray <[email protected]>
Allow usage of custom attributes in context profile objects. Fixes: vmware#698, vmware#839 Signed-off-by: Kobi Samoray <[email protected]>
Allow usage of custom attributes in context profile objects. Fixes: vmware#698, vmware#839 Signed-off-by: Kobi Samoray <[email protected]>
Describe the bug
Hi there,
We are trying to use nsxt_policy_context_profile to create Context Profiles containing 'user' created FQDN's for example
bob.bob.com
.When we try to use 'user' created FQDN's we get the following error:
Error: Attribute values [bob.bob.com] are not valid for attribute type domain_name
We are able to use the 'user' created FQDN's via the web console.
Reproduce steps:
Terraform:
Expected behaviour
Create the Context Profile same as the web console:
Thanks,
Tully
Additional context
nsxt = {
source = "vmware/nsxt"
version = "3.2.5"
}
The text was updated successfully, but these errors were encountered: