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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(core): Do not limit cluster size to 1 in provider's ssh config #369

Merged
merged 2 commits into from
Jun 7, 2023

Conversation

otopetrik
Copy link
Contributor

@otopetrik otopetrik commented Jun 7, 2023

Allow using repeated 'node' blocks in ssh configuration.

Contributor's Note

Please mark the following items with an [x] if they apply to your PR.
Leave the [ ] if they are not applicable, or if you have not completed the item.

  • I have added / updated documentation in /docs for any user-facing features or additions.
  • I have added / updated templates in /examples for any new or updated resources / data sources.
  • I have ran make examples to verify that the change works as expected.

Community Note

  • Please vote on this pull request by adding a 馃憤 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Relates to #355

Allow using repeated 'node' blocks in ssh configuration.
Copy link
Owner

@bpg bpg left a comment

Choose a reason for hiding this comment

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

Thanks! Good thought to add a test!馃挕

@@ -197,7 +197,6 @@ func nestedProviderSchema() map[string]*schema.Schema {
Type: schema.TypeList,
Optional: true,
MinItems: 0,
MaxItems: 1,
Copy link
Owner

Choose a reason for hiding this comment

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

馃憤馃徏 that definitely was an oversight

@bpg bpg changed the title fix(code): Do not limit cluster size to 1 fix(core): Do not limit cluster size to 1 in provider's ssh config Jun 7, 2023
@bpg bpg enabled auto-merge (squash) June 7, 2023 23:05
@bpg bpg merged commit 926382c into bpg:main Jun 7, 2023
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants