Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3348302
D12862.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D12862.diff
View Options
diff --git a/services/terraform/self-host/variables.tf b/services/terraform/self-host/variables.tf
--- a/services/terraform/self-host/variables.tf
+++ b/services/terraform/self-host/variables.tf
@@ -14,13 +14,13 @@
}
variable "region" {
- description = "The AWS region to deploy your keyserver in"
+ description = "Keyserver's AWS deployment region"
type = string
default = "us-west-1"
}
variable "allowed_ips" {
- description = "List of allowed ipv4 addresses"
+ description = "List of IPv4 addresses always allowed access to keyserver load balancer and MariaDB"
type = list(string)
}
@@ -29,19 +29,19 @@
}
variable "availability_zone_1" {
- description = "First availability zone for vpc subnet if user created vpc"
+ description = "First availability zone for vpc subnet if user-created vpc"
type = string
default = "us-west-1b"
}
variable "availability_zone_2" {
- description = "Second availability zone for vpc subnet if user created vpc"
+ description = "Second availability zone for vpc subnet if user-created vpc"
type = string
default = "us-west-1c"
}
variable "db_instance_class" {
- description = "The instance class for the MariaDB RDS instance"
+ description = "The instance class for MariaDB RDS"
type = string
default = "db.t4g.medium"
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 23, 2:24 PM (15 h, 29 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2571142
Default Alt Text
D12862.diff (1 KB)
Attached To
Mode
D12862: [terraform] update variables.tf self-host descriptions
Attached
Detach File
Event Timeline
Log In to Comment