-
-
Notifications
You must be signed in to change notification settings - Fork 142
Description
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.