providers/aws: use the proper ID field for vpc

pull/17/head
Mitchell Hashimoto 12 years ago
parent 916eb5aaf3
commit 56e5d20b40

@ -33,8 +33,8 @@ func resource_aws_vpc_create(
// Get the ID and store it
vpc := &vpcResp.VPC
log.Printf("[INFO] VPC ID: %s", vpc.VPCID)
s.ID = vpc.VPCID
log.Printf("[INFO] VPC ID: %s", vpc.VpcId)
s.ID = vpc.VpcId
// Wait for the VPC to become available
log.Printf(

Loading…
Cancel
Save