Skip to content

Commit

Permalink
Merge pull request #217 from sacloud/fix/gslb-healthcheck-http-port
Browse files Browse the repository at this point in the history
portの設定はTCP/HTTP/HTTPSで可能とする
  • Loading branch information
hekki authored Oct 29, 2024
2 parents a0a0a1a + e37237d commit 04b2b41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/terraform/docs/d/gslb.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ data "sakuracloud_gslb" "foobar" {
* `delay_loop` - チェック間隔秒数
* `host_header` - HTTP/HTTPSチェック時に利用されるHostヘッダの値
* `path` - HTTP/HTTPSチェック時に利用されるリクエストパス
* `port` - TCPチェック時に利用されるポート番号
* `port` - TCP/HTTP/HTTPSチェック時に利用されるポート番号
* `protocol` - プロトコル。次のいずれかとなる[`http`/`https`/`tcp`/`ping`]
* `status` - HTTP/HTTPSチェック時に利用されるレスポンスコード

Expand Down
2 changes: 1 addition & 1 deletion src/terraform/docs/r/gslb.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ resource "sakuracloud_gslb" "foobar" {
* `delay_loop` - (Optional) チェック間隔秒数 / `10`-`60`の範囲で指定
* `host_header` - (Optional) HTTP/HTTPSチェック時に利用されるHostヘッダの値
* `path` - (Optional) HTTP/HTTPSチェック時のリクエストパス
* `port` - (Optional) TCPチェック時のポート番号
* `port` - (Optional) TCP/HTTP/HTTPSチェック時のポート番号
* `status` - (Optional) HTTP/HTTPSチェック時のレスポンスコード

##### serverブロック
Expand Down

0 comments on commit 04b2b41

Please sign in to comment.