Skip to content

Conversation

@notandy
Copy link

@notandy notandy commented Nov 17, 2025

No description provided.

@notandy notandy requested a review from kayrus November 17, 2025 09:58
@notandy notandy force-pushed the archer-ports-1.4.0-v2 branch from 6bac2c5 to ca9a2f6 Compare November 17, 2025 10:00
} else if ports, ok := d.GetOk("ports"); ok {
svc.Ports = ports.([]int32)
} else {
diag.Errorf("error updating Archer service: port or ports must be specified")
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
diag.Errorf("error updating Archer service: port or ports must be specified")
return diag.Errorf("error updating Archer service: port or ports must be specified")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants