Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug]: equinix_metal_connection error specifying speed in Mbps for shared connection #779

Open
ocobles opened this issue Sep 19, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@ocobles
Copy link
Contributor

ocobles commented Sep 19, 2024

Terraform Version

Terraform v1.5.7 on darwin_arm64

Equinix Provider Version

version = "2.4.1"

Effected Terraform Resources

No response

Terraform Config Files

resource "equinix_metal_connection" "example" {
name = "tf-metal-to-port"
project_id = "my_project"
type = "shared"
redundancy = "primary"
metro = "FR"
speed = "1000Mbps"
service_token_type = "a_side"
contact_email = "[email protected]"
vlans = [
equinix_metal_vlan.example.vxlan
]
}

Debug Output

No response

Panic Output

No response

Expected Behavior

N/A

Actual Behavior

equinix_metal_connection.example: Creating...

│ Error: Provider produced inconsistent result after apply

│ When applying changes to equinix_metal_connection.example, provider "provider["registry.terraform.io/equinix/equinix"]" produced an unexpected new value:
│ .speed: was cty.StringVal("1000Mbps"), but now cty.StringVal("1Gbps").

│ This is a bug in the provider, which should be reported in the provider's own issue tracker.

Steps to Reproduce

terraform apply

@ocobles ocobles added the bug Something isn't working label Sep 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant