Skip to content

Commit 76b5370

Browse files
committed
chore: Remove misc files prior to transer
1 parent 14e6275 commit 76b5370

File tree

4 files changed

+3
-113
lines changed

4 files changed

+3
-113
lines changed

.github/CODEOWNERS

Lines changed: 0 additions & 2 deletions
This file was deleted.

.github/CODE_OF_CONDUCT.md

Lines changed: 0 additions & 76 deletions
This file was deleted.

.github/workflows/semantic-releaser.yml

Lines changed: 0 additions & 33 deletions
This file was deleted.

examples/complete/main.tf

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ locals {
77
name = "ex-${replace(basename(path.cwd), "_", "-")}"
88

99
tags = {
10-
Example = local.name
11-
Repository = "https://github.com/clowdhaus/terraform-aws-app-runner"
10+
Name = local.name
11+
Example = "complete"
12+
Repository = "https://github.com/terraform-aws-modules/terraform-aws-app-runner"
1213
}
1314
}
1415

0 commit comments

Comments
 (0)