The CrowdStrike provider enables terraform to manage CrowdStrike resources.
- docs - Documentation for each resource.
- examples - Examples of each resource.
- issues - Report issues or request the next set of resources.
Terraform CrowdStrike Provider is a community-driven, open source project designed to streamline deploying and managing resources in the CrowdStrike console. While not a formal CrowdStrike product, Terraform CrowdStrike Provider is maintained by CrowdStrike and supported in partnership with the open source developer community.
For additional information, please refer to the SUPPORT.md file.
The provider uses the CrowdStrike Falcon API to manage resources. In order to use the provider, you must have a CrowdStrike API client ID and client secret.
The following scopes are required to create and manage all the resources the provider currently supports:
Note
See a resource's documentation for the specific scopes required for that resource.
Scope | Permission |
---|---|
Device Control Policies | READ, WRITE |
Prevention Policies | READ, WRITE |
Response Policies | READ, WRITE |
Firewall Management | READ, WRITE |
Host Groups | READ, WRITE |
Sensor Update Policies | READ, WRITE |
Falcon FileVantage | READ, WRITE |
The CrowdStrike provider supports importing existing resources into terraform state. This is useful for managing resources that were created outside of terraform. Refer to the importing guide for an example of using the import
block and the terraform import
command.