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
a8199eb5
Commit
a8199eb5
authored
Nov 20, 2017
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed outputs of ingress and egress rules, because of complex types
parent
bfc5d233
Changes
25
Show whitespace changes
Inline
Side-by-side
Showing
25 changed files
with
8 additions
and
248 deletions
+8
-248
outputs.tf
examples/complete/outputs.tf
+0
-10
outputs.tf
examples/http/outputs.tf
+0
-10
outputs.tf
modules/_templates/outputs.tf
+0
-10
outputs.tf
modules/carbon-relay-ng/outputs.tf
+0
-10
outputs.tf
modules/cassandra/outputs.tf
+0
-10
outputs.tf
modules/consul/outputs.tf
+0
-10
outputs.tf
modules/docker-swarm/outputs.tf
+0
-10
outputs.tf
modules/elasticsearch/outputs.tf
+0
-10
outputs.tf
modules/http-80/outputs.tf
+0
-10
outputs.tf
modules/https-443/outputs.tf
+0
-10
outputs.tf
modules/kafka/outputs.tf
+0
-10
outputs.tf
modules/ldaps/outputs.tf
+0
-10
outputs.tf
modules/memcached/outputs.tf
+0
-10
outputs.tf
modules/mssql/outputs.tf
+0
-10
outputs.tf
modules/mysql/outputs.tf
+0
-10
outputs.tf
modules/nomad/outputs.tf
+0
-10
outputs.tf
modules/openvpn/outputs.tf
+0
-10
outputs.tf
modules/postgresql/outputs.tf
+0
-10
outputs.tf
modules/redis/outputs.tf
+0
-10
outputs.tf
modules/ssh/outputs.tf
+0
-10
outputs.tf
modules/storm/outputs.tf
+0
-10
outputs.tf
modules/web/outputs.tf
+0
-10
outputs.tf
modules/zipkin/outputs.tf
+0
-10
outputs.tf
modules/zookeeper/outputs.tf
+0
-10
outputs.tf
outputs.tf
+8
-8
No files found.
examples/complete/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
complete_sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
complete_sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
complete_sg
.
this_security_group_egress
}
"
}
examples/http/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
http_sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
http_sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
http_sg
.
this_security_group_egress
}
"
}
modules/_templates/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/carbon-relay-ng/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/cassandra/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/consul/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/docker-swarm/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/elasticsearch/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/http-80/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/https-443/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/kafka/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/ldaps/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/memcached/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/mssql/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/mysql/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/nomad/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/openvpn/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/postgresql/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/redis/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/ssh/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/storm/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/web/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/zipkin/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
modules/zookeeper/outputs.tf
View file @
a8199eb5
...
...
@@ -22,13 +22,3 @@ output "this_security_group_description" {
description
=
"The description of the security group"
value
=
"
${module
.
sg
.
this_security_group_description
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${module
.
sg
.
this_security_group_ingress
}
"
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${module
.
sg
.
this_security_group_egress
}
"
}
outputs.tf
View file @
a8199eb5
...
...
@@ -23,12 +23,12 @@ output "this_security_group_description" {
value
=
"
${
element
(
concat
(
aws_security_group
.
this
.
*
.
description
,
list
(
""
)),
0
)
}
"
}
output
"this_security_group_ingress"
{
description
=
"The ingress rules"
value
=
"
${
element
(
concat
(
aws_security_group
.
this
.
*
.
ingress
,
list
(
""
)),
0
)
}
"
}
//
output "this_security_group_ingress" {
//
description = "The ingress rules"
//
value = "${element(concat(aws_security_group.this.*.ingress, list("")), 0)}"
//
}
output
"this_security_group_egress"
{
description
=
"The egress rules"
value
=
"
${
element
(
concat
(
aws_security_group
.
this
.
*
.
egress
,
list
(
""
)),
0
)
}
"
}
//
output "this_security_group_egress" {
//
description = "The egress rules"
// value = "${element(concat(aws_security_group.this.*.egress, list("")), 0)
"
//
}
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