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
newrelic_cloud_gcp_link_account.example: Creating...
╷
│ Error: ERR_INVALID_DATA Validation failed: The account has already been linked.
│
│ with newrelic_cloud_gcp_link_account.example,
│ on newrelic.tf line 17, in resource "newrelic_cloud_gcp_link_account" "example":
│ 17: resource "newrelic_cloud_gcp_link_account" "example" {
│
Expected Behavior
I think it should be idempotent or include a flag to skip or error if it is already linked.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
The text was updated successfully, but these errors were encountered:
pranav-new-relic
changed the title
ERR_INVALID_DATA Validation failed: The account has already been linked.
Resource newrelic_cloud_gcp_link_account: ERR_INVALID_DATA Validation failed: The account has already been linked.
Aug 22, 2024
Terraform Version
Affected Resource(s)
Please list the resources as a list, for example:
newrelic_cloud_gcp_link_account
Terraform Configuration
Actual Behavior
Expected Behavior
I think it should be idempotent or include a flag to skip or error if it is already linked.
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Debug Output
https://gist.github.com/chmoder/db636e272e2c8f1ee3f6e9d94424d3ec
Panic Output
n/a
Important Factoids
n/a
References
n/a
The text was updated successfully, but these errors were encountered: