You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Create a Kubernetes secret with the AWS credentials]: https://docs.crossplane.io/latest/getting-started/provider-aws/#create-a-kubernetes-secret-with-the-aws-credentials
[Terraform schema of the resource]: https://github.com/hashicorp/terraform-plugin-sdk/blob/e3325b095ef501cf551f7935254ce942c44c1af0/helper/schema/schema.go#L34
[Naming Conventions - One Pager Managed Resource API Design]: https://github.com/crossplane/crossplane/blob/main/design/one-pager-managed-resource-api-design.md#naming-conventions
Copy file name to clipboardExpand all lines: docs/generating-a-provider.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,7 +45,7 @@ variables in the `Makefile`:
45
45
|`TERRAFORM_PROVIDER_DOWNLOAD_NAME`| The name of the provider in the [Terraform registry](https://releases.hashicorp.com/)|
46
46
|`TERRAFORM_NATIVE_PROVIDER_BINARY`| The name of the binary in the Terraform provider. This follows the pattern `terraform-provider-{provider name}_v{provider version}`. |
47
47
|`TERRAFORM_DOCS_PATH`| The relative path, from the root of the repository, where the provider resource documentation exist. |
48
-
48
+
49
49
For example, for the [Terraform GitHub provider], the variables are:
50
50
51
51
```makefile
@@ -126,7 +126,7 @@ variables in the `Makefile`:
126
126
- Create custom configuration directory for whole repository group
127
127
128
128
```bash
129
-
mkdir config/repository
129
+
mkdir config/repository
130
130
```
131
131
132
132
- Create custom configuration directory for whole branch group
0 commit comments