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 Azure Terrafy is initialising, long path names are cut off so you can't see the resource type or name to enter it.
For example:
_/subscriptions/0000000000-000000000-00000000/resourceGroups/rg-core-infra/providers/Microsoft.Automation/automationAccounts/CoreInfraAutomationAC/connectionTypes/AzureClassicCertif ..
I can't see the full path, and as such, don't know what to enter for resource_provider_name.resource_name
My only option is to skip those resources which means a large portion of the config is not documented.
The text was updated successfully, but these errors were encountered:
@simone-bennett Thank you for pointing this out. The reason those names are cut off is due to the implementation of the bubbletea list view (the terminal UI framwork I used). One way to see the full stuff is to resize your terminal size/scale. But if you are on Windows, some how the resizing will cause the UI corrupt. So you might want to do the adjustment before running the tool.
A propsal to solve this is to add some shortcuts like <- or -> to allow users move the content of the highlighted line. While this will need some work on the list view implementation.
When Azure Terrafy is initialising, long path names are cut off so you can't see the resource type or name to enter it.
For example:
_/subscriptions/0000000000-000000000-00000000/resourceGroups/rg-core-infra/providers/Microsoft.Automation/automationAccounts/CoreInfraAutomationAC/connectionTypes/AzureClassicCertif ..
│ /subscriptions/0000000000-000000000-00000000//resourceGroups/rg-core-infra/providers/Microsoft.Automation/automationAccounts/CoreInfraAutomationAC/connectionTypes/AzureServicePrinci..._
I can't see the full path, and as such, don't know what to enter for resource_provider_name.resource_name
My only option is to skip those resources which means a large portion of the config is not documented.
The text was updated successfully, but these errors were encountered: