From 62992a4dcbf296dd4d3cb6810c5eb7fd0f725c28 Mon Sep 17 00:00:00 2001 From: Hasan Turken Date: Tue, 11 Oct 2022 10:48:23 +0300 Subject: [PATCH] Remove testdata/datasource.yaml Signed-off-by: Hasan Turken --- README.md | 15 ++++++++++++++- testdata/datasource.yaml | 9 --------- 2 files changed, 14 insertions(+), 10 deletions(-) delete mode 100644 testdata/datasource.yaml diff --git a/README.md b/README.md index 6f8b405..92d6ba3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ # UPTEST -The end to end integration testing tools for Crossplane providers and configurations \ No newline at end of file +The end to end integration testing tool for Crossplane providers and configurations. + +## Usage + +TBD + +## Report a Bug + +For filing bugs, suggesting improvements, or requesting new features, please +open an [issue](https://github.com/upbound/uptest/issues). + +## Licensing + +uptest is under the Apache 2.0 license. diff --git a/testdata/datasource.yaml b/testdata/datasource.yaml deleted file mode 100644 index 9d6741c..0000000 --- a/testdata/datasource.yaml +++ /dev/null @@ -1,9 +0,0 @@ -azurerm_client_config.current.tenant_id: b9925bc4-8383-4c37-b9d2-fa456d1bb1c7 -azurerm_client_config.current.object_id: d949679c-f7ed-4e18-a8ac-0f5560ed3fdc -aws_account_id: 609897127049 -aws_region: us-west-1 -aws_noop_function_arn: arn:aws:lambda:us-west-1:609897127049:function:official-providers-noop-test-func -aws_noop_function_name: official-providers-noop-test-func -cloudplatform_project.projectId: official-provider-testing -google_iam_member.member: serviceAccount:official-provider-testing-noop@official-provider-testing.iam.gserviceaccount.com -google_iam_member.op-user: official-provider-testing@official-provider-testing.iam.gserviceaccount.com