-
Notifications
You must be signed in to change notification settings - Fork 427
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
snowflake_row_access_policy
resource wants to be updated on every terraform apply
command
#1151
Labels
bug
Used to mark issues with provider's incorrect behavior
category:resource
resource:row_access_policy
Issue connected to the snowflake_row_access_policy resource
Comments
warchief-t
changed the title
snowflake_row_access_policy resource wants to be updated on every
Jul 22, 2022
terraform apply
snowflake_row_access_policy
resource wants to be updated on every terraform apply
warchief-t
changed the title
Jul 22, 2022
snowflake_row_access_policy
resource wants to be updated on every terraform apply
snowflake_row_access_policy
resource wants to be updated on every terraform apply
command
sfc-gh-jcieslak
added
category:resource
resource:row_access_policy
Issue connected to the snowflake_row_access_policy resource
labels
May 20, 2024
This was referenced Sep 9, 2024
sfc-gh-jmichalak
added a commit
that referenced
this issue
Sep 13, 2024
<!-- Feel free to delete comments as you fill this in --> <!-- summary of changes --> - add show and desc output - rename fields - change signature to arguments - implement renaming - fix permadiff on body - adjust identifiers handling - adjust examples - gen resource asserts (config builders are not working because we have a required list argument) - improve handling data types - move parsing signature to sdk - support proper casing in arg names ## Test Plan <!-- detail ways in which this PR has been tested or needs to be tested --> * [x] acceptance tests <!-- add more below if you think they are relevant --> * [ ] … ## References <!-- issues documentation links, etc --> https://docs.snowflake.com/en/sql-reference/sql/create-row-access-policy #2053 #1151 ## TODO (next PR) - rework data source
sfc-gh-fbudzynski
pushed a commit
that referenced
this issue
Sep 19, 2024
<!-- Feel free to delete comments as you fill this in --> <!-- summary of changes --> - add show and desc output - rename fields - change signature to arguments - implement renaming - fix permadiff on body - adjust identifiers handling - adjust examples - gen resource asserts (config builders are not working because we have a required list argument) - improve handling data types - move parsing signature to sdk - support proper casing in arg names ## Test Plan <!-- detail ways in which this PR has been tested or needs to be tested --> * [x] acceptance tests <!-- add more below if you think they are relevant --> * [ ] … ## References <!-- issues documentation links, etc --> https://docs.snowflake.com/en/sql-reference/sql/create-row-access-policy #2053 #1151 ## TODO (next PR) - rework data source
Hi, sorry for the late response. We've released v0.96.0, which includes adjusting and fixing row access policies. Please upgrade with the migration guide. |
Closing the issue due to inactivity. |
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:row_access_policy
Issue connected to the snowflake_row_access_policy resource
Provider Version
0.40.0
Terraform Version
1.2.5
Describe the bug
When I do
terraform apply
I successfully apply resourcesnowflake_row_access_policy
code changes.But when I do
terraform apply
again with no code changes, Terraform shows like something has been changed.Expected behavior
When I do
terraform apply
I successfully apply resourcesnowflake_row_access_policy
code changes.When I do
terraform apply
again with no code changes, Terraform must show that nothing has been changed.Code samples and commands
main.tf
Additional context
terraform apply
output:Fast fix:
But Terraform will not update the config if you will change the
row_access_expression
scriptThe text was updated successfully, but these errors were encountered: