Skip to content

Commit

Permalink
chore: Terraform fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanheerde committed Nov 18, 2024
1 parent 6ba76d3 commit a0c6344
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/on_demand/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
},
{
Expand Down

0 comments on commit a0c6344

Please sign in to comment.