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
| <a name="input_kubeconfig_filepath"></a> [kubeconfig\_filepath](#input\_kubeconfig\_filepath) | The path to the kubeconfig file for the Kubernetes cluster. | `string` | n/a | yes |
84
84
| <a name="input_smce_ami_owner_id"></a> [smce\_ami\_owner\_id](#input\_smce\_ami\_owner\_id) | The owner ID of the SMCE AMIs | `string` | `""` | no |
85
-
| <a name="input_aws_owner_id"></a> [aws\_ami\_owner\_id](#input\_aws\_ami\_owner\_id) | The owner ID of the AWS AMI we are using for EKS optimized AMI | `string` | `"602401143452"` | no |
85
+
| <a name="input_aws_ami_owner_id"></a> [aws\_ami\_owner\_id](#input\_aws\_ami\_owner\_id) | The owner ID of the AWS AMI we are using for EKS optimized AMI | `string` | `"602401143452"` | no |
86
86
| <a name="input_ogc_processes_docker_images"></a> [ogc\_processes\_docker\_images](#input\_ogc\_processes\_docker\_images) | Docker images for the associated OGC Processes API services. | <pre>object({<br> ogc_processes_api = object({<br> name = string<br> tag = string<br> })<br> git_sync = object({<br> name = string<br> tag = string<br> })<br> redis = object({<br> name = string<br> tag = string<br> })<br> })</pre> | <pre>{<br> "git_sync": {<br> "name": "registry.k8s.io/git-sync/git-sync",<br> "tag": "v4.2.4"<br> },<br> "ogc_processes_api": {<br> "name": "ghcr.io/unity-sds/unity-sps-ogc-processes-api/unity-sps-ogc-processes-api",<br> "tag": "2.1.0"<br> },<br> "redis": {<br> "name": "redis",<br> "tag": "7.4.0"<br> }<br>}</pre> | no |
87
87
| <a name="input_project"></a> [project](#input\_project) | The project or mission deploying Unity SPS. | `string` | `"unity"` | no |
88
88
| <a name="input_release"></a> [release](#input\_release) | The software release version. | `string` | `"25.3"` | no |
| <aname="input_kubeconfig_filepath"></a> [kubeconfig\_filepath](#input\_kubeconfig\_filepath)| The path to the kubeconfig file for the Kubernetes cluster. |`string`| n/a | yes |
235
235
| <aname="input_smce_ami_owner_id"></a> [smce\_ami\_owner\_id](#input\_smce\_ami\_owner\_id)| The owner ID of the SMCE AMIs |`string`|`""`| no |
236
-
| <aname="input_aws_owner_id"></a> [aws\_ami\_owner\_id](#input\_aws\_ami\_owner\_id)| The owner ID of the AWS AMI we are using for EKS optimized AMI |`string`|`"602401143452"`| no |
236
+
| <aname="input_aws_ami_owner_id"></a> [aws\_ami\_owner\_id](#input\_aws\_ami\_owner\_id)| The owner ID of the AWS AMI we are using for EKS optimized AMI |`string`|`"602401143452"`| no |
237
237
| <aname="input_ogc_processes_docker_images"></a> [ogc\_processes\_docker\_images](#input\_ogc\_processes\_docker\_images)| Docker images for the associated OGC Processes API services. | <pre>object({<br> ogc_processes_api = object({<br> name = string<br> tag = string<br> })<br> git_sync = object({<br> name = string<br> tag = string<br> })<br> redis = object({<br> name = string<br> tag = string<br> })<br> })</pre> | <pre>{<br> "git_sync": {<br> "name": "registry.k8s.io/git-sync/git-sync",<br> "tag": "v4.2.4"<br> },<br> "ogc_processes_api": {<br> "name": "ghcr.io/unity-sds/unity-sps-ogc-processes-api/unity-sps-ogc-processes-api",<br> "tag": "2.0.0"<br> },<br> "redis": {<br> "name": "redis",<br> "tag": "7.4.0"<br> }<br>}</pre> | no |
238
238
| <aname="input_project"></a> [project](#input\_project)| The project or mission deploying Unity SPS. |`string`|`"unity"`| no |
239
239
| <aname="input_release"></a> [release](#input\_release)| The software release version. |`string`|`"25.2"`| no |
0 commit comments