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
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -294,6 +294,8 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
294
294
| elasticloadbalancing\_endpoint\_security\_group\_ids | The ID of one or more security groups to associate with the network interface for Elastic Load Balancing endpoint | list(string) |`[]`| no |
295
295
| elasticloadbalancing\_endpoint\_subnet\_ids | The ID of one or more subnets in which to create a network interface for Elastic Load Balancing endpoint. Only a single subnet within an AZ is supported. If omitted, private subnets will be used. | list(string) |`[]`| no |
296
296
| enable\_apigw\_endpoint | Should be true if you want to provision an api gateway endpoint to the VPC | bool |`"false"`| no |
297
+
| enable\_classiclink | Should be true to enable ClassicLink for the VPC. Only valid in regions and accounts that support EC2 Classic. | bool |`"null"`| no |
298
+
| enable\_classiclink\_dns\_support | Should be true to enable ClassicLink DNS Support for the VPC. Only valid in regions and accounts that support EC2 Classic. | bool |`"null"`| no |
297
299
| enable\_cloudtrail\_endpoint | Should be true if you want to provision a CloudTrail endpoint to the VPC | bool |`"false"`| no |
298
300
| enable\_codebuild\_endpoint | Should be true if you want to provision an Codebuild endpoint to the VPC | string |`"false"`| no |
299
301
| enable\_codecommit\_endpoint | Should be true if you want to provision an Codecommit endpoint to the VPC | string |`"false"`| no |
0 commit comments