日本熟妇hd丰满老熟妇,中文字幕一区二区三区在线不卡 ,亚洲成片在线观看,免费女同在线一区二区

alicloud_ens_security_group

更新時(shí)間:

Provides a ENS Security Group resource.

For information about ENS Security Group and how to use it, see What is Security Group.

-> NOTE: Available since v1.213.0.

Example Usage

Basic Usage


variable "name" {
  default = "terraform-example"
}

resource "alicloud_ens_security_group" "default" {
  description         = var.name
  security_group_name = var.name
}

Argument Reference

The following arguments are supported:

  • description - (Optional) Security group description informationIt must be 2 to 256 characters in length and must start with a letter or Chinese, but cannot start with http:// or https://.
  • security_group_name - (Optional) Security group nameThe security group name. The length is 2~128 English or Chinese characters. It must start with an uppercase or lowcase letter or a Chinese character and cannot start with http:// or https. Can contain digits, colons (:), underscores (_), or hyphens (-).

Attributes Reference

The following attributes are exported:

  • id - The ID of the resource supplied above.

Timeouts

The timeouts block allows you to specify timeouts for certain actions:

  • create - (Defaults to 5 mins) Used when create the Security Group.
  • delete - (Defaults to 5 mins) Used when delete the Security Group.
  • update - (Defaults to 5 mins) Used when update the Security Group.

Import

ENS Security Group can be imported using the id, e.g.

$ terraform import alicloud_ens_security_group.example <id>