Open betclicadri opened 3 weeks ago
Hey @betclicadri
I can see you are pretty far behind with the current terraform provider version. I highly advise migrating toward the latest version, because we are soon planning on releasing v1 (see the announcement). Currently, the provider doesn't apply changes added in 2024_08
, so you cannot use the resource with the bundle turned on. If that's possible for the time being, disable the bundle. We will be adjusting the account (and managed account) resource soon, but those adjustments won't be propagated to the older versions, meaning it will be only usable in the latest version of the provider. This will change after V1 where we are planning to do adjustments for older post-V1 versions, so changes such as Snowflake BCRs will be fixed (that's why I'm recommending to upgrade to the latest versions where it will be easier to migrate to v1). But, tldr; Soon, we'll be working on account object where we'll adjust it. For now, disable the bundle or use the unsafe_execute resource.
Edit: I just checked that we separated the tasks for account and managed account resources, so managed accounts will be done after v1.
Terraform CLI Version
1.6
Terraform Provider Version
0.70.1
Terraform Configuration
Category
category:resource
Object type(s)
resource:managed_account
Expected Behavior
"locator", "name", "url" fields are not empty in tf state.
Actual Behavior
"locator", "name", "url" fields are empty in tf state.
Steps to Reproduce
Activate the 2024_08 bundle on Snowflake:
SYSTEM$ENABLE_BEHAVIOR_CHANGE_BUNDLE('2024_08')
Do a
tf apply
How much impact is this issue causing?
Low
Logs
No response
Additional Information
tf state:
Would you like to implement a fix?