Skip to content

Commit 6acf40f

Browse files
authored
Crossplane's provider-aws has moved to the crossplane-contrib org (#338)
Description of changes: This updates the templates accordingly. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent f65a1ed commit 6acf40f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

templates/crossplane/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ go run -tags codegen cmd/ack-generate/main.go crossplane <resource name> \
88
--output <directory for provider>
99
```
1010

11-
See [Contributing New Resource Using ACK](https://github.com/crossplane/provider-aws/blob/master/CODE_GENERATION.md)
11+
See [Contributing New Resource Using ACK](https://github.com/crossplane-contrib/provider-aws/blob/master/CODE_GENERATION.md)
1212
for details.

templates/crossplane/pkg/controller.go.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ import (
2020
cpresource "github.com/crossplane/crossplane-runtime/pkg/resource"
2121
xpv1 "github.com/crossplane/crossplane-runtime/apis/common/v1"
2222

23-
svcapitypes "github.com/crossplane/provider-aws/apis/{{ .ServicePackageName }}/{{ .APIVersion}}"
24-
awsclient "github.com/crossplane/provider-aws/pkg/clients"
23+
svcapitypes "github.com/crossplane-contrib/provider-aws/apis/{{ .ServicePackageName }}/{{ .APIVersion}}"
24+
awsclient "github.com/crossplane-contrib/provider-aws/pkg/clients"
2525
)
2626

2727
const (

templates/crossplane/pkg/conversions.go.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
"github.com/aws/aws-sdk-go/aws/awserr"
1414
svcsdk "github.com/aws/aws-sdk-go/service/{{ .ServicePackageName }}"
1515

16-
svcapitypes "github.com/crossplane/provider-aws/apis/{{ .ServicePackageName }}/{{ .APIVersion}}"
16+
svcapitypes "github.com/crossplane-contrib/provider-aws/apis/{{ .ServicePackageName }}/{{ .APIVersion}}"
1717
)
1818

1919
// NOTE(muvaf): We return pointers in case the function needs to start with an

0 commit comments

Comments
 (0)