You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -498,6 +498,7 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
498
498
| transferserver\_endpoint\_private\_dns\_enabled | Whether or not to associate a private hosted zone with the specified VPC for Transfer Server endpoint | bool |`"false"`| no |
499
499
| transferserver\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Transfer Server endpoint | list(string) |`[]`| no |
500
500
| transferserver\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Transfer Server endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
501
+
| use\_az\_ids | Whether to use availability zone ids | bool |`"false"`| no |
501
502
| vpc\_endpoint\_tags | Additional tags for the VPC Endpoints | map(string) |`{}`| no |
502
503
| vpc\_tags | Additional tags for the VPC | map(string) |`{}`| no |
503
504
| vpn\_gateway\_id | ID of VPN Gateway to attach to the VPC | string |`""`| no |
0 commit comments