Skip to content

Commit

Permalink
Updated README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
const-bon committed Aug 24, 2017
1 parent ae7e2fd commit 7dcc42d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 14 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,3 @@ keys/*
secrets.tfvars
*.tfvars
.terraform


1 change: 0 additions & 1 deletion .terraform/modules/933fa18930a47197cc3ce4cd11b51027
Submodule 933fa18930a47197cc3ce4cd11b51027 deleted from a9f895
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,17 @@ output "efs_backup_security_group" {

## Variables

| Name | Default | Description | Required |
|:----------------------------------:|:--------------:|:-----------------------------------------------------------:|:--------:|
| namespace | `` | Namespace (e.g. `cp` or `cloudposse`) | Yes |
| stage | `` | Stage (e.g. `prod`, `dev`, `staging`) | Yes |
| name | `` | Name (e.g. `efs-backup`) | Yes |
| region | `us-east-1` | AWS Region where module should operate (e.g. `us-east-1`) | Yes |
| vpc_id | `` | AWS VPC ID where module should operate (e.g. `vpc-a22222ee`)| Yes |
| efs_mount_target_id | `` | Elastic File System Mount Target ID (e.g. `fsmt-279bfc62`) | Yes |
| modify_security_group | `false` | Should the module modify EFS security groups | No |
| noncurrent_version_expiration_days | `3` | S3 object versions expiration period (days) | Yes |
| ssh_key_pair | `` | A ssh key that will be deployed on DataPipeline's instance | Yes |
| Name | Default | Description | Required |
|:----------------------------------:|:--------------:|:-----------------------------------------------------------------------------------:|:--------:|
| namespace | `` | Namespace (e.g. `cp` or `cloudposse`) | Yes |
| stage | `` | Stage (e.g. `prod`, `dev`, `staging`) | Yes |
| name | `` | Name (e.g. `efs-backup`) | Yes |
| region | `us-east-1` | AWS Region where module should operate (e.g. `us-east-1`) | Yes |
| vpc_id | `` | AWS VPC ID where module should operate (e.g. `vpc-a22222ee`) | Yes |
| efs_mount_target_id | `` | Elastic File System Mount Target ID (e.g. `fsmt-279bfc62`) | Yes |
| modify_security_group | `false` | Should the module modify EFS security groups (if set to `false` backups will fail) | Yes |
| noncurrent_version_expiration_days | `3` | S3 object versions expiration period (days) | Yes |
| ssh_key_pair | `` | A ssh key that will be deployed on DataPipeline's instance | Yes |
| datapipeline_config | `${map("instance_type", "t2.micro", "email", "", "period", "24 hours")}"`| Essential Datapipeline configuration options | Yes |

### `datapipeline_config` variables
Expand Down

0 comments on commit 7dcc42d

Please sign in to comment.