Skip to content

Commit 952154d

Browse files
authored
Merge pull request #5 from SPHTech-Platform/bugfix/remove-deployment
Remove deployment_bucket_name
2 parents 187aacb + e055092 commit 952154d

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ Terraform module that creates the Codepipeline with source(codestar connection)
4747
| <a name="input_codepipeline_additional_stage"></a> [codepipeline\_additional\_stage](#input\_codepipeline\_additional\_stage) | Additional IAM Policy Document for Codepipeline | `list(any)` | `[]` | no |
4848
| <a name="input_codepipeline_name"></a> [codepipeline\_name](#input\_codepipeline\_name) | Codepipeline name | `string` | n/a | yes |
4949
| <a name="input_codestar_arn"></a> [codestar\_arn](#input\_codestar\_arn) | Codestar ARN for connecting to Github | `string` | n/a | yes |
50-
| <a name="input_deployment_bucket_name"></a> [deployment\_bucket\_name](#input\_deployment\_bucket\_name) | Deployment Bucket used by serverless | `string` | n/a | yes |
5150
| <a name="input_env"></a> [env](#input\_env) | Deployment environment | `string` | n/a | yes |
5251
| <a name="input_repository_branch"></a> [repository\_branch](#input\_repository\_branch) | Repository branch to connect to | `string` | n/a | yes |
5352
| <a name="input_repository_name"></a> [repository\_name](#input\_repository\_name) | GitHub repository name | `string` | n/a | yes |

variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ variable "artifacts_bucket_name" {
2323
type = string
2424
}
2525

26-
variable "deployment_bucket_name" {
27-
description = "Deployment Bucket used by serverless"
28-
type = string
29-
}
30-
3126
variable "codepipeline_name" {
3227
description = "Codepipeline name"
3328
type = string

0 commit comments

Comments
 (0)