Skip to content

Commit

Permalink
Add backstage_version variable to regional variables.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcurtis committed Dec 28, 2024
1 parent 104cc56 commit 4004ac0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions deployments/regional/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ No requirements.

| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| <a name="input_backstage_version"></a> [backstage\_version](#input\_backstage\_version) | The version of the Backstage deployment | `string` | n/a | yes |
| <a name="input_cloud_sql_host_project_id"></a> [cloud\_sql\_host\_project\_id](#input\_cloud\_sql\_host\_project\_id) | Host project ID for the shared VPC | `string` | n/a | yes |
| <a name="input_datadog_api_key"></a> [datadog\_api\_key](#input\_datadog\_api\_key) | Datadog API key | `string` | n/a | yes |
| <a name="input_datadog_app_key"></a> [datadog\_app\_key](#input\_datadog\_app\_key) | Datadog APP key | `string` | n/a | yes |
Expand Down
5 changes: 5 additions & 0 deletions deployments/regional/variables.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
variable "backstage_version" {
description = "The version of the Backstage deployment"
type = string
}

variable "cloud_sql_host_project_id" {
description = "Host project ID for the shared VPC"
type = string
Expand Down

0 comments on commit 4004ac0

Please sign in to comment.