Skip to content

Commit

Permalink
Adding GitHub Workflows to SAP Deployer
Browse files Browse the repository at this point in the history
  • Loading branch information
readefries committed Mar 26, 2024
1 parent dc84bd0 commit 2365952
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/01-deploy-control-plane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ on:
required: true
type: environment
library:
default: DVD-WEEU-SAP_LIBRARY
default: MGMT-NOEU-SAP_LIBRARY
description: "SAP Library configuration name, use the following syntax: ENV-LOCA-SAP_LIBRARY"
type: choice
options:
- DVD-WEEU-SAP_LIBRARY
- MGMT-NOEU-SAP_LIBRARY
use_webapp:
default: true
description: Deploy the configuration web application infrastructure
Expand Down
2 changes: 2 additions & 0 deletions deploy/terraform/run/sap_landscape/variables_global.tf
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,5 @@ variable "dns_label" {
description = "DNS label"
default = ""
}

variable "naming" { description = "Defines the names for the resources" }

0 comments on commit 2365952

Please sign in to comment.