diff --git a/.env.sample b/.env.sample index 09016d536..95870ca0e 100644 --- a/.env.sample +++ b/.env.sample @@ -1,3 +1,6 @@ OKTA_API_TOKEN= OKTA_ORG_NAME= OKTA_BASE_URL=oktapreview.com + +# Uncomment line below to get debug log output, this will allow you to see every HTTP request +# TF_LOG=debug diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 34c84627f..751585eb0 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -56,6 +56,9 @@ Acceptance tests are run against real infrastructure and thus require credential ```shell cp .env.sample .env dotenv make testacc + +# Or run a particular test +TEST_FILTER=TestAccDataSourceAppSaml dotenv make testacc ``` ## Creating a PR