You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terraform module to provision a basic IAM user with permissions to access S3 resources, e.g. to give the user read/write/delete access to the objects in an S3 bucket.
@@ -12,7 +13,17 @@ Suitable for CI/CD systems (_e.g._ TravisCI, CircleCI, CodeFresh) or systems whi
12
13
13
14
---
14
15
15
-
This project is part of our comprehensive ["SweetOps"](https://docs.cloudposse.com) approach towards DevOps.
16
+
This project is part of our comprehensive ["SweetOps"](https://cpco.io/sweetops) approach towards DevOps.
17
+
[<imgalign="right"title="Share via Email"src="https://docs.cloudposse.com/images/ionicons/ios-email-outline-2.0.1-16x16-999999.svg"/>][share_email]
18
+
[<imgalign="right"title="Share on Google+"src="https://docs.cloudposse.com/images/ionicons/social-googleplus-outline-2.0.1-16x16-999999.svg" />][share_googleplus]
19
+
[<imgalign="right"title="Share on Facebook"src="https://docs.cloudposse.com/images/ionicons/social-facebook-outline-2.0.1-16x16-999999.svg" />][share_facebook]
20
+
[<imgalign="right"title="Share on Reddit"src="https://docs.cloudposse.com/images/ionicons/social-reddit-outline-2.0.1-16x16-999999.svg" />][share_reddit]
21
+
[<imgalign="right"title="Share on LinkedIn"src="https://docs.cloudposse.com/images/ionicons/social-linkedin-outline-2.0.1-16x16-999999.svg" />][share_linkedin]
22
+
[<imgalign="right"title="Share on Twitter"src="https://docs.cloudposse.com/images/ionicons/social-twitter-outline-2.0.1-16x16-999999.svg" />][share_twitter]
23
+
24
+
25
+
[][terraform_modules]
26
+
16
27
17
28
18
29
It's 100% Open Source and licensed under the [APACHE2](LICENSE).
@@ -23,22 +34,32 @@ It's 100% Open Source and licensed under the [APACHE2](LICENSE).
23
34
24
35
25
36
37
+
We literally have [*hundreds of terraform modules*][terraform_modules] that are Open Source and well-maintained. Check them out!
38
+
39
+
40
+
41
+
26
42
27
43
28
44
29
45
## Usage
30
46
47
+
48
+
**IMPORTANT:** The `master` branch is used in `source` just as an example. In your code, do not pin to `master` because there may be breaking changes between releases.
49
+
Instead pin to the release tag (e.g. `?ref=tags/x.y.z`) of one of our [latest releases](https://github.com/cloudposse/terraform-aws-iam-s3-user/releases).
50
+
51
+
31
52
This example will create an IAM user and allow read access to all objects in the S3 bucket `examplebucket`
Work directly with our team of DevOps experts via email, slack, and video conferencing.
110
140
111
141
We provide [*commercial support*][commercial_support] for all of our [Open Source][github] projects. As a *Dedicated Support* customer, you have access to our team of subject matter experts at a fraction of the cost of a full-time engineer.
-**Questions.** We'll use a Shared Slack channel between your team and ours.
116
146
-**Troubleshooting.** We'll help you triage why things aren't working.
117
147
-**Code Reviews.** We'll review your Pull Requests and provide constructive feedback.
118
148
-**Bug Fixes.** We'll rapidly work to fix any bugs in our projects.
119
-
-**Build New Terraform Modules.** We'll develop original modules to provision infrastructure.
149
+
-**Build New Terraform Modules.** We'll [develop original modules][module_development] to provision infrastructure.
120
150
-**Cloud Architecture.** We'll assist with your cloud strategy and design.
121
151
-**Implementation.** We'll provide hands-on support to implement our reference architectures.
122
152
123
153
124
-
## Community Forum
125
154
126
-
Get access to our [Open Source Community Forum][slack] on Slack. It's **FREE** to join for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build *sweet* infrastructure.
155
+
## Terraform Module Development
156
+
157
+
Are you interested in custom Terraform module development? Submit your inquiry using [our form][module_development] today and we'll get back to you ASAP.
158
+
159
+
160
+
## Slack Community
161
+
162
+
Join our [Open Source Community][slack] on Slack. It's **FREE** for everyone! Our "SweetOps" community is where you get to talk with others who share a similar vision for how to rollout and manage infrastructure. This is the best place to talk shop, ask questions, solicit feedback, and work together as a community to build totally *sweet* infrastructure.
163
+
164
+
## Newsletter
165
+
166
+
Signup for [our newsletter][newsletter] that covers everything on our technology radar. Receive updates on what we're up to on GitHub as well as awesome new projects we discover.
127
167
128
168
## Contributing
129
169
@@ -133,7 +173,7 @@ Please use the [issue tracker](https://github.com/cloudposse/terraform-aws-iam-s
133
173
134
174
### Developing
135
175
136
-
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://github.com/orgs/cloudposse/projects/3) with our other projects, we would love to hear from you! Shoot us an [email](mailto:hello@cloudposse.com).
176
+
If you are interested in being a contributor and want to get involved in developing this project or [help out](https://cpco.io/help-out) with our other projects, we would love to hear from you! Shoot us an [email][email].
137
177
138
178
In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
139
179
@@ -148,7 +188,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We love [Open Source Software](https://github.com/cloudposse/)!
236
+
We're a [DevOps Professional Services][hire] company based in Los Angeles, CA. We ❤️ [Open Source Software][we_love_open_source].
197
237
198
-
We offer paid support on all of our projects.
238
+
We offer [paid support][commercial_support] on all of our projects.
199
239
200
-
Check out [our other projects][github], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
240
+
Check out [our other projects][github], [follow us on twitter][twitter], [apply for a job][jobs], or [hire us][hire] to help with your cloud strategy and implementation.
0 commit comments