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 |
154
153
|[aws_iam_policy_document.assume_role](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
155
154
|[aws_iam_policy_document.codepipeline_policy](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/iam_policy_document)| data source |
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 |
155
+
|[aws_s3_bucket.artifact_bucket](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/s3_bucket)| data source |
157
156
158
157
## Inputs
159
158
@@ -162,10 +161,9 @@ No modules.
162
161
| <aname="input_name"></a> [name](#input\_name)| The name of the pipeline |`string`| n/a | yes |
163
162
| <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 |
164
163
| <aname="input_stages"></a> [stages](#input\_stages)| One or more stage blocks. |`any`| n/a | yes |
165
-
| <aname="input_source_s3_bucket"></a> [artifact\_bucket\_name](#input\_source\_s3\_bucket)| Name of the S3 source bucket. |`string`|`null`| no |
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 |
167
164
| <aname="input_pipeline_type"></a> [pipeline\_type](#input\_pipeline\_type)| The CodePipeline pipeline\_type. Valid options are V1, V2 |`string`|`"V1"`| no |
168
165
| <aname="input_execution_mode"></a> [execution\_mode](#input\_execution\_mode)| The CodePipeline execution\_mode. Valid options are `PARALLEL`, `QUEUED`, `SUPERSEDED` (default) |`string`|`"SUPERSEDED"`| no |
166
+
| <aname="input_artifact_bucket_name"></a> [artifact\_bucket\_name](#input\_artifact\_bucket\_name)| the name of the S3 bucket used for storing the artifacts in the Codepipeline |`string`| n/a | yes |
169
167
| <aname="input_tags"></a> [tags](#input\_tags)| An arbitrary map of tags that can be added to all resources. |`map(string)`|`{}`| no |
| <aname="input_stages"></a> [stages](#input\_stages)| One or more stage blocks. |`any`| n/a | yes |
49
49
| <aname="input_pipeline_type"></a> [pipeline\_type](#input\_pipeline\_type)| The CodePipeline pipeline\_type. Valid options are V1, V2 |`string`|`"V2"`| no |
50
50
| <aname="input_execution_mode"></a> [execution\_mode](#input\_execution\_mode)| The CodePipeline execution\_mode. Valid options are `PARALLEL`, `QUEUED`, `SUPERSEDED` (default) |`string`|`"SUPERSEDED"`| no |
51
+
| <aname="input_artifact_bucket_name"></a> [artifact\_bucket\_name](#input\_artifact\_bucket\_name)| the name of the S3 bucket used for storing the artifacts in the Codepipeline |`string`| n/a | yes |
51
52
| <aname="input_tags"></a> [tags](#input\_tags)| An arbitrary map of tags that can be added to all resources. |`map(string)`|`{}`| no |
52
53
53
54
## Outputs
@@ -56,6 +57,5 @@ provider "random" {}
56
57
|------|-------------|
57
58
| <aname="output_id"></a> [id](#output\_id)| The codepipeline ID |
58
59
| <aname="output_arn"></a> [arn](#output\_arn)| The codepipeline ARN |
0 commit comments