Dmytro
Dmytro
One more case example. Atm there is no way to ignore an error which occur when using `workflow_call` The `secrets.GITHUB_TOKEN` causes a false positive ``` property "github_token" is not defined...
The sync is definitely broken. I've downloaded latest available state archive 3 days ago, and since that I'm trying to catch up the latest blocks. Currently is 163858533, but my...
It's a shame the feature is not yet supported. Ended up with CloudFormation Custom Resource which invokes lambda and configures CloudFront Monitoring Subscription. CloudFormation example ``` MonitoringSubscriptionLambdaServiceRole: Type: AWS::IAM::Role Properties:...
I've just hit the same error. Any updates?
hey guys, encountered the same issue and found the root cause In my case we are on Profesional subscription (also same behaviour for Free) It can be tested easily with...
@imjaroiswebdev this wasn't fixed unfortunatelly.
My resource config: ``` - name: build-status type: bitbucket-build-status source: driver: Bitbucket Cloud repository: my/repo client_id: ((bitbucket-app-oauth-key)) client_secret: ((bitbucket-app-oauth-secret)) ```
@Mmasson-01 @denis256 Was having similar problem with terraform, and it was solved but reformatting the `plan` output. I think it should work here too ```yaml # Sed is taking all...
@aiell0 I haven't tested myself. I mentioned that this is a code I'm using with terraform, not terrugrunt yet. And to be precise my previous step with plan looks like....