providers/aws: InternetGateway has to define the update function

pull/18/head
Mitchell Hashimoto 12 years ago
parent 2d34f8f209
commit 17b0280724

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

Loading…
Cancel
Save