providers/aws: InternetGateway has to define the update function
This commit is contained in:
parent
2d34f8f209
commit
17b0280724
|
@ -46,6 +46,7 @@ func init() {
|
||||||
Destroy: resource_aws_internet_gateway_destroy,
|
Destroy: resource_aws_internet_gateway_destroy,
|
||||||
Diff: resource_aws_internet_gateway_diff,
|
Diff: resource_aws_internet_gateway_diff,
|
||||||
Refresh: resource_aws_internet_gateway_refresh,
|
Refresh: resource_aws_internet_gateway_refresh,
|
||||||
|
Update: resource_aws_internet_gateway_update,
|
||||||
},
|
},
|
||||||
|
|
||||||
"aws_launch_configuration": resource.Resource{
|
"aws_launch_configuration": resource.Resource{
|
||||||
|
|
Loading…
Reference in New Issue