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
|[aws_caller_identity.current](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/caller_identity)| data source |
165
154
|[aws_iam_policy_document.assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
166
155
|[aws_iam_policy_document.codepipeline_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
167
-
|[aws_iam_policy_document.event_bridge_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
168
156
|[aws_iam_policy_document.pipeline_event_role_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
169
157
170
158
## Inputs
@@ -174,11 +162,7 @@ No modules.
174
162
| <aname="input_name"></a> [name](#input\_name)| The name of the pipeline |`string`| n/a | yes |
175
163
| <aname="input_artifact_stores"></a> [artifact\_stores](#input\_artifact\_stores)| One or more artifact\_store blocks. |`list(map(string))`| <pre>[<br> {<br> "use_kms": false<br> }<br>]</pre> | no |
176
164
| <aname="input_stages"></a> [stages](#input\_stages)| One or more stage blocks. |`any`| n/a | yes |
177
-
| <aname="input_create_s3_source"></a> [create\_s3\_source](#input\_create\_s3\_source)| Create S3 source bucket for CodePipeline. |`string`|`false`| no |
178
-
| <aname="input_source_s3_bucket"></a> [source\_s3\_bucket](#input\_source\_s3\_bucket)| Name of the S3 source bucket. |`string`|`null`| no |
179
-
| <aname="input_s3_trigger_file"></a> [s3\_trigger\_file](#input\_s3\_trigger\_file)| S3 file that the event rule is looking for to trigger the pipeline. |`string`|`"trigger_pipeline.zip"`| no |
180
-
| <aname="input_log_target_bucket"></a> [log\_target\_bucket](#input\_log\_target\_bucket)| Target bucket for S3 Access Logs. If left blank, access logging is disabled. |`string`|`""`| no |
181
-
| <aname="input_log_target_prefix"></a> [log\_target\_prefix](#input\_log\_target\_prefix)| Prefix for S3 Access logs. Defaults to AWSLogs/<AWSAccountID>/s3audit if not otherwise provided. |`string`|`""`| no |
165
+
| <aname="input_source_s3_bucket"></a> [artifact\_bucket\_name](#input\_source\_s3\_bucket)| Name of the S3 source bucket. |`string`|`null`| no |
182
166
| <aname="input_codepipeline_iam"></a> [codepipeline\_iam](#input\_codepipeline\_iam)| Additional IAM actions to add to CodePipeline IAM role. |`map(list(string))`|`null`| no |
183
167
| <aname="input_pipeline_type"></a> [pipeline\_type](#input\_pipeline\_type)| The CodePipeline pipeline\_type. Valid options are V1, V2 |`string`|`"V1"`| no |
184
168
| <aname="input_execution_mode"></a> [execution\_mode](#input\_execution\_mode)| The CodePipeline execution\_mode. Valid options are `PARALLEL`, `QUEUED`, `SUPERSEDED` (default) |`string`|`"SUPERSEDED"`| no |
@@ -190,5 +174,4 @@ No modules.
190
174
|------|-------------|
191
175
| <aname="output_id"></a> [id](#output\_id)| The codepipeline ID |
192
176
| <aname="output_arn"></a> [arn](#output\_arn)| The codepipeline ARN |
193
-
| <aname="output_source_s3_bucket_arn"></a> [source\_s3\_bucket\_arn](#output\_source\_s3\_bucket\_arn)| The codepipeline source s3 bucket ARN |
0 commit comments