aztfexport icon indicating copy to clipboard operation
aztfexport copied to clipboard

A tool to bring existing Azure resources under Terraform's management

Results 92 aztfexport issues
Sort by recently updated
recently updated
newest added

For example, instead of: ``` ver=20.04 # or 22.04 apt-add-repository https://packages.microsoft.com/ubuntu/${ver}/prod ``` You might instead suggest: ``` apt-add-repository https://packages.microsoft.com/ubuntu/$(lsb_release -sr)/prod ```

When running a plain export command of a res group (aztfexport.exe rg "rg-name"), the following error occurs when selecting and import: Error: Cannot import non-existent remote object While attempting to...

question