Mabog10
Mabog10
I am facing the same issue..
I am getting the same error when trying to configure eligible assignment - it works fine via Azure portal, but I am getting below error in Terraform (with the same...
We determined that the root cause of the issue is that some outputs of tfswitch has been changed - for example timestamp has been added before "Matched version: " and...
Hello, below solution works in my case: **github provider version: 6.3.1** 1. Use data source providing your GitHub App name: ``` data "github_app" "this" { slug = "github_app_name" } ```...