Liquid syntax error: Unknown tag 'endraw'
For further actions, you may consider blocking this person and/or reporting abuse
Liquid syntax error: Unknown tag 'endraw'
For further actions, you may consider blocking this person and/or reporting abuse
Joris Conijn -
Kinga -
sipsdaoracle -
Steve Yonkeu -
Top comments (4)
Thanks for sharing. Can you elaborate on the technology choices a bit - why Jenkins?!
And why deploy from local and not deploy from.... Gitlab, Github actions, etc?
Sure @lockhead we can use other ci tools
I know. Why did you pick Jenkins?
missing the aws_security_groups for both jenkins_sg and eks_sg, here are mine:
resource "aws_security_group" "jenkins_sg" {
vpc_id = aws_vpc.main_vpc.id
}
resource "aws_security_group" "eks_sg" {
vpc_id = aws_vpc.main_vpc.id
}