Skip to content

Commit

Permalink
Delete unused workflows, add new example
Browse files Browse the repository at this point in the history
  • Loading branch information
joeldenning committed Nov 23, 2024
1 parent b9b11cd commit d219d4f
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 86 deletions.
21 changes: 0 additions & 21 deletions .github/workflows/issue-comment-triage.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/lock.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/release.yml

This file was deleted.

6 changes: 3 additions & 3 deletions examples/provider-install-verification/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ data "single_spa_mfe" "root_config" {
layout = true
}

output "initial_files" {
value = data.single_spa_mfe.root_config.initial_files
}
# output "initial_files" {
# value = data.single_spa_mfe.root_config.initial_files
# }

# module "root-config" {
# source = "single-spa/terraform-single-spa-modules/github_mfe"
Expand Down

0 comments on commit d219d4f

Please sign in to comment.