Chris Harrison
Chris Harrison
> @richardhboyd ok, I saw your last commit yesterday so I have tried using `aws-actions/configure-aws-credentials@master`, `sigstore` as audience and add the permissions suggested by @androidwiltron and it is working. >...
Commenting to prevent closure
I believe this is because of the colon in the tag name. For example: `app:github` produces the error described above even though the tag is added to panorama but `app-github`...
Unfortunately one GitHub App cannot query the API endpoint: https://github.com/settings/apps/:app_slug of another private App. Therefore the issue is with GitHub and not the Terraform Provider. See response from GitHub support:...
This is still an issue with v1.11.1 of the provider. Please see the terraform output below: ```hcl provider "panos" { # PANOS_HOSTNAME # PANOS_API_KEY logging = ["send", "receive"] } terraform...
The AWS CLI does not support this: https://github.com/aws/aws-cli/issues/9031
I believe #1128 may have caused this because v5.19.0 works ok, but v5.20.0 wants to replace all my `github_repository_file_resources` because the branch has changed from main => null. However, providing...