Skip to content
This repository has been archived by the owner on Jan 30, 2021. It is now read-only.

Fix ssm_actions and ssm_resources types #13

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

chess-seventh
Copy link

The two variables var.ssm_actions and var.ssm_resources are lists. In this modules' main.tf they where used as lists.

This PR fixes this problem and updates the terraform syntax.

The variables in this modules are lists and should not be define as list in the main.tf file.
Update the code with Terraform syntax >0.12.16.
@chess-seventh
Copy link
Author

This is one of my first PRs... if I need to do something more, please let me know, I'd be happy to !

Copy link

@maximmi maximmi left a comment

Choose a reason for hiding this comment

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

@chess-seventh thanks for contribution!
This repo is in our queue to convert to TF 0.12. It is not enough to just replace syntax but we have requirements to cover module with tests. If you want to contribute it in a proper way (see example) you are most welcome! Give it a try, then ping me, so I could review and run tests. This will help us and speed up the process. Otherwise we all have to wait until it will be done as well as many other modules in queue

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