» avi_controllersite
The ControllerSite resource allows the creation and management of Avi ControllerSite
» Example Usage
resource "avi_controllersite" "foo" {
name = "terraform-example-foo"
tenant_ref = "/api/tenant/?name=admin"
}
» Argument Reference
The following arguments are supported:
address
- (Optional) Ip address or a dns resolvable, fully qualified domain name of the site controller cluster.name
- (Optional) Name for the site controller cluster.port
- (Optional) The controller site cluster's rest api port number.tenant_ref
- (Optional) Reference for the 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
- Reference for the site controller cluster.