alicloud_msc_sub_contact

Provides a Msc Sub Contact resource.

Example Usage

Basic Usage

variable "name" {
  default = "tfexample"
}

resource "alicloud_msc_sub_contact" "default" {
  contact_name = var.name
  position     = "CEO"
  email        = "123@163.com"
  mobile       = "15388888888"
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Msc Sub Contact can be imported using the id, e.g.

$ terraform import alicloud_msc_sub_contact.example <id>