Kuwas

Results 7 comments of Kuwas

We are using terraform `0.12` and have the same issue when using the `terraform-provider-aws` and a few other providers. Basically this is a problem in any provider that wasnt designed...

@ajbouh @DonBower Yes, you can pass aliased providers into modules, but the providers and their aliases are still statically defined. Furthermore, when using `for_each` with modules, you must pass in...

@npm/eng @nlf In order for the checks to pass, a `main` branch has to be created from `master` and pushed. ``` git checkout master git checkout -b main git push...

After discussing with @nlf, I have removed changes to `.github/settings.yml` to prevent this PR from making changes that will impact `npm` repos that extend that file.

@sapieneptus For sure. - For the `.github/workflows/*.yml` file changes - These should affect only this repo - For the `actions/default/action.yml` file change - This is only a comment change and...

@sapieneptus I cannot see that repo, since it is private. I believe the timeline for GitHub to support `main` as the default branch for new repos is October 1st: https://github.com/github/renaming#on-october-1-2020-newly-created-repositories-will-default-to-main

@smeirsha Yes that is true. What I'm referring to is the `semantic-release` config changes that are apart of this PR, these will be required by new repos that are depending...