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

Remove region from iam group resource spec#113

Merged
turkenh merged 1 commit intocrossplane-contrib:mainfrom
turkenh:fix-iam-region
Oct 16, 2021
Merged

Remove region from iam group resource spec#113
turkenh merged 1 commit intocrossplane-contrib:mainfrom
turkenh:fix-iam-region

Conversation

@turkenh
Copy link
Collaborator

@turkenh turkenh commented Oct 16, 2021

Description of your changes

IAM group resources do not have a region hence do not need a region field in their schema. This PR removes schema field from iam group resources.

Fixes #112

I have:

  • Read and followed Crossplane's contribution process.
  • Run make reviewable test to ensure this PR is ready for review.

How has this code been tested

  1. kubectl create -f examples/iam/user.yaml
  2. Verify user created on the cloud side
  3. kubectl delete -f examples/iam/user.yaml
  4. Verify user deleted on the cloud side

Fixes #112

Signed-off-by: Hasan Turken <turkenh@gmail.com>
@turkenh turkenh requested review from luebken, muvaf and ulucinar October 16, 2021 12:36
Copy link
Collaborator

@luebken luebken left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but haven't tested.

@github-actions
Copy link

Successfully created backport PR #114 for release-0.2.

@turkenh turkenh deleted the fix-iam-region branch October 16, 2021 15:45
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

IAM User Example is not working

3 participants