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

Fix wrong usage of the module in README #58

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

AdamMartinCote
Copy link

what

The example usage of the module in the project's README as an error where the value of s3_resources is a string rather than a list(string).

why

This change fixes it as new users of the module are likely to copy this code and get an error

references

Type of the s3_resources variable:
https://github.com/cloudposse/terraform-aws-iam-s3-user/blob/cd492ae7521a4c41b7ae8df10a340c44765ea306/variables.tf#L8C7-L8C7

The example usage of the module in the project's README as an error where the value of `s3_resources` is a string rather than a list(string). This change fixes it as new users of the module are likely to copy this code and get an error
@AdamMartinCote AdamMartinCote requested review from a team as code owners November 24, 2023 23:48
@hans-d hans-d added wip Work in Progress: Not ready for final review or merge stale This PR has gone stale and removed wip Work in Progress: Not ready for final review or merge labels Mar 8, 2024
Copy link

mergify bot commented Mar 9, 2024

Thanks @AdamMartinCote for creating this pull request!

A maintainer will review your changes shortly. Please don't be discouraged if it takes a while.

While you wait, make sure to review our contributor guidelines.

Tip

Need help or want to ask for a PR review to be expedited?

Join us on Slack in the #pr-reviews channel.

@mergify mergify bot added triage Needs triage and removed stale This PR has gone stale labels Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
triage Needs triage
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants