diff --git a/nutanix/data_source_nutanix_category_key_test.go b/nutanix/data_source_nutanix_category_key_test.go index 0b43f082d..1ad1c2cd9 100644 --- a/nutanix/data_source_nutanix_category_key_test.go +++ b/nutanix/data_source_nutanix_category_key_test.go @@ -67,5 +67,5 @@ resource "nutanix_category_value" "test_value"{ data "nutanix_category_key" "test_key_value" { - name = nutanix_category_key.test_key_value.name + name = nutanix_category_value.test_value.name //creating implicit dependency }`