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

SNOW-1348106: Stored procedure argument name not getting updated on snowflake #1189

Closed
akshazsingh opened this issue Aug 24, 2022 · 2 comments
Labels
bug Used to mark issues with provider's incorrect behavior category:resource resource:procedure Issue connected to the snowflake_procedure resource

Comments

@akshazsingh
Copy link

Provider Version

provider registry.terraform.io/snowflake-labs/snowflake v0.41.0

Terraform Version

Terraform v1.1.4

Describe the bug

The arguments for snowflake_procedure not updating the name of the argument.
I tried changing the name of an argument for a snowflake_procedure and during the apply step it states that the resource will be replaced in place but when I check the argument signature on snowflake the signature does not update.

Expected behavior

The argument signature should be updated in snowflake when the name of the argument in snowflake_procedure is updated.

Code samples and commands

terraform plan

Capture1

terraform apply

Capture3

On Snowflake when I check the arguments

Capture2

Still no change!

@akshazsingh akshazsingh added the bug Used to mark issues with provider's incorrect behavior label Aug 24, 2022
@sfc-gh-jcieslak sfc-gh-jcieslak added category:resource resource:procedure Issue connected to the snowflake_procedure resource labels May 20, 2024
@sfc-gh-asawicki
Copy link
Collaborator

Hey @akshazsingh.

In v0.100.0 we have introduced new procedure resources. Renaming attribute should be handled correctly now. Please check it out and let us know.

@sfc-gh-dszmolka
Copy link
Collaborator

closing this out per above comment. If you still see the issue happening with v0.100.0 / v1, do let us know please.

@sfc-gh-dszmolka sfc-gh-dszmolka changed the title Stored procedure argument name not getting updated on snowflake SNOW-1348106: Stored procedure argument name not getting updated on snowflake Dec 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Used to mark issues with provider's incorrect behavior category:resource resource:procedure Issue connected to the snowflake_procedure resource
Projects
None yet
Development

No branches or pull requests

4 participants