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
When importing existing Cloud Formation accounts in TF, and the resource that it's being associated with in the state doesn't have any definitions under extra_settings the import fails.
Full error code:
Error: extra_settings.0.value: '' expected type 'string', got unconvertible type 'float64', value: '0'
I have also attempted importing to resources that have no variables or module references - same thing occurs.
I'm also bound by using the import {} block within terraform, as we run our code through CI and don't have direct access to the remote state from our machines.
The text was updated successfully, but these errors were encountered:
When importing existing Cloud Formation accounts in TF, and the resource that it's being associated with in the state doesn't have any definitions under
extra_settings
the import fails.Full error code:
Error: extra_settings.0.value: '' expected type 'string', got unconvertible type 'float64', value: '0'
Code being used to import resources
I have also attempted importing to resources that have no variables or module references - same thing occurs.
I'm also bound by using the
import {}
block within terraform, as we run our code through CI and don't have direct access to the remote state from our machines.The text was updated successfully, but these errors were encountered: