» avi_cloudconnectoruser
The CloudConnectorUser resource allows the creation and management of Avi CloudConnectorUser
» Example Usage
resource "avi_cloudconnectoruser" "foo" {
name = "terraform-example-foo"
tenant_ref = "/api/tenant/?name=admin"
}
» Argument Reference
The following arguments are supported:
name
- (Required) Name of the object.azure_serviceprincipal
- (Optional) Field introduced in 17.2.1.azure_userpass
- (Optional) Field introduced in 17.2.1.gcp_credentials
- (Optional) Credentials for google cloud platform.oci_credentials
- (Optional) Credentials for oracle cloud infrastructure.password
- (Optional) Placeholder for description of property password of obj type cloudconnectoruser field type string type str.private_key
- (Optional) Placeholder for description of property private_key of obj type cloudconnectoruser field type string type str.public_key
- (Optional) Placeholder for description of property public_key of obj type cloudconnectoruser field type string type str.tenant_ref
- (Optional) It is a reference to an object of type tenant.tencent_credentials
- (Optional) Credentials for tencent cloud.
» Timeouts
The timeouts
block allows you to specify timeouts for certain actions:
create
- (Defaults to 40 mins) Used when creating the AMIupdate
- (Defaults to 40 mins) Used when updating the AMIdelete
- (Defaults to 90 mins) Used when deregistering the AMI
» Attributes Reference
In addition to all arguments above, the following attributes are exported:
uuid
- Unique object identifier of the object.