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

[DPE-5867] Add terraform module #134

Merged
merged 7 commits into from
Dec 5, 2024
Merged

Conversation

phvalguima
Copy link
Contributor

@phvalguima phvalguima commented Nov 15, 2024

This PR extends our current charm to add a terraform module for the charm. It also adds github workflow to test + a basic test setup.

This PR follows the same discussions as seen in canonical/opensearch-operator#501

Copy link

@marcoppenheimer marcoppenheimer left a comment

Choose a reason for hiding this comment

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

Looks great, great template for the team too :)

Comment on lines +29 to +34
lifecycle {
precondition {
condition = length(var.machines) == 0 || length(var.machines) == var.units
error_message = "Machine count does not match unit count"
}
}

Choose a reason for hiding this comment

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

praise: This is a really tasteful check 👍🏾

@delgod
Copy link
Member

delgod commented Dec 5, 2024

We can revise when Mehdi back

@delgod delgod merged commit 9345b74 into 2/edge Dec 5, 2024
17 of 18 checks passed
@delgod delgod deleted the DPE-5867-opensearch-dashboard-TF branch December 5, 2024 12:49
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