File tree Expand file tree Collapse file tree
ansible/roles/aws_security_groups/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 "UserId" : " {{ aws_accountid }}" ,
3131 "GroupId" : " {{ sgid_api }}"
3232 },
33- {
34- "UserId" : " {{ aws_accountid }}" ,
35- "GroupId" : " sg-d03671b4"
36- },
3733 {
3834 "UserId" : " {{ aws_accountid }}" ,
3935 "GroupId" : " {{ sgid_docks }}"
8177 "UserId" : " {{ aws_accountid }}" ,
8278 "GroupId" : " {{ sgid_api }}"
8379 },
84- {
85- "UserId" : " {{ aws_accountid }}" ,
86- "GroupId" : " sg-d03671b4"
87- },
8880 {
8981 "UserId" : " {{ aws_accountid }}" ,
9082 "GroupId" : " {{ sgid_docks }}"
10698 "UserId" : " {{ aws_accountid }}" ,
10799 "GroupId" : " {{ sgid_api }}"
108100 },
109- {
110- "UserId" : " {{ aws_accountid }}" ,
111- "GroupId" : " sg-d03671b4"
112- },
113101 {
114102 "UserId" : " {{ aws_accountid }}" ,
115103 "GroupId" : " {{ sgid_docks }}"
Original file line number Diff line number Diff line change 4040 },
4141 {
4242 "UserId" : " {{ aws_accountid }}" ,
43- "GroupId" : " {{ sgid_http_service }}"
43+ "GroupId" : " {{ sgid_web }}"
4444 },
4545 {
4646 "UserId" : " {{ aws_accountid }}" ,
Original file line number Diff line number Diff line change 6666 "GroupName" : " {{ env_lc }}-http-service" ,
6767 "VpcId" : " {{ vpc_id }}" ,
6868 "OwnerId" : " {{ aws_accountid }}" ,
69- "GroupId" : " {{ sgid_http_service }}"
69+ "GroupId" : " {{ sgid_web }}"
7070 }
7171 ]
7272}
You can’t perform that action at this time.
0 commit comments