Skip to content

Commit 715bf4f

Browse files
committed
chore: migrate from tedilabs
1 parent afe75a4 commit 715bf4f

File tree

9 files changed

+25
-479
lines changed

9 files changed

+25
-479
lines changed

.github/labels.yaml

Lines changed: 22 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,22 @@
1-
# Warning
2-
- color: "ee0701"
3-
description: "Categorize to note any change that requires extra attention."
4-
name: ":warning: breaking change"
5-
- color: "ee0701"
6-
description: "Categorize bug reports."
7-
name: ":warning: bug"
8-
- color: "ee0701"
9-
description: "Categorize vulnerability reports."
10-
name: ":warning: vulnerability"
11-
12-
# Task Types
13-
- color: "1d76db"
14-
description: "Improvements or additions to documentation."
15-
name: ":pencil2: documentation"
16-
- color: "1d76db"
17-
description: "A new feature of the project."
18-
name: ":pencil2: feature"
19-
- color: "1d76db"
20-
description: "Any dependency updates, housekeeping, or maintenance work."
21-
name: ":pencil2: maintenance"
22-
23-
# Highlight
24-
- color: "0e8a16"
25-
description: "Good for newcomers."
26-
name: ":fire: good first issue"
27-
- color: "0e8a16"
28-
description: "Extra attention is needed."
29-
name: ":fire: help wanted"
30-
31-
# Cancel
32-
- color: "b60205"
33-
description: "This issue or pull request already exists."
34-
name: ":pray: duplicate"
35-
- color: "b60205"
36-
description: "This issue or pull request is invalid."
37-
name: ":pray: invalid"
38-
- color: "b60205"
39-
description: "This will not be worked on."
40-
name: ":pray: wontfix"
41-
42-
# Size
43-
- color: "cfd3d7"
44-
description: "Extra Small size issue or PR."
45-
name: "size/XS"
46-
- color: "cfd3d7"
47-
description: "Small size issue or PR."
48-
name: "size/S"
49-
- color: "cfd3d7"
50-
description: "Medium size issue or PR."
51-
name: "size/M"
52-
- color: "cfd3d7"
53-
description: "Large size issue or PR."
54-
name: "size/L"
55-
- color: "cfd3d7"
56-
description: "Extra Large size issue or PR."
57-
name: "size/XL"
1+
# Modules
2+
- color: "fbca04"
3+
description: "This issue or pull request is related to cache-policy module."
4+
name: ":floppy_disk: cache-policy"
5+
- color: "fbca04"
6+
description: "This issue or pull request is related to distribution module."
7+
name: ":floppy_disk: distribution"
8+
- color: "fbca04"
9+
description: "This issue or pull request is related to key-value-store module."
10+
name: ":floppy_disk: key-value-store"
11+
- color: "fbca04"
12+
description: "This issue or pull request is related to origin-access-control module."
13+
name: ":floppy_disk: origin-access-control"
14+
- color: "fbca04"
15+
description: "This issue or pull request is related to origin-request-policy module."
16+
name: ":floppy_disk: origin-request-policy"
17+
- color: "fbca04"
18+
description: "This issue or pull request is related to response-headers-policy module."
19+
name: ":floppy_disk: response-headers-policy"
20+
- color: "fbca04"
21+
description: "This issue or pull request is related to vpc-origin module."
22+
name: ":floppy_disk: vpc-origin"

LICENSE

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

README.md

Lines changed: 3 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# terraform-aws-cloudfront
22

3-
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/tedilabs/terraform-aws-cloudfront?color=blue&sort=semver&style=flat-square)
4-
![GitHub](https://img.shields.io/github/license/tedilabs/terraform-aws-cloudfront?color=blue&style=flat-square)
3+
![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/datarize-infra/terraform-aws-cloudfront?color=blue&sort=semver&style=flat-square)
4+
![GitHub](https://img.shields.io/github/license/datarize-infra/terraform-aws-cloudfront?color=blue&style=flat-square)
55
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white&style=flat-square)](https://github.com/pre-commit/pre-commit)
66

77
Terraform module which creates CloudFront related resources on AWS.
@@ -17,7 +17,7 @@ Terraform module which creates CloudFront related resources on AWS.
1717

1818
## Target AWS Services
1919

20-
Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-cloudfront) were written to manage the following AWS Services with Terraform.
20+
Terraform Modules from [this package](https://github.com/datarize-infra/terraform-aws-cloudfront) were written to manage the following AWS Services with Terraform.
2121

2222
- **AWS CloudFront**
2323
- Distribution
@@ -33,23 +33,3 @@ Terraform Modules from [this package](https://github.com/tedilabs/terraform-aws-
3333
- Cache Policy
3434
- Origin Request Policy
3535
- Resposne Headers Policy
36-
37-
38-
## Examples
39-
40-
### CloudFront
41-
42-
- [cloudfront-distribution-simple](./examples/cloudfront-distribution-simple/)
43-
- [cloudfront-policies](./examples/cloudfront-policies/)
44-
45-
46-
## Self Promotion
47-
48-
Like this project? Follow the repository on [GitHub](https://github.com/tedilabs/terraform-aws-cloudfront). And if you're feeling especially charitable, follow **[posquit0](https://github.com/posquit0)** on GitHub.
49-
50-
51-
## License
52-
53-
Provided under the terms of the [Apache License](LICENSE).
54-
55-
Copyright © 2022-2025, [Byungjin Park](https://www.posquit0.com).

examples/cloudfront-distribution-simple/main.tf

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

examples/cloudfront-distribution-simple/outputs.tf

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

examples/cloudfront-distribution-simple/versions.tf

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

0 commit comments

Comments
 (0)