Skip to content

Commit

Permalink
Merge pull request #40 from deploymenttheory/feat-test
Browse files Browse the repository at this point in the history
tf change, run names set
thejoeker12 authored Nov 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents afe17b7 + fe1c41f commit 7a01e3e
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/demo_1_plan_staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Demo | Workflow 1 - Plan Targetted at Staging
run-name: Speculative Plan at Staging

on:
# Manual trigger options - debug only.
1 change: 1 addition & 0 deletions .github/workflows/demo_2_apply_staging.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Demo | Workflow 2 - Apply Targetted at Staging from Main
run-name: Merge Triggered Apply of Main to Staging

on:

1 change: 1 addition & 0 deletions .github/workflows/demo_3_apply_production_temp.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Demo | Workflow 3 - Apply Targetted at Production from Main
run-name: Tag triggered apply to production

on:
push:
4 changes: 4 additions & 0 deletions workload/terraform/jamfpro/buildings.tf
Original file line number Diff line number Diff line change
@@ -18,4 +18,8 @@ resource "jamfpro_building" "jamfpro_building_004" {

resource "jamfpro_building" "jamfpro_building_005" {
name = "tf-demo-v2-Joseph's House"
}

resource "jamfpro_building" "jamfpro_building_006" {
name = "tf-demo-v2-Joseph's second House"
}

0 comments on commit 7a01e3e

Please sign in to comment.