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
74b15288
Commit
74b15288
authored
Apr 16, 2020
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: Autoformatting fixes after merge
parent
b1729683
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
main.tf
main.tf
+8
-8
No files found.
main.tf
View file @
74b15288
...
...
@@ -364,8 +364,8 @@ resource "aws_security_group_rule" "ingress_with_self" {
security_group_id
=
local
.
this_sg_id
type
=
"ingress"
self
=
lookup
(
var
.
ingress_with_self
[
count
.
index
]
,
"self"
,
true
)
prefix_list_ids
=
var
.
ingress_prefix_list_ids
self
=
lookup
(
var
.
ingress_with_self
[
count
.
index
]
,
"self"
,
true
)
prefix_list_ids
=
var
.
ingress_prefix_list_ids
description
=
lookup
(
var
.
ingress_with_self
[
count
.
index
]
,
"description"
,
...
...
@@ -396,8 +396,8 @@ resource "aws_security_group_rule" "computed_ingress_with_self" {
security_group_id
=
local
.
this_sg_id
type
=
"ingress"
self
=
lookup
(
var
.
computed_ingress_with_self
[
count
.
index
]
,
"self"
,
true
)
prefix_list_ids
=
var
.
ingress_prefix_list_ids
self
=
lookup
(
var
.
computed_ingress_with_self
[
count
.
index
]
,
"self"
,
true
)
prefix_list_ids
=
var
.
ingress_prefix_list_ids
description
=
lookup
(
var
.
computed_ingress_with_self
[
count
.
index
]
,
"description"
,
...
...
@@ -740,8 +740,8 @@ resource "aws_security_group_rule" "egress_with_self" {
security_group_id
=
local
.
this_sg_id
type
=
"egress"
self
=
lookup
(
var
.
egress_with_self
[
count
.
index
]
,
"self"
,
true
)
prefix_list_ids
=
var
.
egress_prefix_list_ids
self
=
lookup
(
var
.
egress_with_self
[
count
.
index
]
,
"self"
,
true
)
prefix_list_ids
=
var
.
egress_prefix_list_ids
description
=
lookup
(
var
.
egress_with_self
[
count
.
index
]
,
"description"
,
...
...
@@ -772,8 +772,8 @@ resource "aws_security_group_rule" "computed_egress_with_self" {
security_group_id
=
local
.
this_sg_id
type
=
"egress"
self
=
lookup
(
var
.
computed_egress_with_self
[
count
.
index
]
,
"self"
,
true
)
prefix_list_ids
=
var
.
egress_prefix_list_ids
self
=
lookup
(
var
.
computed_egress_with_self
[
count
.
index
]
,
"self"
,
true
)
prefix_list_ids
=
var
.
egress_prefix_list_ids
description
=
lookup
(
var
.
computed_egress_with_self
[
count
.
index
]
,
"description"
,
...
...
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