File tree 1 file changed +20
-14
lines changed
1 file changed +20
-14
lines changed Original file line number Diff line number Diff line change 1
- # TF Cloud
1
+ # Terraform Cloud Organization
2
2
variable "tf_cloud_organization" {
3
- type = string
4
- description = " TF cloud org (Value set in TF cloud )"
3
+ type = string
4
+ description = " Terraform Cloud Organization ( set in GitHub secrets )"
5
5
}
6
- # NIGNX
7
- variable nginx_registry {
8
- type = string
9
- description = " NGINX docker regstery"
10
- default = " private-registry.nginx.com"
6
+
7
+ # NGINX Configuration
8
+ variable "nginx_registry" {
9
+ type = string
10
+ description = " NGINX Docker registry"
11
+ default = " private-registry.nginx.com"
11
12
}
12
- variable nginx_jwt {
13
- type = string
14
- description = " JWT for pulling NGINX image "
15
- # default = "nginx_repo.jwt "
13
+
14
+ variable "nginx_jwt" {
15
+ type = string
16
+ description = " JWT for pulling NGINX image "
16
17
}
18
+
17
19
variable "nginx_pwd" {
18
- default = " none"
20
+ type = string
21
+ description = " Password for NGINX (if required)"
22
+ default = " none"
19
23
}
24
+
25
+ # SSH Key (for potential SSH-based configurations)
20
26
variable "ssh_key" {
21
27
type = string
22
- description = " Unneeded for NAP , only present for warning handling with TF cloud variable set "
28
+ description = " Unneeded for NGINX App Protect , only used for TF Cloud variable warnings "
23
29
}
You can’t perform that action at this time.
0 commit comments