» avi_vrfcontext
The VrfContext resource allows the creation and management of Avi VrfContext
» Example Usage
resource "avi_vrfcontext" "foo" {
name = "terraform-example-foo"
tenant_ref = "/api/tenant/?name=admin"
}
» Argument Reference
The following arguments are supported:
name
- (Required) Name of the object.bgp_profile
- (Optional) Bgp local and peer info.cloud_ref
- (Optional) It is a reference to an object of type cloud.debugvrfcontext
- (Optional) Configure debug flags for vrf.description
- (Optional) User defined description for the object.gateway_mon
- (Optional) Configure ping based heartbeat check for gateway in service engines of vrf.internal_gateway_monitor
- (Optional) Configure ping based heartbeat check for all default gateways in service engines of vrf.labels
- (Optional) Key/value labels which can be used for object access policy permission scoping.static_routes
- (Optional) List of list.system_default
- (Optional) Boolean flag to set system_default.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
- Unique object identifier of the object.