Skip to content

Commit a3fbf13

Browse files
committed
test
1 parent 478d6ca commit a3fbf13

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/test-e2e.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,10 @@ jobs:
4040
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
4141
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
4242
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
43+
44+
- name: Destroy environment
45+
run: azd down --force --purge
46+
env:
47+
AZURE_ENV_NAME: ${{ vars.AZURE_ENV_NAME }}
48+
AZURE_LOCATION: ${{ vars.AZURE_LOCATION }}
49+
AZURE_SUBSCRIPTION_ID: ${{ secrets.AZURE_SUBSCRIPTION_ID }}

infra/terraform/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ resource "azurerm_resource_group" "example" {
8484
}
8585

8686
resource "azuread_group" "example" {
87-
display_name = "my_group"
87+
display_name = "AKS Store Demo App"
8888
security_enabled = true
8989
}
9090

0 commit comments

Comments
 (0)