alicloud_msc_sub_contact
更新时间:
Provides a Msc Sub Contact resource.
-> NOTE: Available since v1.132.0.
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:
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
andOther
.
-> NOTE: When the user creates a contact, the user should use alicloud_msc_sub_contact_verification_message
to receive the verification message and confirm it.
Attributes Reference
The following attributes are exported:
id
- The resource ID in terraform of Contact.
Import
Msc Sub Contact can be imported using the id, e.g.
$ terraform import alicloud_msc_sub_contact.example <id>
文档内容是否对您有帮助?