You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cannot use codestar_connection_arn to authenticate to Github as source for CICD static website. Must use (Github Version 1) and manually log in inside console after deployment.
A clear and concise description of what the bug is.
Expected Behavior
Doesn't seem to be coded in .terraform
A clear and concise description of what you expected to happen.
Use Case
Is your feature request related to a problem/challenge you are trying to solve? Please provide some additional context of why this feature or capability will be valuable.
Describe Ideal Solution
A clear and concise description of what you want to happen. If you don't know, that's okay.
Alternatives Considered
Explain what alternative solutions or features you've considered.
Additional Context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered:
Instead of having two hard resources in both modules, it would be good to have it consolidated in a single module. 🤔
In spite of the other module containing ecs in the title, it doesnt do much with the ecs input. If the ecs input was optional then that module could be the generic codepipeline module that could be reused by this module (if this one is still relevant).
Have a question? Please checkout our Slack Community or visit our Slack Archive.
Describe the Feature
Cannot use codestar_connection_arn to authenticate to Github as source for CICD static website. Must use (Github Version 1) and manually log in inside console after deployment.
Works perfectly with:
module "ecs_codepipeline" {
source = "cloudposse/ecs-codepipeline/aws"
codestar_connection_arn = var.codestar_connection_arn
A clear and concise description of what the bug is.
Expected Behavior
Doesn't seem to be coded in .terraform
A clear and concise description of what you expected to happen.
Use Case
Is your feature request related to a problem/challenge you are trying to solve? Please provide some additional context of why this feature or capability will be valuable.
Describe Ideal Solution
A clear and concise description of what you want to happen. If you don't know, that's okay.
Alternatives Considered
Explain what alternative solutions or features you've considered.
Additional Context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: