Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Rename to Jet #129

Merged
merged 4 commits into from
Nov 18, 2021
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
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}

- name: Install goimports
run: go get golang.org/x/tools/cmd/goimports
run: go install golang.org/x/tools/cmd/goimports

- name: Find the Go Build Cache
id: go
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ linters-settings:
goimports:
# put imports beginning with prefix after 3rd-party packages;
# it's a comma-separated list of prefixes
local-prefixes: github.com/crossplane-contrib/provider-tf-aws
local-prefixes: github.com/crossplane-contrib/provider-jet-aws

gocyclo:
# minimal code complexity to report, 30 by default (but we recommend 10-20)
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ====================================================================================
# Setup Project

PROJECT_NAME := provider-tf-aws
PROJECT_NAME := provider-jet-aws
PROJECT_REPO := github.com/crossplane-contrib/$(PROJECT_NAME)

PLATFORMS ?= linux_amd64 linux_arm64
Expand Down Expand Up @@ -44,7 +44,7 @@ GO111MODULE = on
# Setup Images

DOCKER_REGISTRY := crossplane
IMAGES = provider-tf-aws provider-tf-aws-controller
IMAGES = provider-jet-aws provider-jet-aws-controller
-include build/makelib/image.mk

# ====================================================================================
Expand Down
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Terrajet AWS Provider

`provider-tf-aws` is a [Crossplane](https://crossplane.io/) provider that is
`provider-jet-aws` is a [Crossplane](https://crossplane.io/) provider that is
built using [Terrajet](https://github.com/crossplane-contrib/terrajet) code
generation tools and exposes XRM-conformant managed resources for
[Amazon AWS](https://aws.amazon.com/).

## Getting Started

Install the provider by using the following command after changing the image tag
to the [latest release](https://github.com/crossplane-contrib/provider-tf-aws/releases):
to the [latest release](https://github.com/crossplane-contrib/provider-jet-aws/releases):
```
kubectl crossplane install provider crossplane/provider-tf-aws:v0.2.1
kubectl crossplane install provider crossplane/provider-jet-aws:v0.2.1
```

You can see the API reference [here](https://doc.crds.dev/github.com/crossplane-contrib/provider-tf-aws).
You can see the API reference [here](https://doc.crds.dev/github.com/crossplane-contrib/provider-jet-aws).

## Contributing

Expand All @@ -22,7 +22,7 @@ Please see the [Adding New Resources](/docs/adding-resources.md) guide.
## Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please
open an [issue](https://github.com/crossplane/provider-tf-aws/issues).
open an [issue](https://github.com/crossplane/provider-jet-aws/issues).

## Contact

Expand All @@ -36,17 +36,17 @@ Please use the following to reach members of the community:

## Governance and Owners

provider-tf-aws is run according to the same
provider-jet-aws is run according to the same
[Governance](https://github.com/crossplane/crossplane/blob/master/GOVERNANCE.md)
and [Ownership](https://github.com/crossplane/crossplane/blob/master/OWNERS.md)
structure as the core Crossplane project.

## Code of Conduct

provider-tf-aws adheres to the same [Code of
provider-jet-aws adheres to the same [Code of
Conduct](https://github.com/crossplane/crossplane/blob/master/CODE_OF_CONDUCT.md)
as the core Crossplane project.

## Licensing

provider-tf-aws is under the Apache 2.0 license.
provider-jet-aws is under the Apache 2.0 license.
6 changes: 3 additions & 3 deletions apis/autoscaling/v1alpha1/zz_attachment_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apis/autoscaling/v1alpha1/zz_autoscalinggroup_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apis/autoscaling/v1alpha1/zz_generated.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/autoscaling/v1alpha1/zz_groupversion_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ebs/v1alpha1/zz_generated.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/ebs/v1alpha1/zz_groupversion_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/ebs/v1alpha1/zz_volume_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_elasticip_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apis/ec2/v1alpha1/zz_generated.resolvers.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions apis/ec2/v1alpha1/zz_groupversion_info.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions apis/ec2/v1alpha1/zz_instance_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_ipv4cidrblockassociation_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions apis/ec2/v1alpha1/zz_launchtemplate_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_networkinterface_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_route_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_routetable_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_routetableassociation_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_securitygroup_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_securitygrouprule_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_subnet_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apis/ec2/v1alpha1/zz_transitgateway_types.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading