Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to set Performance Mode in aws_efs_file_system. #7791

Merged

Commits on Jul 24, 2016

  1. Add ability to set Performance Mode in aws_efs_file_system.

    The Elastic File System (EFS) allows for setting a Performance Mode during
    creation, thus enabling anyone to chose performance of the file system according
    to their particular needs. This commit adds an optional "performance_mode"
    attribte to the aws_efs_file_system resource so that an appropriate mode can be
    set as needed.
    
    Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
    kwilczynski committed Jul 24, 2016
    Configuration menu
    Copy the full SHA
    d6d5ce3 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2016

  1. Add test coverage for the ValidateFunc used.

    Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
    kwilczynski committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    dc860f6 View commit details
    Browse the repository at this point in the history
  2. Add "creation_token" and deprecate "reference_name".

    Add the "creation_token" attribute so that the resource follows the API more
    closely (as per the convention), thus deprecate the "reference_name" attribute.
    
    Update tests and documentation accordingly.
    
    Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
    kwilczynski committed Jul 27, 2016
    Configuration menu
    Copy the full SHA
    2859e29 View commit details
    Browse the repository at this point in the history