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

alicloud_cr_service

更新時間:

Using this data source can open Container Registry (CR) service automatically. If the service has been opened, it will return opened.

For information about Container Registry (CR) and how to use it, see What is Container Registry (CR).

-> NOTE: Available in v1.116.0+

Example Usage

data "alicloud_cr_service" "open" {
  enable   = "On"
  password = "1111aaaa"
}

Argument Reference

The following arguments are supported:

  • enable - (Optional) Setting the value to On to enable the service. If has been enabled, return the result. Valid values: On or Off. Default to Off.
  • password - (Required) The user password. The password must be 8 to 32 characters in length, and must contain at least two of the following character types: letters, special characters, and digits.

-> NOTE: Setting enable = "On" to open the Container Registry (CR) service that means you have read and agreed the Container Registry (CR) Terms of Service. The service can not closed once it is opened.

Attributes Reference

The following attributes are exported in addition to the arguments listed above:

  • status - The current service enable status.