Gonzalo Peci

Results 102 comments of Gonzalo Peci

@toolmantim I added a PR that is related to this. Adding the `--rm` option allow multiple runs of the plugin, you get more logs, due to how logs are collected....

@andycui66 does that mean it takes 1m plus to connect? I found in my case only 1 of the LBs of my ALB ips was failing, the other one works....

You can also `-v /tmp/dummy:/root/.aws/credentials` with docker

@peterwoodworth I think something like this would be ideal and simple: ``` - name: Configure AWS credentials from Test account uses: aws-actions/configure-aws-credentials@v1 with: role-to-assume: arn:aws:iam::111111111111:role/my-github-actions-role-test aws-region: us-east-1 profile: foo ```...

I've created a draft of this (not fully integrated) in https://github.com/aws-actions/configure-aws-credentials/pull/557 It creates a `exportCredentialsToConfig` that can add/modify profiles in `~/.aws/config` to configure different profiles. If this is an approach...

This is also causing the following error for us on apply ``` │ Error: Provider produced inconsistent result after apply │ │ When applying changes to │ snowflake_warehouse_grant.element_warehouses_operate["security_s"], │ provider...

Adding a note to this, I found myself searching for a solution to this problem but for the provider settings. Unfortunately `PlanModifiers` don't seem to work for provider configuration as...

Indeed, im not trying to fix 30, only 32. I was just ensuring I was not removing any previous functionality. I actually believe, it should not parse apply, only plan....

@dmlittle Anything that holds merging this?

@dmlittle No worries, I wasnt sure how to proceed. > As for scenery preventing terraform errors and/or prompts that's a bug and should be fixed. I'll look more into it....