Skip to content

Commit

Permalink
storage doesn't use fill-pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
scotttyso committed Dec 18, 2021
1 parent cff6a3b commit eec30cd
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion modules/port_role_fc_storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ resource "intersight_fabric_fc_storage_role" "port_role" {
for_each = local.port_list
admin_speed = var.admin_speed
aggregate_port_id = var.breakout_port_id
fill_pattern = var.fill_pattern
port_id = each.value
slot_id = var.slot_id
vsan_id = var.vsan_id
Expand Down
10 changes: 0 additions & 10 deletions modules/port_role_fc_storage/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,6 @@ variable "breakout_port_id" {
type = number
}

variable "fill_pattern" {
default = "Idle"
description = <<-EOT
Fill pattern to differentiate the configs in NPIV.
* Arbff - Fc Fill Pattern type Arbff.
* Idle - Fc Fill Pattern type Idle.
EOT
type = string
}

variable "port_list" {
default = ""
description = "String of Ports to assign to the Port Policy."
Expand Down

0 comments on commit eec30cd

Please sign in to comment.