We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
以下のようなtfファイルだとplanは通るがapplyするとエラーになる。
resource "sakuracloud_proxylb" "example" { name = "example" bind_port { proxy_mode = "http" port = 80 } health_check { protocol = "http" # 以下を指定すればエラーはなくなる # path = "/" } }
health_check.pathは場合により必須か否かが変わるためコードでの対応は困難と思われる。 このためドキュメントに注釈を入れることで対応としたい。
health_check.path
参考: エラーメッセージ
│ Error: creating SakuraCloud ProxyLB is failed: Error in response: &iaas.APIErrorResponse{IsFatal:true, Serial:"xxx", Status:"400 Bad Request", ErrorCode:"bad_request", ErrorMessage:"不適切な要求です。パラメータの指定誤り、入力規則違反です。入力内容をご確認ください。\nパスが不正です"} │ │ with sakuracloud_proxylb.example, │ on test.tf line 14, in resource "sakuracloud_proxylb" "example": │ 14: resource "sakuracloud_proxylb" "example" {
The text was updated successfully, but these errors were encountered:
lvctr
No branches or pull requests
以下のようなtfファイルだとplanは通るがapplyするとエラーになる。
health_check.path
は場合により必須か否かが変わるためコードでの対応は困難と思われる。このためドキュメントに注釈を入れることで対応としたい。
参考: エラーメッセージ
The text was updated successfully, but these errors were encountered: