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

Patch vlan profiles to fix wrong diff #109

Merged
merged 1 commit into from
Jul 12, 2024
Merged

Conversation

VenelinMartinov
Copy link
Contributor

@VenelinMartinov VenelinMartinov commented Jul 12, 2024

fixes #97 with a patch while we resolve the underlying bridge issue.

I've set the name property on the vlan_names to be non-computed - this works around the bridge issue.

I believe this patch is perfectly safe to take - name is not really computed - the resource does not actually work if not specified.

@VenelinMartinov VenelinMartinov requested review from mjeffryes and a team July 12, 2024 16:41
@VenelinMartinov VenelinMartinov added the needs-release/patch When a PR with this label merges, it initiates a release of vX.Y.Z+1 label Jul 12, 2024
Copy link

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

Maintainer note: consult the runbook for dealing with any breaking changes.

@VenelinMartinov VenelinMartinov removed the needs-release/patch When a PR with this label merges, it initiates a release of vX.Y.Z+1 label Jul 12, 2024
Copy link
Member

@mjeffryes mjeffryes left a comment

Choose a reason for hiding this comment

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

Will merge on the basis of @VenelinMartinov's manual testing

Comment on lines +15 to +16
- Computed: true,
Optional: true,
Copy link
Member

Choose a reason for hiding this comment

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

based on your PR description, I'm confused why we don't need to remove Optional: true as well; if name has to be set by the user it's not optional right?

@mjeffryes mjeffryes merged commit cac4181 into main Jul 12, 2024
24 checks passed
@pulumi-bot
Copy link
Contributor

This PR has been shipped in release v0.2.6.

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.

meraki.networks.VlanProfiles not correctly detecting diff for vlanNames
3 participants