Closed Yathish-b closed 2 weeks ago
Hey @Yathish-b 👋
When importing streamlit you have to pass a fully qualified name of that streamlit. Our documentation contains a guide on importing a given resource (here's for streamlit). In the version of the provider you are on, the import should look like this:
terraform import snowflake_streamlit.streamlit 'DVS|UTILITY|E5O3M_9PCG5IWS45'
Note: Import syntax for streamlits will change in the upcoming release.
Closing due to long inactivity. Please, create another issue if you think the problem is still not resolved.
Terraform CLI Version
1.9.4
Terraform Provider Version
0.94.1
Terraform Configuration
Category
category:resource
Object type(s)
No response
Expected Behavior
We would expect the resource to be imported and tracked in terraform
Actual Behavior
when we run a import command
terraform import snowflake_streamlit.streamlit E5O3M_9PCG5IWS45
we see an plugin errorSteps to Reproduce
RUN
terraform import snowflake_streamlit.streamlit E5O3M_9PCG5IWS45
How much impact is this issue causing?
Medium
Logs
No response
Additional Information
Would you like to implement a fix?