alicloud_cloudauth_face_config

Provides a Cloudauth Face Config resource.

For information about Cloudauth Face Config and how to use it, see What is Face Config.

Example Usage

Basic Usage

variable "name" {
  default = "tf_example"
}
provider "alicloud" {
  region = "cn-hangzhou"
}
resource "random_integer" "default" {
  max = 99999
  min = 10000
}
resource "alicloud_cloudauth_face_config" "example" {
  biz_name = format("%s-biz", var.name)
  biz_type = format("type-%s", random_integer.default.result)
}

Argument Reference

The following arguments are supported:

Attributes Reference

The following attributes are exported:

Import

Cloudauth Face Config can be imported using the id, e.g.

$ terraform import alicloud_cloudauth_face_config.example <lang>