Skip to content
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

Adds the ARN to the AtProvider for the SNS Topic #348

Merged
merged 1 commit into from
Sep 25, 2020

Conversation

krishchow
Copy link
Collaborator

@krishchow krishchow commented Sep 24, 2020

Description of your changes

Fixes #347

This PR just adds a field in the SNS Topic to store the ARN. The main reason this is important is so that when other functions require the ARN string, they can simply access the value in the status as opposed to querying the API.

Checklist

I have:

  • Run make reviewable to ensure this PR is ready for review.
  • Ensured this PR contains a neat, self documenting set of commits.
  • Updated any relevant documentation, examples, or release notes.
  • Updated the dependencies in app.yaml to include any new role permissions.

Copy link
Member

@hasheddan hasheddan left a comment

Choose a reason for hiding this comment

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

Thanks @krishchow! One nitpick and could you sign your commit? :)

apis/notification/v1alpha1/snstopic_types.go Show resolved Hide resolved
Signed-off-by: Krish Chowdhary <krish@redhat.com>
@krishchow
Copy link
Collaborator Author

Fixed @hasheddan! :)

@hasheddan hasheddan merged commit c1edd7e into crossplane-contrib:master Sep 25, 2020
@prasek prasek mentioned this pull request Oct 28, 2020
26 tasks
wolffbe pushed a commit to wolffbe/provider-aws that referenced this pull request Feb 12, 2021
Adds the ARN to the AtProvider for the SNS Topic
namku pushed a commit to namku/provider-aws that referenced this pull request Mar 9, 2021
Adds the ARN to the AtProvider for the SNS Topic
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SNS Topic ARN
2 participants