コンテンツにスキップ

2要素認証SMS(ESME): sakuracloud_esme

Example Usage

resource "sakuracloud_esme" "foobar" {
  name        = "foobar"
  description = "description"
  tags        = ["tag1", "tag2"]
}

Argument Reference

  • name - (Required) 名前 / 1-64文字で指定

Common Arguments

  • description - (Optional) 説明 / 1-512文字で指定
  • icon_id - (Optional) アイコンID
  • tags - (Optional) タグ

Timeouts

timeoutsブロックでカスタムタイムアウトが設定可能です。

  • create - 作成 (デフォルト: 5分)
  • update - 更新 (デフォルト: 5分)
  • delete - 削除 (デフォルト: 5分)

Attribute Reference

  • id - ID
  • send_message_with_generated_otp_api_url - SMS送信(OTP自動生成)APIのURL
  • send_message_with_inputted_otp_api_url - SMS送信(OTP入力)APIのURL

Import

IDを指定する事でインポート可能です。

$ terraform import sakuracloud_esme.example 123456789012