Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed CrowdStrike spelling #36

Merged
merged 3 commits into from
Dec 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Crowdstrike Resource Provider
# CrowdStrike Resource Provider

The Crowdstrike Resource Provider lets you manage [crowdstrike](https://www.pulumi.com/registry/packages/crowdstrike/) resources.
The CrowdStrike Resource Provider lets you manage [crowdstrike](https://www.pulumi.com/registry/packages/crowdstrike/) resources.

## Installing

Expand Down Expand Up @@ -36,7 +36,6 @@ To use from Go, use `go get` to grab the latest version of the library:
go get github.com/crowdstrike/pulumi-crowdstrike/sdk/go/...
```


## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/crowdstrike/api-docs/).
8 changes: 4 additions & 4 deletions docs/installation-configuration.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: Crowdstrike Installation & Configuration
meta_desc: Information on how to install the Crowdstrike provider.
title: CrowdStrike Installation & Configuration
meta_desc: Information on how to install the CrowdStrike provider.
layout: installation
---

## Installation

The Pulumi Crowdstrike provider is available as a package in all Pulumi languages:
The Pulumi CrowdStrike provider is available as a package in all Pulumi languages:

* JavaScript/TypeScript: [`@crowdstrike/pulumi`](https://www.npmjs.com/package/@crowdstrike/pulumi)
* Python: [`crowdstrike_pulumi`](https://pypi.org/project/crowdstrike_pulumi/)
Expand All @@ -21,7 +21,7 @@ The following configuration environment variables are required for the `CrowdStr

### Provider Binary

The Crowdstrike provider binary is a third party binary. It can be installed using the `pulumi plugin` command.
The CrowdStrike provider binary is a third party binary. It can be installed using the `pulumi plugin` command.

```bash
pulumi plugin install resource crowdstrike <version>
Expand Down
4 changes: 2 additions & 2 deletions provider/cmd/pulumi-resource-crowdstrike/schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "crowdstrike",
"displayName": "CrowdStrike",
"description": "A Pulumi package for creating and managing Crowdstrike resources",
"description": "A Pulumi package for creating and managing CrowdStrike resources",
"keywords": [
"pulumi",
"crowdstrike",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"nodejs": {
"packageName": "@crowdstrike/pulumi",
"packageDescription": "A Pulumi package for creating and managing Crowdstrike resources. Based on terraform-provider-crowdstrike: version v0.0.4",
"packageDescription": "A Pulumi package for creating and managing CrowdStrike resources. Based on terraform-provider-crowdstrike: version v0.0.4",
"readme": "\u003e This provider is a derived work of the [Terraform Provider](https://github.com/crowdstrike/terraform-provider-crowdstrike)\n\u003e distributed under [MPL 2.0](https://www.mozilla.org/en-US/MPL/2.0/). If you encounter a bug or missing feature,\n\u003e first check the [`pulumi-crowdstrike` repo](https://github.com/crowdstrike/pulumi-crowdstrike/issues); however, if that doesn't turn up anything,\n\u003e please consult the source [`terraform-provider-crowdstrike` repo](https://github.com/crowdstrike/terraform-provider-crowdstrike/issues).",
"dependencies": {
"@pulumi/pulumi": "^3.0.0"
Expand Down
2 changes: 1 addition & 1 deletion provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func Provider() tfbridge.ProviderInfo {
// for use in Pulumi programs
// e.g https://github.com/org/pulumi-provider-name/releases/
PluginDownloadURL: "github://api.github.com/crowdstrike/pulumi-crowdstrike",
Description: "A Pulumi package for creating and managing Crowdstrike resources",
Description: "A Pulumi package for creating and managing CrowdStrike resources",
// category/cloud tag helps with categorizing the package in the Pulumi Registry.
// For all available categories, see `Keywords` in
// https://www.pulumi.com/docs/guides/pulumi-packages/schema/#package.
Expand Down
2 changes: 1 addition & 1 deletion sdk/dotnet/CrowdStrike.Crowdstrike.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
<Authors>CrowdStrike</Authors>
<Company>CrowdStrike</Company>
<Description>A Pulumi package for creating and managing Crowdstrike resources</Description>
<Description>A Pulumi package for creating and managing CrowdStrike resources</Description>
<PackageLicenseExpression>Apache-2.0</PackageLicenseExpression>
<PackageProjectUrl>https://crowdstrike.com</PackageProjectUrl>
<RepositoryUrl>https://github.com/crowdstrike/pulumi-crowdstrike</RepositoryUrl>
Expand Down
2 changes: 1 addition & 1 deletion sdk/go/crowdstrike/doc.go
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// A Pulumi package for creating and managing Crowdstrike resources
// A Pulumi package for creating and managing CrowdStrike resources
package crowdstrike
2 changes: 1 addition & 1 deletion sdk/nodejs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@crowdstrike/pulumi",
"version": "${VERSION}",
"description": "A Pulumi package for creating and managing Crowdstrike resources. Based on terraform-provider-crowdstrike: version v0.0.4",
"description": "A Pulumi package for creating and managing CrowdStrike resources. Based on terraform-provider-crowdstrike: version v0.0.4",
"keywords": [
"pulumi",
"crowdstrike",
Expand Down
5 changes: 2 additions & 3 deletions sdk/python/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Crowdstrike Resource Provider
# CrowdStrike Resource Provider

The Crowdstrike Resource Provider lets you manage [crowdstrike](https://www.pulumi.com/registry/packages/crowdstrike/) resources.
The CrowdStrike Resource Provider lets you manage [crowdstrike](https://www.pulumi.com/registry/packages/crowdstrike/) resources.

## Installing

Expand Down Expand Up @@ -36,7 +36,6 @@ To use from Go, use `go get` to grab the latest version of the library:
go get github.com/crowdstrike/pulumi-crowdstrike/sdk/go/...
```


## Reference

For detailed reference documentation, please visit [the Pulumi registry](https://www.pulumi.com/registry/packages/crowdstrike/api-docs/).
2 changes: 1 addition & 1 deletion sdk/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def readme():
setup(name='crowdstrike_pulumi',
python_requires='>=3.8',
version=VERSION,
description="A Pulumi package for creating and managing Crowdstrike resources",
description="A Pulumi package for creating and managing CrowdStrike resources",
long_description=readme(),
long_description_content_type='text/markdown',
keywords='pulumi crowdstrike category/infrastructure',
Expand Down
Loading