Skip to content

Commit

Permalink
fix url address (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
vmanilo authored Jan 12, 2024
1 parent afee845 commit c5f7f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion twingate/internal/provider/resource/resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,7 @@ func (r *twingateResource) UpgradeState(ctx context.Context) map[int64]resource.
resp.Diagnostics.Append(resp.State.Set(ctx, upgradedState)...)

resp.Diagnostics.AddWarning("Please update the protocols sections format from a block to an object",
"See the v1 to v2 migration guide in the Twingate Terraform Provider documentation https://registry.terraform.io/providers/Twingate/twingate/latest/docs/guides/migrate-guide-v1-to-v2")
"See the v1 to v2 migration guide in the Twingate Terraform Provider documentation https://registry.terraform.io/providers/Twingate/twingate/latest/docs/guides/migration-v1-to-v2-guide")
},
},
}
Expand Down

0 comments on commit c5f7f88

Please sign in to comment.