Skip to content

Commit

Permalink
chore: disable pr triggers for now, make resource change to test apply
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran committed Aug 25, 2023
1 parent 840cea5 commit 259e7ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions experiment/experiment-pipeline.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
trigger:
# automatically runs on pull requests
# https://docs.microsoft.com/en-us/azure/devops/pipelines/repos/github?view=azure-devops&tabs=yaml#pr-triggers
pr: none
branches:
include:
- dev
Expand Down
5 changes: 5 additions & 0 deletions experiment/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ terraform {
provider "azurerm" {
features {}
}

resource "azurerm_resource_group" "rg" {
name = "myTFResourceGroup"
location = "westus2"
}

0 comments on commit 259e7ec

Please sign in to comment.