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

feat: Added outputs sns_topic_name, sns_topic_id, sns_topic_owner #27

Merged
merged 5 commits into from
Dec 16, 2021

Conversation

simoferr98
Copy link
Contributor

Description

This change will add outputs to the module to allow for greater integration with terraform modules and resources

Motivation and Context

The change covers common use cases for SNS topics:

  • Implementation on resources and modules
  • Get more details on running the Terrafom Plan / Apply command

Breaking Changes

No breaking changes!

How Has This Been Tested?

Here are my test scenarios:
Created a Topic SNS and sent the following values in outputs:

  • sns_topic_name

  • sns_topic_arn

  • sns_topic_id

  • sns_topic_owner

After executing the Terraform Apply command, the correct execution was verified.

The code used to run the test is located at this repository: simoferr98/infrastructure-terraform-example

My test environment is:

  • MacOS Monterey 12.0.1
  • Terraform v1.0.11
  • AWS Personal Account

@antonbabenko antonbabenko changed the title add outputs sns_topic_name - sns_topic_arn - sns_topic_id - sns_topic_owner feat: Added outputs sns_topic_name, sns_topic_id, sns_topic_owner Dec 15, 2021
@antonbabenko
Copy link
Member

Please fix the docs by running pre-commit run -a.

@simoferr98
Copy link
Contributor Author

Hi @antonbabenko corrected the documentation as required in the README.md

@antonbabenko antonbabenko merged commit e502a5f into terraform-aws-modules:master Dec 16, 2021
antonbabenko pushed a commit that referenced this pull request Dec 16, 2021
# [3.3.0](v3.2.0...v3.3.0) (2021-12-16)

### Bug Fixes

* update CI/CD process to enable auto-release workflow ([#26](#26)) ([97a7100](97a7100))

### Features

* Added outputs sns_topic_name, sns_topic_id, sns_topic_owner ([#27](#27)) ([e502a5f](e502a5f))
@antonbabenko
Copy link
Member

This PR is included in version 3.3.0 🎉

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants