Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.
This repository was archived by the owner on May 31, 2024. It is now read-only.

Proposal: Using security group NAMEs instead of IDs #10

Description

@aibou

Hi there,

Currently, we have to write security group IDs such as:

security_groups(
  "sg-12345678",
  "sg-90abcdef",
)

It makes us confuse.
I think that most of users of the applb is using the piculet, they would not consider about security group IDs.
So I'll be happy when we could write security group name such as:

security_groups(
  "elb-foo",
  "http-from-my-house",
  "http-from-anywhere",
)

Is it acceptable to you? What do you think about it?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions