diff --git a/tests/provider.tf b/tests/provider.tf deleted file mode 100644 index d8459a3ce..000000000 --- a/tests/provider.tf +++ /dev/null @@ -1,5 +0,0 @@ -provider "citrixadc" { - endpoint = "http://localhost/" - username = "nsroot" - password = "nsroot" -} diff --git a/tests/resources.tf b/tests/resources.tf deleted file mode 100644 index ece4fb031..000000000 --- a/tests/resources.tf +++ /dev/null @@ -1,7 +0,0 @@ -resource "citrixadc_lbvserver" "test_lb" { - name = "testLB" - ipv46 = "1.2.3.4" - port = "80" - servicetype = "HTTP" -} -