Skip to content

Commit

Permalink
remove deployment_bucket_name
Browse files Browse the repository at this point in the history
  • Loading branch information
jmonte-sph committed Aug 4, 2022
1 parent 187aacb commit e055092
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ Terraform module that creates the Codepipeline with source(codestar connection)
| <a name="input_codepipeline_additional_stage"></a> [codepipeline\_additional\_stage](#input\_codepipeline\_additional\_stage) | Additional IAM Policy Document for Codepipeline | `list(any)` | `[]` | no |
| <a name="input_codepipeline_name"></a> [codepipeline\_name](#input\_codepipeline\_name) | Codepipeline name | `string` | n/a | yes |
| <a name="input_codestar_arn"></a> [codestar\_arn](#input\_codestar\_arn) | Codestar ARN for connecting to Github | `string` | n/a | yes |
| <a name="input_deployment_bucket_name"></a> [deployment\_bucket\_name](#input\_deployment\_bucket\_name) | Deployment Bucket used by serverless | `string` | n/a | yes |
| <a name="input_env"></a> [env](#input\_env) | Deployment environment | `string` | n/a | yes |
| <a name="input_repository_branch"></a> [repository\_branch](#input\_repository\_branch) | Repository branch to connect to | `string` | n/a | yes |
| <a name="input_repository_name"></a> [repository\_name](#input\_repository\_name) | GitHub repository name | `string` | n/a | yes |
Expand Down
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,6 @@ variable "artifacts_bucket_name" {
type = string
}

variable "deployment_bucket_name" {
description = "Deployment Bucket used by serverless"
type = string
}

variable "codepipeline_name" {
description = "Codepipeline name"
type = string
Expand Down

0 comments on commit e055092

Please sign in to comment.