You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The notifications list for the connection is updated when additional e-mails are added to the list after initial creation.
Actual Behavior
The notifications list is not updated and the following warning is displayed:
│ Warning: nothing to update for the connection xxxx
│
│ with equinix_fabric_connection.connections["xxxx"],
│ on equinix-connection.tf line 13, in resource "equinix_fabric_connection" "connection":
│ 13: resource "equinix_fabric_connection" "connection" {
│
Steps to Reproduce
Create a equinix_fabric_connection resource with an initial set of e-mails.
Add additional e-mails and attempt to apply that change.
The text was updated successfully, but these errors were encountered:
Hi @ogierussell , we're in progress on fixing this for you. We hadn't made the functionality to update notifications available, but are adding it in now.
I'll update you with the PR # once it's available.
Terraform Version
Terraform v1.5.5 on darwin_arm64
Equinix Provider Version
version = "3.1.0"
Effected Terraform Resources
equinix_fabric_connection
Terraform Config Files
Relevant config:
Debug Output
No response
Panic Output
No response
Expected Behavior
The notifications list for the connection is updated when additional e-mails are added to the list after initial creation.
Actual Behavior
The notifications list is not updated and the following warning is displayed:
Steps to Reproduce
Create a
equinix_fabric_connection
resource with an initial set of e-mails.Add additional e-mails and attempt to apply that change.
The text was updated successfully, but these errors were encountered: