Skip to content

Commit

Permalink
Merge pull request mitchellh#121 from longnguyen11288/add-sg-tags
Browse files Browse the repository at this point in the history
adding security tags
  • Loading branch information
mitchellh committed Oct 14, 2014
2 parents 120cc05 + 1268345 commit 8be6618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ec2/ec2.go
Original file line number Diff line number Diff line change
Expand Up @@ -1827,6 +1827,7 @@ type SecurityGroup struct {
Name string `xml:"groupName"`
Description string `xml:"groupDescription"`
VpcId string `xml:"vpcId"`
Tags []Tag `xml:"tagSet>item"`
}

// SecurityGroupNames is a convenience function that
Expand Down

0 comments on commit 8be6618

Please sign in to comment.