From f26a2700a132ed1cd8c2d0bae604ed148c7672d9 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Fri, 22 Aug 2014 08:46:03 -0700 Subject: [PATCH] fmt --- builtin/providers/aws/resource_aws_security_group.go | 2 +- config/raw_config.go | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/builtin/providers/aws/resource_aws_security_group.go b/builtin/providers/aws/resource_aws_security_group.go index bb3a8cfff..b160dfddd 100644 --- a/builtin/providers/aws/resource_aws_security_group.go +++ b/builtin/providers/aws/resource_aws_security_group.go @@ -3,8 +3,8 @@ package aws import ( "bytes" "fmt" - "sort" "log" + "sort" "time" "github.com/hashicorp/terraform/helper/hashcode" diff --git a/config/raw_config.go b/config/raw_config.go index d10a16010..2674476a2 100644 --- a/config/raw_config.go +++ b/config/raw_config.go @@ -24,9 +24,9 @@ const UnknownVariableValue = "74D93920-ED26-11E3-AC10-0800200C9A66" // RawConfig supports a query-like interface to request // information from deep within the structure. type RawConfig struct { - Raw map[string]interface{} + Raw map[string]interface{} Interpolations []Interpolation - Variables map[string]InterpolatedVariable + Variables map[string]InterpolatedVariable config map[string]interface{} unknownKeys []string