provider-jet-aws
provider-jet-aws copied to clipboard
AWS Provider for Crossplane that is built with Terrajet.
### What happened? ``` $ make generate 15:59:19 [ .. ] generating provider schema for hashicorp/aws 3.56.0 15:59:22 [ OK ] generating provider schema for hashicorp/aws 3.56.0 15:59:22 [ .....
Crossplane 1.8.1, jet-aws provider 0.4.2, I wanted to test the convergence behavior, so I created an AWS instance with the following YAML: ``` apiVersion: ec2.aws.jet.crossplane.io/v1alpha2 kind: Instance metadata: name: crossplane-instance...
### Description of your changes This PR adds the VPCPeeringConnectionAccepter resource. I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run `make reviewable test` to ensure this...
### What happened? ``` message: "create failed: cannot apply: apply failed: Error creating ElastiCache Replication Group (sample-redis-2): ReplicationGroupAlreadyExists: Replication group with specified name already exists.\n\tstatus code: 400, request id: 3857b163-3ff8-4eb1-9d57-73f24831ac6d:...
### Description of your changes Related #108 The following commit of terrajet is used: https://github.com/crossplane/terrajet/commit/fd4224b01b71afd3ce883008857151eeb5c59773 Then we can compare the two jobs to check whether this change helps us. I...
### What happened? After introducing the Github actions we observed linter issues (timeouts) in [the first PR](https://github.com/crossplane-contrib/provider-tf-aws/pull/107). After bumping the timeout (2mins to 10mins), I observed a successful [build](https://github.com/crossplane-contrib/provider-tf-aws/runs/3895180115?check_suite_focus=true) that...
Signed-off-by: natereid72 ### Description of your changes Added statement of Kubernetes version requirement to README.md. Fixes #163 I have: - [x] Read and followed Crossplane's [contribution process]. - [x] Run...
### Description of your changes In the context of: https://github.com/crossplane-contrib/terrajet/issues/48 Adds generated example manifests for the Terraform resources. I have: - [X] Read and followed Crossplane's [contribution process]. - [X]...
Can we add requirement for Kubernetes API server version =>v1.23 to the README?