Chris Smail
Chris Smail
Is it going to be merged? I just want GitHub actions to trigger CodeBuild to run build commands in VPC. It doesn't need a source of GITHUB
> > For those using terraform to manage the OIDC provider in AWS: > > ```terraform > > data "tls_certificate" "github" { > > url = "https://token.actions.githubusercontent.com/.well-known/openid-configuration" > > }...
This is happening for us as well.
I have having the same issue. Decoupling IaC from CICD must be a common use-case.