» avi_backup
The Backup resource allows the creation and management of Avi Backup
» Example Usage
resource "avi_backup" "foo" {
name = "terraform-example-foo"
tenant_ref = "/api/tenant/?name=admin"
}
» Argument Reference
The following arguments are supported:
file_name
- (Required) The file name of backup.backup_config_ref
- (Optional) Backupconfiguration information.local_file_url
- (Optional) Url to download the backup file.remote_file_url
- (Optional) Url to download the backup file.scheduler_ref
- (Optional) Scheduler information.tenant_ref
- (Optional) It is a reference to an object of type tenant.timestamp
- (Optional) Unix timestamp of when the backup file is created.
» 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.