providers/aws: InternetGateway has to define the update function

This commit is contained in:
Mitchell Hashimoto 2014-07-10 14:24:36 -07:00
parent 2d34f8f209
commit 17b0280724
1 changed files with 1 additions and 0 deletions

View File

@ -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{