» bigip_sys_provision

bigip_sys_provision provides details bout how to enable "ilx", "asm" "apm" resource on BIG-IP

» Example Usage

provider "bigip" {
  address = "10.192.74.73"
  username = "admin"
  password = "admin"
}

resource "bigip_sys_provision" "provision-ilx" {
  name = "/Common/ilx"
  fullPath  = "ilx"
  cpuRatio = 0
  diskRatio = 0
  level = "nominal"
  memoryRatio = 0
}

» Argument Reference

  • bigip_sys_provision - Is the resource which is used to provision big-ip modules like asm, afm, ilx etc
  • Common/ilx - Common is the partition and ilx is the module being enabled it could be asm, afm apm etc.
  • cpuRatio - how much cpu resources you need for this resource
  • diskRatio - how much disk space you want to allocate for this resource.
  • memoryRatio - how much memory you want to deidcate for this resource