# What * [ ] Add `basic` component test * [ ] Add `disabled` component test * [ ] Test component drifting * [ ] Add any additional use case tests # Why * Test basic component features * Verify that the component does not create any resources when input `enabled: false` set * Verify that the component does not drift on a second run with the same inputs * Add test for any additional than basic use cases for the component # References * [Component test writing guide](https://docs.cloudposse.com/community/contribute/component-testing/) * [List of component tests are done](https://github.com/orgs/cloudposse-terraform-components/projects/1/views/3)
What
basiccomponent testdisabledcomponent testWhy
enabled: falsesetReferences