-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(er): import er resource, unit tests and docs #193
Conversation
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
1 similar comment
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
7440868
to
1a93589
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
1 similar comment
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
PR needs rebase. |
1a93589
to
ae080af
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
ae080af
to
e76e536
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
PR needs rebase. |
e76e536
to
d6bdc83
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
g42cloud/provider.go
Outdated
"g42cloud_identity_role_assignment": iam.ResourceIdentityGroupRoleAssignment(), | ||
"g42cloud_identity_user": iam.ResourceIdentityUser(), | ||
"g42cloud_identity_group": iam.ResourceIdentityGroup(), | ||
"g42cloud_identity_group_membership": iam.ResourceIdentityGroupMembership(), | ||
"g42cloud_identity_acl": iam.ResourceIdentityACL(), | ||
"g42cloud_identity_agency": iam.ResourceIAMAgencyV3(), | ||
"g42cloud_identity_project": iam.ResourceIdentityProject(), | ||
"g42cloud_identity_provider": iam.ResourceIdentityProvider(), | ||
"g42cloud_identity_provider_conversion": iam.ResourceIAMProviderConversion(), | ||
"g42cloud_identity_role": iam.ResourceIdentityRole(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"g42cloud_identity_role_assignment": iam.ResourceIdentityGroupRoleAssignment(), | |
"g42cloud_identity_user": iam.ResourceIdentityUser(), | |
"g42cloud_identity_group": iam.ResourceIdentityGroup(), | |
"g42cloud_identity_group_membership": iam.ResourceIdentityGroupMembership(), | |
"g42cloud_identity_acl": iam.ResourceIdentityACL(), | |
"g42cloud_identity_agency": iam.ResourceIAMAgencyV3(), | |
"g42cloud_identity_project": iam.ResourceIdentityProject(), | |
"g42cloud_identity_provider": iam.ResourceIdentityProvider(), | |
"g42cloud_identity_provider_conversion": iam.ResourceIAMProviderConversion(), | |
"g42cloud_identity_role": iam.ResourceIdentityRole(), | |
"g42cloud_identity_provider": iam.ResourceIdentityProvider(), | |
"g42cloud_identity_provider_conversion": iam.ResourceIAMProviderConversion(), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
PR needs rebase. |
d6bdc83
to
7e5d8f9
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
7e5d8f9
to
c2168a8
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
c2168a8
to
f61782c
Compare
This PR exceeds the recommended size of 1000 lines. Please make sure you are NOT addressing multiple issues with one PR. Note this PR might be rejected due to its size. |
/close |
What this PR does / why we need it:
Which issue this PR fixes:
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)fixes #xxx
Special notes for your reviewer:
Release note:
PR Checklist
Acceptance Steps Performed