-
-
Notifications
You must be signed in to change notification settings - Fork 146
Updating modules dependencies, to add the fix for github provider #33
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
Conversation
/codefresh run test |
@jamengual thanks for the PR
the testa are failing, we need to take a look at this |
/test all |
1 similar comment
/test all |
/test all |
we still have the authentication problem, I wonder if it is a provider inheritance problem |
…-ecs-codepipeline into updating_modules
/test all |
/test terratest |
1 similar comment
/test terratest |
/test all |
1 similar comment
/test all |
/test all |
/test all |
1 similar comment
/test all |
/test all |
/test all |
variables.tf
Outdated
variable "cache_type" { | ||
type = string | ||
default = "S3" | ||
description = "The type of storage that will be used for the AWS CodeBuild project cache. Valid values: NO_CACHE, LOCAL, and S3. Defaults to NO_CACHE. If cache_type is S3, it will create an S3 bucket for storing codebuild cache inside" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jamengual Your description say "Defaults to NO_CACHE.", but the default in the variable is "S3". Wanna update it to "NO_CACHE"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
/test all |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/test all |
Adding the fix for the webhook module and updating codebuild module