colossal-airplane-46873
03/14/2024, 3:51 PMBranchProtection.get appears to be broken: https://github.com/pulumi/pulumi-github/issues/605
Hi! About pulumi-github Python package, BranchProtectionV3.get expects id to be in a format of {repository_name}:{branch_name}. However, BranchProtection.get expects id to be a resource-provider ID, which is a random string of characters. There is no way to fetch that random resource ID. Plus, the GitHub API does not require it.
• BranchProtectionV3
• BranchProtectioncolossal-airplane-46873
03/14/2024, 4:04 PM