mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
providers/aws: fix syntax error
This commit is contained in:
parent
96e09440d4
commit
d111a4c05d
@ -49,7 +49,7 @@ func init() {
|
||||
},
|
||||
Optional: []string{
|
||||
"route.*.gateway_id",
|
||||
}
|
||||
},
|
||||
},
|
||||
Create: resource_aws_route_table_create,
|
||||
Destroy: resource_aws_route_table_destroy,
|
||||
|
Loading…
Reference in New Issue
Block a user