» avi_pingaccessagent
The PingAccessAgent resource allows the creation and management of Avi PingAccessAgent
» Example Usage
resource "avi_pingaccessagent" "foo" {
name = "terraform-example-foo"
tenant_ref = "/api/tenant/?name=admin"
}
» Argument Reference
The following arguments are supported:
description
- (Optional) Field introduced in 18.2.3.name
- (Optional) Name of the pingaccess agent.pingaccess_pool_ref
- (Optional) Pool containing a primary pingaccess server, as well as any failover servers included in the agent.properties file.primary_server
- (Optional) The ip and port of the primary pingaccess server.properties_file_data
- (Optional) Pingaccessagent's agent.properties file generated by pingaccess server.tenant_ref
- (Optional) It is a reference to an object of type tenant.
» 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
- Uuid of the pingaccess agent.