Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds, Update and Remove SNMP trap configuration to the cluster identified by {ex
data "nutanix_cluster_v2" "cluster" {}

resource "nutanix_cluster_snmp_trap_v2" "cluster_trap" {
cluster_ext_id = data.nutanix_virtual_machines_v4.cluster.0.data.ext_id
cluster_ext_id = data.nutanix_virtual_machines_v2.cluster.0.data.ext_id
protocol = "TCP"
port = "3001"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds, Update and Remove SNMP trap configuration to the cluster identified by {ex
data "nutanix_cluster_v2" "cluster" {}

resource "nutanix_cluster_snmp_trap_v2" "cluster_trap" {
cluster_ext_id = data.nutanix_virtual_machines_v4.cluster.0.data.ext_id
cluster_ext_id = data.nutanix_virtual_machines_v2.cluster.0.data.ext_id
username = "test-dou"
address
ipv4
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Adds, Update and Remove SNMP user configuration to the cluster identified by {ex
data "nutanix_cluster_v2" "cluster" {}

resource "nutanix_cluster_snmp_user_v2" "cluster_user" {
cluster_ext_id = data.nutanix_virtual_machines_v4.cluster.0.data.ext_id
cluster_ext_id = data.nutanix_virtual_machines_v2.cluster.0.data.ext_id
username = "test-dou"
auth_type = "SHA"
auth_key = "<auth-key>"
Expand Down
331 changes: 0 additions & 331 deletions future/volume_group/data_source_nutanix_volume_group.go.future

This file was deleted.

Loading
Loading