Skip to content
This repository has been archived by the owner on Sep 9, 2022. It is now read-only.

Add prefix lists to security groups configuration #326

Merged
merged 3 commits into from
Apr 20, 2017

Conversation

julia-stripe
Copy link
Contributor

The security groups terraforming was generating were missing prefix lists. This adds them, as well as some tests.

"ingress.1849628954.security_groups.#" => "0",
"ingress.1849628954.self" => "true",
"ingress.1446312017.from_port" => "22",
"ingress.1446312017.to_port" => "22",
"ingress.1446312017.protocol" => "tcp",
"ingress.1446312017.cidr_blocks.#" => "1",
"ingress.1446312017.prefix_list_ids.#"=>"0",
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[rubocop]

  • Surrounding space missing for operator =>. :ref

@coveralls
Copy link

coveralls commented Apr 19, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling f5f3c41 on julia-stripe:security-group-prefix-lists into f41bef2 on dtan4:master.

@coveralls
Copy link

coveralls commented Apr 19, 2017

Coverage Status

Coverage remained the same at 100.0% when pulling f5f3c41 on julia-stripe:security-group-prefix-lists into f41bef2 on dtan4:master.

@dtan4
Copy link
Owner

dtan4 commented Apr 20, 2017

LGTM 👍 Thanks ❗️

@dtan4 dtan4 merged commit 38b9b29 into dtan4:master Apr 20, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants