CrowdStrike / terraform-provider-crowdstrike

https://registry.terraform.io/providers/CrowdStrike/crowdstrike/latest/docs
Mozilla Public License 2.0
7 stars 5 forks source link

Doc: Unclear connection to "official" provider #27

Closed stevenpitts closed 2 months ago

stevenpitts commented 2 months ago

Going through the official CrowdStrike AWS registration process, I am provided with instructions to use this provider:

      crowdstrike = {
        source  = "cs-prod-cloudconnect-templates.s3.amazonaws.com/crowdstrike/crowdstrike"
        version = ">= 0.3.0"
      }

What is the connection between that provider source and this one?

ffalor commented 2 months ago

Hey @stevenpitts the provider you linked is used to register cloud accounts for CSPM.

The provider in this repo (published here on the terraform registry) is currently managing other resources in the Falcon console.

For example you can use this provider to create a manage the following resources:

There are plans to add more resources to this provider.

stevenpitts commented 2 months ago

@ffalor That makes sense, thank you!