-
-
Notifications
You must be signed in to change notification settings - Fork 248
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow creating a policy for an existing S3 bucket #154
Allow creating a policy for an existing S3 bucket #154
Conversation
/test all |
@nitrocode I can't make complete sense out of the errors pointed by CI. Would you give me a hint at how to fix these? |
Try the following to kick off the build
|
@nitrocode No luck. The log complains it can't push to my repo, or so it looks like:
Should the bot really be trying to do that? |
Yes it should as that's how the Auto Format works. It clones your repo, checks if formatting is necessary, and then pushes up any changes. You can format the code yourself and it will bypass that bot if you like or you can give your fork permission to the cloudposse bot. |
Cool, that makes sense. I have invited the bot to the repository as a contributor, it's pending the invite. Can you please accept it and let me know so we can try triggering CI again? Thanks! |
Anything I can do to help on this PR? Would looove to pull these changes in :) |
@pearsonhenri I think we need Cloudposse to accept the invite to their bot account so it can push to the fork, or a volunteer to set up their linting environment locally and contribute with the necessary changes -- sorry I don't have time to do the latter. Right now this is basically how I'm using this module and it's fine: module "my_cdn" {
# source = "cloudposse/cloudfront-s3-cdn/aws"
# version = "0.59.0"
source = "github.com/continuumvip/terraform-aws-cloudfront-s3-cdn?ref=2f24a73"
...
} |
/test all |
@emyller you can run the formatting code yourself by doing the following:
Then commit your changes and push the result and that should get this passed that annoying auto-format bit. Apologies for the delay, please ping me directly once you've done the above steps or post in #pr-reviews in the SweetOps Slack and somebody else will get to it. |
/test all |
Thanks @Gowiem. Can you please re-add your review? |
/teset all |
/test all |
Yay thanks y'all! |
what
why
references