@@ -76,7 +76,7 @@ badge can be added to your project's README using the `codebuild_badge_url` and
7676** Note** : the OAuth-token is currently mandatory (also for public repositories),
7777because Terraform doesn't support conditional blocks inside resources. However,
7878this feature is currently [ being implemented] [ 6 ] and should be released shortly.
79- If you want to omit it, create your own CodeBuild project [ see below] [ 6 ] .
79+ If you want to omit it, create your own CodeBuild project [ see below] [ 7 ] .
8080
8181 [ 6 ] : https://github.com/hashicorp/terraform/issues/7034
8282
@@ -115,12 +115,12 @@ The following variables can be configured:
115115
116116#### ` codebuild_project `
117117
118- - ** Description** : CodeBuild project name (won't create [ default project] [ 6 ] )
118+ - ** Description** : CodeBuild project name (won't create [ default project] [ 7 ] )
119119- ** Default** : ` "" `
120120- ** Conflicts with** : ` codebuild_compute_type ` , ` codebuild_image ` ,
121121 ` codebuild_buildspec `
122122
123- [ 6 ] : #default-project
123+ [ 7 ] : #default-project
124124
125125#### ` codebuild_compute_type `
126126
@@ -220,9 +220,9 @@ This module first integrated with AWS CodePipeline but switched to CodeBuild,
220220because the former is heavily opinionated in terms of configuration and much,
221221much slower. For this reason, the deployment of your build artifacts must be
222222handled by another module which can be triggered when the build artifacts are
223- written to S3, most likely by [ using a Lambda function] [ 7 ] .
223+ written to S3, most likely by [ using a Lambda function] [ 8 ] .
224224
225- [ 7 ] : http://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html
225+ [ 8 ] : http://docs.aws.amazon.com/lambda/latest/dg/with-s3-example.html
226226
227227## License
228228
0 commit comments