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

[Feature Request] Set cost in postgresql_function #459

Open
kinghuang opened this issue Jul 31, 2024 · 0 comments
Open

[Feature Request] Set cost in postgresql_function #459

kinghuang opened this issue Jul 31, 2024 · 0 comments

Comments

@kinghuang
Copy link

Terraform Version

Run terraform -v to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.

Affected Resource(s)

  • postgresql_function

Terraform Configuration Files

resource "postgresql_function" "example" {
  name     = "example"
  parallel = "SAFE"
  cost     = "3000"

Expected Behavior

I would like to be able to set the execution cost for a function.

Actual Behavior

There is no cost argument in the postgresql_function resource.

Important Factoids

Documentation: CREATE FUNCTION

References

None

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

No branches or pull requests

1 participant