Konstantin

Results 10 comments of Konstantin

FWIW: if you need arbitratry text files, you can just create them within TF files. E.g. your requirement for templatefile() can be replaced by using: ``` ❯ cat template.tf data...

> Is it still a dry-run if you can get the token? IMO: Authenticated dry-runs are quite common. In most cases creating a diff for the changes requires to be...

Any update on this? Not sure if this is stuck on me missing something

> /ok-to-test The change seems fine, could you add a test for this please? Sorry for replying so late. Somehow overlooked the notification around the request. I could add a...

> RSA key and app id But that isn't a request it's just creating a JWT using the PrivKey and AppID (https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps) which you then use to get the actual...

> /ok-to-test The change seems fine, could you add a test for this please? I tried adding a test but I'm really bad at it (still learning :/ ). Let...

@alvaroaleman I removed the additional slice and updated the struct to take a dry run param. But I had to revert the suggestion about the POST path check as it...

> Yes, but that actual token is needed to do anything useful. Effectively you will need to allowlist all the paths used in any of the methods of the apps...

hmm I think you should be able to use the _override to set the count for the replaced LB ( and all it's dependent resources) to 0 which should avoid...