megaport / terraform-provider-megaport

Terraform Provider for Megaport Network
Mozilla Public License 2.0
26 stars 16 forks source link

cost_centre is not supported by megaport_mve resource #75

Closed Kostoprav19 closed 4 weeks ago

Kostoprav19 commented 1 month ago

Please consider adding support for variable cost_centre (Service Level Reference in Megaport Portal) to megaport_mve resource.

# Megaport MVE - Fortigate router
resource "megaport_mve" "mve" {
  product_name         = "${var.name_prefix}-MVE"
  location_id          = data.megaport_location.this.id
  contract_term_months = var.mve_config.contract_term_months
  cost_centre          = var.cost_centre # Currently not supported by provider  

  vendor_config = {
      ...
  }
}
mega-alex commented 4 weeks ago

cost_centre is now supported in the MVE resource