Skip to content

Commit 8e7e2e5

Browse files
committed
feat: use Terraform for infrastructure description.
Implemented in the following commits: - 45b9537 - 2bd8d05 - 92b74da - 0e8a7f1 - 57b196d - cc0c59c - 65d12fc Fix #1000 [skip ci]
1 parent 3065953 commit 8e7e2e5

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

NEWS.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
- (feature) add support for Ukrainian hryvnia
33
- (feature) add support for Belarusian ruble
44
- (feature) a request that failed to download a file, can be retried
5-
- (infrastructure) Migrate to Spring Boot 2
5+
- (infrastructure) migrate to Spring Boot 2
6+
- (infrastructure) apply infrastructure-as-code approach with Terraform
67

78
0.4.2
89
- (feature) users can add multiple instances of a series into a collection

infra/terraform/my-stamps.tf

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# @todo #1000 CI: validate and check Terraform configuration
2+
# @todo #1000 Terraform: add UptimeRobot
3+
# @todo #1000 Terraform: add Mailgun
24

35
variable "do_token" {}
46

0 commit comments

Comments
 (0)