Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-security-group
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-security-group
Commits
efb59517
Commit
efb59517
authored
Apr 26, 2019
by
Scott Cabrinha
Committed by
Anton Babenko
Apr 26, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add rule for PuppetDB TCP (#113)
parent
b8c12f9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
rules.tf
rules.tf
+2
-1
No files found.
rules.tf
View file @
efb59517
...
...
@@ -102,7 +102,8 @@ variable "rules" {
oracle
-
db
-
tcp
=
[
1521
,
1521
,
"tcp"
,
"Oracle"
]
# Puppet
puppet
-
tcp
=
[
8140
,
8140
,
"tcp"
,
"Puppet"
]
puppet
-
tcp
=
[
8140
,
8140
,
"tcp"
,
"Puppet"
]
puppetdb
-
tcp
=
[
8081
,
8081
,
"tcp"
,
"PuppetDB"
]
# RabbitMQ
rabbitmq
-
4369
-
tcp
=
[
4369
,
4369
,
"tcp"
,
"RabbitMQ epmd"
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment