Skip to content

Commit

Permalink
Merge pull request #35 from ks6088ts/format-tf-codes-to-recover-ci
Browse files Browse the repository at this point in the history
fix minor issues to recover CI
  • Loading branch information
ks6088ts authored Dec 16, 2022
2 parents e106bbb + 310c621 commit 28ed227
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/resources/group_configuration_air.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ description: |-

### Optional

- `binary_parser_enabled` (Boolean)
- `binary_parser_format` (String)
- `dns_servers` (List of String)
- `meta_data` (Block List, Max: 1) (see [below for nested schema](#nestedblock--meta_data))
- `use_custom_dns` (Boolean)
- `user_data` (String)
- `binary_parser_enabled` (Boolean)
- `binary_parser_format` (String)

### Read-Only

Expand Down
4 changes: 2 additions & 2 deletions examples/group_configuration_air/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ resource "soracom_group_configuration_air" "group_configuration_air" {
read_only = true
allow_origin = "http://some.example.com"
}
user_data = "foobar"
user_data = "foobar"
binary_parser_enabled = true
binary_parser_format = "frameType:0:uint:1:big-endian:7 batLow:0:bool:6 boot:0:bool:5 coSensor:0:bool:4 temp:0:int:12:big-endian:3 hygro:2:uint:8 co:3:uint:8"
binary_parser_format = "frameType:0:uint:1:big-endian:7 batLow:0:bool:6 boot:0:bool:5 coSensor:0:bool:4 temp:0:int:12:big-endian:3 hygro:2:uint:8 co:3:uint:8"
}

0 comments on commit 28ed227

Please sign in to comment.