create templates for terraform files
This commit is contained in:
10
tmp/variables.tf
Normal file
10
tmp/variables.tf
Normal file
@@ -0,0 +1,10 @@
|
||||
variable "matchbox_http_endpoint" {
|
||||
type = string
|
||||
description = "Matchbox HTTP read-only endpoint (e.g. http://matchbox.example.com:8080)"
|
||||
}
|
||||
|
||||
variable "matchbox_rpc_endpoint" {
|
||||
type = string
|
||||
description = "Matchbox gRPC API endpoint, without the protocol (e.g. matchbox.example.com:8081)"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user