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
| <aname="input_fsxn_svm_name"></a> [fsxn\_svm\_name](#input\_fsxn\_svm\_name)| FSxN storage virtual machine name |`string`|`null`| no |
129
129
| <aname="input_fully_qualified_domain_name"></a> [fully\_qualified\_domain\_name](#input\_fully\_qualified\_domain\_name)| The fully qualified domain name where P4 Server will be available. This is used to generate self-signed certificates on the P4 Server. |`string`|`null`| no |
130
130
| <aname="input_instance_architecture"></a> [instance\_architecture](#input\_instance\_architecture)| The architecture of the P4 Server instance. Allowed values are 'arm64' or 'x86\_64'. |`string`|`"x86_64"`| no |
131
+
| <aname="input_instance_private_ip"></a> [instance\_private\_ip](#input\_instance\_private\_ip)| The private IP address to assign to the P4 Server. |`string`|`null`| no |
131
132
| <aname="input_instance_subnet_id"></a> [instance\_subnet\_id](#input\_instance\_subnet\_id)| The subnet where the P4 Server instance will be deployed. |`string`| n/a | yes |
132
133
| <aname="input_instance_type"></a> [instance\_type](#input\_instance\_type)| The instance type for Perforce P4 Server. Defaults to c6g.large. |`string`|`"c6i.large"`| no |
133
134
| <aname="input_internal"></a> [internal](#input\_internal)| Set this flag to true if you do not want the P4 Server instance to have a public IP. |`bool`|`false`| no |
@@ -140,9 +141,9 @@ No modules.
140
141
| <aname="input_protocol"></a> [protocol](#input\_protocol)| Specify the protocol (NFS or ISCSI) |`string`|`null`| no |
141
142
| <aname="input_selinux"></a> [selinux](#input\_selinux)| Whether to apply SELinux label updates for P4 Server. Don't enable this if SELinux is disabled on your target operating system. |`bool`|`false`| no |
142
143
| <aname="input_storage_type"></a> [storage\_type](#input\_storage\_type)| The type of backing store [EBS, FSxN]|`string`| n/a | yes |
143
-
| <aname="input_super_user_password_secret_arn"></a> [super\_user\_password\_secret\_arn](#input\_super\_user\_password\_secret\_arn)| If you would like to manage your own super user credentials through AWS Secrets Manager provide the ARN for the super user's username here. Otherwise, the default of 'perforce' will be used. |`string`|`null`| no |
144
-
| <aname="input_super_user_username_secret_arn"></a> [super\_user\_username\_secret\_arn](#input\_super\_user\_username\_secret\_arn)| If you would like to manage your own super user credentials through AWS Secrets Manager provide the ARN for the super user's password here. |`string`|`null`| no |
145
-
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to apply to resources. |`map(any)`| <pre>{<br> "IaC": "Terraform",<br> "ModuleBy": "CGD-Toolkit",<br> "ModuleName": "p4-server",<br> "ModuleSource": "https://github.com/aws-games/cloud-game-development-toolkit/tree/main/modules/perforce/terraform-aws-perforce",<br> "RootModuleName": "terraform-aws-perforce"<br>}</pre> | no |
144
+
| <aname="input_super_user_password_secret_arn"></a> [super\_user\_password\_secret\_arn](#input\_super\_user\_password\_secret\_arn)| If you would like to manage your own super user credentials through AWS Secrets Manager provide the ARN for the super user's password here. |`string`|`null`| no |
145
+
| <aname="input_super_user_username_secret_arn"></a> [super\_user\_username\_secret\_arn](#input\_super\_user\_username\_secret\_arn)| If you would like to manage your own super user credentials through AWS Secrets Manager provide the ARN for the super user's username here. Otherwise, the default of 'perforce' will be used. |`string`|`null`| no |
146
+
| <aname="input_tags"></a> [tags](#input\_tags)| Tags to apply to resources. |`map(any)`| <pre>{<br/> "IaC": "Terraform",<br/> "ModuleBy": "CGD-Toolkit",<br/> "ModuleName": "p4-server",<br/> "ModuleSource": "https://github.com/aws-games/cloud-game-development-toolkit/tree/main/modules/perforce/terraform-aws-perforce",<br/> "RootModuleName": "terraform-aws-perforce"<br/>}</pre> | no |
146
147
| <aname="input_unicode"></a> [unicode](#input\_unicode)| Whether to enable Unicode configuration for P4 Server the -xi flag for p4d. Set to true to enable Unicode support. |`bool`|`false`| no |
147
148
| <aname="input_vpc_id"></a> [vpc\_id](#input\_vpc\_id)| The VPC where P4 Server should be deployed |`string`| n/a | yes |
148
149
@@ -156,6 +157,6 @@ No modules.
156
157
| <aname="output_lambda_link_name"></a> [lambda\_link\_name](#output\_lambda\_link\_name)| Lambda function name for the FSxN Link |
157
158
| <aname="output_private_ip"></a> [private\_ip](#output\_private\_ip)| Private IP for the P4 Server instance |
158
159
| <aname="output_security_group_id"></a> [security\_group\_id](#output\_security\_group\_id)| The default security group of your P4 Server instance. |
159
-
| <aname="output_super_user_password_secret_arn"></a> [super\_user\_password\_secret\_arn](#output\_super\_user\_password\_secret\_arn)| The ARN of the AWS Secrets Manager secret holding your P4 Server super user's username. |
160
-
| <aname="output_super_user_username_secret_arn"></a> [super\_user\_username\_secret\_arn](#output\_super\_user\_username\_secret\_arn)| The ARN of the AWS Secrets Manager secret holding your P4 Server super user's password. |
160
+
| <aname="output_super_user_password_secret_arn"></a> [super\_user\_password\_secret\_arn](#output\_super\_user\_password\_secret\_arn)| The ARN of the AWS Secrets Manager secret holding your P4 Server super user's password. |
161
+
| <aname="output_super_user_username_secret_arn"></a> [super\_user\_username\_secret\_arn](#output\_super\_user\_username\_secret\_arn)| The ARN of the AWS Secrets Manager secret holding your P4 Server super user's username. |
0 commit comments