Skip to content

Commit

Permalink
Expose transitEncryptionMode attribute for google_redis_instance
Browse files Browse the repository at this point in the history
As requested in inspec/inspec-gcp#305
Adding an Enum for transitEncryptionMode on google_redis_instance.

Impact on Terraform has not been tested... is it more appropriate
to do this in the inspec.yaml to avoid unexpected problems with
existing terraform plans?

Signed-off-by: Richard Nixon <[email protected]>
  • Loading branch information
Richard Nixon committed Feb 2, 2021
1 parent 5cb9550 commit 361b498
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions mmv1/products/redis/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,18 @@ objects:
- :STANDARD_HA
default_value: :BASIC
input: true
- !ruby/object:Api::Type::Enum
name: transitEncryptionMode
description: |
The TLS encryption mode of the Redis instance. Must be one of:
- TRANSIT_ENCRYPTION_MODE_UNSPECIFIED
- SERVER_AUTHENTICATION
- DISABLED
values:
- :TRANSIT_ENCRYPTION_MODE_UNSPECIFIED
- :SERVER_AUTHENTICATION
- :DISABLED
default_value: :SERVER_AUTHENTICATION
input: true

0 comments on commit 361b498

Please sign in to comment.