diff --git a/examples/on_demand/main.tf b/examples/on_demand/main.tf index 60a201d..ca4f310 100644 --- a/examples/on_demand/main.tf +++ b/examples/on_demand/main.tf @@ -16,8 +16,8 @@ module "scheduler" { "type" : "fsx_windows_file_system", "params" : { "id" : "fs-0a1b2c3d4e5f6g7h8", - "start_throughput_capacity": 256, - "stop_throughput_capacity": 16 + "start_throughput_capacity" : 256, + "stop_throughput_capacity" : 16 } }, {