https://github.com/crowdstrike/terraform-provider-crowdstrike
Terraform provider to manage resources in the CrowdStrike falcon console.
https://github.com/crowdstrike/terraform-provider-crowdstrike
Last synced: 2 months ago
JSON representation
Terraform provider to manage resources in the CrowdStrike falcon console.
- Host: GitHub
- URL: https://github.com/crowdstrike/terraform-provider-crowdstrike
- Owner: CrowdStrike
- License: mpl-2.0
- Created: 2024-04-23T22:36:26.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-22T20:02:51.000Z (5 months ago)
- Last Synced: 2026-01-22T20:21:05.927Z (5 months ago)
- Language: Go
- Homepage: https://registry.terraform.io/providers/CrowdStrike/crowdstrike/latest/docs
- Size: 1.41 MB
- Stars: 25
- Watchers: 5
- Forks: 18
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Terraform CrowdStrike Provider
The CrowdStrike provider enables terraform to manage CrowdStrike resources.
- [docs](./docs/) - Documentation for each resource.
- [examples](./examples/) - Examples of each resource.
- [issues](https://github.com/crowdstrike/terraform-provider-crowdstrike/issues) - Report issues or request the next set of resources.
### Support
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](./SUPPORT.md) file.
### CrowdStrike API Access
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.
> [!NOTE]
> See a resource's documentation for the specific scopes required for that resource.
### Importing Existing CrowdStrike resources
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](./docs/importing.md) for an example of using the `import` block and the `terraform import` command.
# Contributing
See the [contributing documentation](./CONTRIBUTING.md).