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

fix(examples): Prefer instance specific bootstrap options to common #48

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

michalbil
Copy link
Contributor

Description

Prefer bootstrap options defined in instance level variable over common one - if a value for the same setting is specified at both levels.
Additionally, removal of some hard-coded values from main.tf files, minor docs and style updates.

Motivation and Context

Make the approach for common vs. instance specific settings consistent - for all other parameters the latter already had precedence.

How Has This Been Tested?

Test suite run locally (plan/idempotence).

Types of changes

  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes if appropriate.
  • All new and existing tests passed.

@michalbil michalbil requested a review from a team as a code owner October 18, 2024 13:11
Copy link
Contributor

@horiagunica horiagunica left a comment

Choose a reason for hiding this comment

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

Looks good! All changes make sense! 👍 Nice work!

@michalbil michalbil self-assigned this Oct 22, 2024
@michalbil michalbil merged commit 73cd8f3 into main Oct 24, 2024
60 checks passed
@michalbil michalbil deleted the examples-fix-bootstrap-option-evaluation-order branch October 24, 2024 23:17
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.

2 participants