From 17b0280724c1b856d004f80cee6658f0c052df97 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Thu, 10 Jul 2014 14:24:36 -0700 Subject: [PATCH] providers/aws: InternetGateway has to define the update function --- builtin/providers/aws/resources.go | 1 + 1 file changed, 1 insertion(+) diff --git a/builtin/providers/aws/resources.go b/builtin/providers/aws/resources.go index 9e16b89ae..aeb797eb2 100644 --- a/builtin/providers/aws/resources.go +++ b/builtin/providers/aws/resources.go @@ -46,6 +46,7 @@ func init() { Destroy: resource_aws_internet_gateway_destroy, Diff: resource_aws_internet_gateway_diff, Refresh: resource_aws_internet_gateway_refresh, + Update: resource_aws_internet_gateway_update, }, "aws_launch_configuration": resource.Resource{