Ran Policy Check for dir: `.` workspace: `default`

**Policy Check Failed**: Some policy sets did not pass.
```diff
pre-conftest output

```

#### Policy Set: `test_policy`
```diff
FAIL - <redacted plan file> - main - WARNING: Null Resource creation is prohibited.

1 test, 0 passed, 0 warnings, 1 failure, 0 exceptions

```


```diff
post-conftest output

```

#### Policy Approval Status:
```
policy set: test_policy: requires: 1 approval(s), have: 0.
```
* :heavy_check_mark: To **approve** this project, comment:
  ```shell
  atlantis approve_policies -d .
  ```
* :put_litter_in_its_place: To **delete** this plan and lock, click [here](lock-url)
* :repeat: To re-run policies **plan** this project again by commenting:
  ```shell
  atlantis plan -d .
  ```
---
* :heavy_check_mark: To **approve** all unapplied plans from this Pull Request, comment:
  ```shell
  atlantis approve_policies
  ```
* :put_litter_in_its_place: To **delete** all plans and locks from this Pull Request, comment:
  ```shell
  atlantis unlock
  ```
* :repeat: To re-run policies **plan** this project again by commenting:
  ```shell
  atlantis plan
  ```