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

Commit

Permalink
go.mod: update to latest terrajet to get stable import lists.
Browse files Browse the repository at this point in the history
Signed-off-by: Muvaffak Onus <[email protected]>
  • Loading branch information
muvaf committed Nov 17, 2021
1 parent 472c6e7 commit 4deae38
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions internal/controller/zz_setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,18 +49,18 @@ import (
vpc "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ec2/vpc"
vpcendpoint "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ec2/vpcendpoint"
vpcpeeringconnection "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ec2/vpcpeeringconnection"
repositoryecr "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecr/repository"
repository "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecrpublic/repository"
repository "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecr/repository"
repositoryecrpublic "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecrpublic/repository"
capacityprovider "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecs/capacityprovider"
cluster "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecs/cluster"
clusterecs "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecs/cluster"
service "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecs/service"
taskdefinition "github.com/crossplane-contrib/provider-tf-aws/internal/controller/ecs/taskdefinition"
addon "github.com/crossplane-contrib/provider-tf-aws/internal/controller/eks/addon"
clustereks "github.com/crossplane-contrib/provider-tf-aws/internal/controller/eks/cluster"
fargateprofile "github.com/crossplane-contrib/provider-tf-aws/internal/controller/eks/fargateprofile"
identityproviderconfig "github.com/crossplane-contrib/provider-tf-aws/internal/controller/eks/identityproviderconfig"
nodegroup "github.com/crossplane-contrib/provider-tf-aws/internal/controller/eks/nodegroup"
clusterelasticache "github.com/crossplane-contrib/provider-tf-aws/internal/controller/elasticache/cluster"
cluster "github.com/crossplane-contrib/provider-tf-aws/internal/controller/elasticache/cluster"
parametergroup "github.com/crossplane-contrib/provider-tf-aws/internal/controller/elasticache/parametergroup"
replicationgroup "github.com/crossplane-contrib/provider-tf-aws/internal/controller/elasticache/replicationgroup"
loadbalancer "github.com/crossplane-contrib/provider-tf-aws/internal/controller/elasticloadbalancing/loadbalancer"
Expand Down Expand Up @@ -100,8 +100,8 @@ func Setup(mgr ctrl.Manager, l logging.Logger, wl workqueue.RateLimiter, ps terr
bucket.Setup,
capacityprovider.Setup,
cluster.Setup,
clusterecs.Setup,
clustereks.Setup,
clusterelasticache.Setup,
dbcluster.Setup,
dbinstance.Setup,
dbparametergroup.Setup,
Expand All @@ -126,7 +126,7 @@ func Setup(mgr ctrl.Manager, l logging.Logger, wl workqueue.RateLimiter, ps terr
providerconfig.Setup,
replicationgroup.Setup,
repository.Setup,
repositoryecr.Setup,
repositoryecrpublic.Setup,
role.Setup,
rolepolicy.Setup,
rolepolicyattachment.Setup,
Expand Down

0 comments on commit 4deae38

Please sign in to comment.