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
<a href="https://github.com/not-existing-organization/terraform_module_security_group_checker/blob/master/README.md"><strong>Explore the docs »</strong></a>
@@ -55,35 +52,13 @@ This is a simple project that involves a python script that scans the Ec2 API in
55
52
56
53
I made this project as part of my learning process since i did not have that much practice with the DynamoDB service, but also i wanted to glue everything with python and terraform and have some fun along the way.
57
54
58
-
<!--
59
-
There are many great README templates available on GitHub, however, I didn't find one that really suit my needs so I created this enhanced one. I want to create a README template so amazing that it'll be the last one you ever need.
60
-
61
-
Here's why:
62
-
63
-
- Your time should be focused on creating something amazing. A project that solves a problem and helps others
64
-
- You shouldn't be doing the same tasks over and over like creating a README from scratch
65
-
- You should element DRY principles to the rest of your life :smile:
66
-
67
-
Of course, no one template will serve all projects since your needs may be different. So I'll be adding more in the near future. You may also suggest changes by forking this repo and creating a pull request or opening an issue.
68
-
69
-
A list of commonly used resources that I find helpful are listed in the acknowledgements.
This section should list any major frameworks that you built your project using. Leave any add-ons/plugins for the acknowledgements section. Here are a few examples.
82
-
83
-
- [Bootstrap](https://getbootstrap.com)
84
-
- [JQuery](https://jquery.com)
85
-
- [Laravel](https://laravel.com)
86
-
-->
87
62
88
63
---
89
64
@@ -92,61 +67,20 @@ This section should list any major frameworks that you built your project using.
92
67
## Getting Started
93
68
94
69
95
-
<!--
96
-
This is an example of how you may give instructions on setting up your project locally.
97
-
To get a local copy up and running follow these simple example steps.
98
-
-->
99
-
100
70
### Prerequisites
101
71
102
-
Terraform: Deployed with version 1.0.6
103
-
104
-
Python: AWS lambda runtime with version 3.8
105
-
106
-
<!--
72
+
- Terraform: Deployed with version 1.0.6
73
+
- Python: AWS lambda runtime with version 3.8
107
74
108
-
This is an example of how to list things you need to use the software and how to install them.
@@ -156,20 +90,14 @@ const API_KEY = 'ENTER YOUR API';
156
90
157
91
The whole solution will be deployed via terraform
158
92
159
-
```
93
+
```bash
160
94
terraform init
161
95
terraform plan
162
96
terraform apply
163
97
```
164
98
165
99
There's a locals block in the *main.tf* file to modify a couple of fields that are consumed by several parts of the project. The *table name*, *attribue name* for that table and *schedule expression* that defines the rate of how frequent the Cloudwatch event rule executes the lambda function.
166
100
167
-
<!--
168
-
Use this space to show useful examples of how a project can be used. Additional screenshots, code examples and demos work well in this space. You may also link to more resources.
169
-
170
-
_For more examples, please refer to the [Documentation](https://example.com)_
0 commit comments