Provides a Msc Sub Contact resource.
Basic Usage
variable "name" {
default = "tfexample"
}
resource "alicloud_msc_sub_contact" "default" {
contact_name = var.name
position = "CEO"
email = "123@163.com"
mobile = "15388888888"
}
The following arguments are supported:
contact_name
- (Required) The User's Contact Name. Note: The name must be 2 to 12 characters in length.email
- (Required) The User's Contact Email Address.mobile
- (Required) The User's Telephone.position
- (Required, ForceNew) The User's Position. Valid values: CEO
, Technical Director
, Maintenance Director
, Project Director
,Finance Director
and Other
.The following attributes are exported:
id
- The resource ID in terraform of Contact.Msc Sub Contact can be imported using the id, e.g.
$ terraform import alicloud_msc_sub_contact.example <id>