-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugBugBug
Description
Validators: []validator.String{
fstringvalidator.Formats(
[]fstringvalidator.FormatsValidatorType{
fstringvalidator.FormatsIsUUIDv4,
},
false,
),
},
execute go test
task provider:test TF_ACC_RUN_TEST="example" TF_TEST_NAME="TestAccELBPoliciesHTTPSecurityResource"
result:
...
elb_policies_http_security_resource_test.go:910: Step 1/19 error: Error running apply: exit status 1
Error: Failed to parse UUID
with cloudavenue_elb_policies_http_security.example,
on terraform_plugin_test.tf line 3, in resource "cloudavenue_elb_policies_http_security" "example":
3: virtual_service_id = cloudavenue_elb_virtual_service.example.id
This value is not a valid (v4) UUID
...