You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This should assign role SNOWFLAKE_ADMIN to role USER-EDP.L3.SUPPORT
Actual Behavior
Error: '"' can not start an identifier
with module.base_platform.snowflake_role_grants.support_role_grants
on standard_roles.tf line 1506, in resource "snowflake_role_grants" "support_role_grants":
role_name = snowflake_role.support_role.name
Steps to Reproduce
terraform plan
terraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
Please note that the above configuration snippet has redacted values, and is not in the same format as the actual deployment, which is using modules.
The text was updated successfully, but these errors were encountered:
#2564)
Fixes:
#2548
Fails because identifier validation doesn't work well for account object
identifiers (that may contain dots).
## Test Plan
* [x] Acceptance test recreating role name with dots + unit tests for
validation function
Hey @wpl-sf-nbirch. We have released the fix as part of v0.87.0 release. Please follow the migration guide during the update. Please confirm that the issue is resolved in the newest version. Thanks!
Terraform CLI and Provider Versions
Terraform v1.7.0
on windows_amd64
Terraform Configuration
Expected Behavior
This should assign role SNOWFLAKE_ADMIN to role USER-EDP.L3.SUPPORT
Actual Behavior
Error: '"' can not start an identifier
with module.base_platform.snowflake_role_grants.support_role_grants
on standard_roles.tf line 1506, in resource "snowflake_role_grants" "support_role_grants":
role_name = snowflake_role.support_role.name
Steps to Reproduce
terraform plan
terraform apply
How much impact is this issue causing?
High
Logs
No response
Additional Information
Please note that the above configuration snippet has redacted values, and is not in the same format as the actual deployment, which is using modules.
The text was updated successfully, but these errors were encountered: