providers/aws: fix SG typo

This commit is contained in:
Mitchell Hashimoto 2014-07-09 09:18:17 -07:00
parent a46cafc975
commit cf3f26a1de
1 changed files with 1 additions and 1 deletions

View File

@ -133,7 +133,7 @@ func resource_aws_security_group_update_state(
s *terraform.ResourceState,
sg *ec2.SecurityGroupInfo) (*terraform.ResourceState, error) {
s.Attributes["description"] = sg.Descriptifon
s.Attributes["description"] = sg.Description
s.Attributes["name"] = sg.Name
s.Attributes["vpc_id"] = sg.VpcId
s.Attributes["owner_id"] = sg.OwnerId