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

chore: Uppercase flavors when searching for savings plans in resource ovh_savings_plan #799

Merged
merged 1 commit into from
Jan 10, 2025

Conversation

amstuta
Copy link
Contributor

@amstuta amstuta commented Jan 10, 2025

Description

Fixes #798

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Improvement (improve existing resource(s) or datasource(s))
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Documentation update

mxpetit
mxpetit previously approved these changes Jan 10, 2025
@@ -24,7 +24,7 @@ resource "ovh_savings_plan" "plan" {
The following arguments are supported:

* `service_name` - (Required) ID of the public cloud project
* `flavor` - (Required) Savings Plan flavor (e.g. Rancher, C3-4, any instance flavor, ...)
* `flavor` - (Required) Savings Plan flavor (e.g. Rancher, C3-4, any instance flavor, ...). **The flavor for instances must be uppercased**.
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
* `flavor` - (Required) Savings Plan flavor (e.g. Rancher, C3-4, any instance flavor, ...). **The flavor for instances must be uppercased**.
* `flavor` - (Required) Savings Plan flavor (e.g. Rancher, C3-4, any instance flavor, ...). **Instances flavors must be uppercased**.

@amstuta amstuta force-pushed the dev/aamstutz/update-savings-plans-doc branch from 976dd1a to 683c902 Compare January 10, 2025 16:49
@amstuta amstuta changed the title chore: Improve doc for resource ovh_savings_plan chore: Uppercase flavors when searching for savings plans in resource ovh_savings_plan Jan 10, 2025
@amstuta amstuta merged commit e2b9976 into master Jan 10, 2025
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.

[BUG] Savings plan creation and import does not work
4 participants