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

[Enhancement]: Add SVM storage_limit parameter #302

Open
acch opened this issue Sep 30, 2024 · 2 comments · May be fixed by #328
Open

[Enhancement]: Add SVM storage_limit parameter #302

acch opened this issue Sep 30, 2024 · 2 comments · May be fixed by #328
Labels
enhancement New feature or request
Milestone

Comments

@acch
Copy link

acch commented Sep 30, 2024

Description

Ability to configure storage_limit parameter of SVM

Affected Resource(s) and/or Data Source(s)

  • netapp-ontap_svm

Potential Terraform Configuration

// sample SVM with storage_limit parameter
resource "netapp-ontap_svm" "example" {
  cx_profile_name = ...
  name            = ...
  ...
  storage_limit   = "4294967296"
}

References

Would you like to implement a fix?

Yes

@acch acch added the enhancement New feature or request label Sep 30, 2024
@acch acch changed the title [Enhancement]: [Enhancement]: Add SVM storage_limit parameter Sep 30, 2024
@carchi8py carchi8py added this to the 2.1 milestone Sep 30, 2024
@acch
Copy link
Author

acch commented Oct 9, 2024

Do you have any objections with the proposed changes? If not, then I will go ahead and start working on a PR to implement the new storage_limit parameter for SVM data source and resource...

@acch acch linked a pull request Oct 16, 2024 that will close this issue
@acch
Copy link
Author

acch commented Oct 16, 2024

I've prepared a PR to address this change: #328

Please let me know what's missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: 2.1
Development

Successfully merging a pull request may close this issue.

2 participants