diff --git a/README.md b/README.md index f8fa9a6..a7e0604 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,6 @@ Terraform module that creates the Codepipeline with source(codestar connection) | [codepipeline\_additional\_stage](#input\_codepipeline\_additional\_stage) | Additional IAM Policy Document for Codepipeline | `list(any)` | `[]` | no | | [codepipeline\_name](#input\_codepipeline\_name) | Codepipeline name | `string` | n/a | yes | | [codestar\_arn](#input\_codestar\_arn) | Codestar ARN for connecting to Github | `string` | n/a | yes | -| [deployment\_bucket\_name](#input\_deployment\_bucket\_name) | Deployment Bucket used by serverless | `string` | n/a | yes | | [env](#input\_env) | Deployment environment | `string` | n/a | yes | | [repository\_branch](#input\_repository\_branch) | Repository branch to connect to | `string` | n/a | yes | | [repository\_name](#input\_repository\_name) | GitHub repository name | `string` | n/a | yes | diff --git a/variables.tf b/variables.tf index 89507ab..4693e18 100644 --- a/variables.tf +++ b/variables.tf @@ -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