converter

hacomono/converter/time

Terraform Module HCL TIME

時間とTimezoneを指定して実行すると望んだTimezoneで様々な形式で返す

Install
module "converter" {
source = "hacomono/converter/time"
version = "1.4.1"
}
plain text: /constructs/tfmod-hacomono-converter-time/install.txt
⭐ Source on GitHub 📦 Registry page
README

terraform-time-converter このリポジトリは時間とTimezoneを指定して実行すると望んだTimezoneで様々な形式で返してくれるModuleです。 実行環境 - terraform-docs - version v0.16.0 1f686b1 darwin/amd64 - go - go1.17.5 darwin/amd64 - pre-commit - pre-commit 2.16.0 環境構築 `` $ pre-commit install $ yarn install $ yarn husky init $ yarn husky install ` Usage: ` module "time_converter" { source = "git@github.com:hacomono/terraform-time-converter.git" timezone = "Asia/Tokyo" datetime = "2022-11-22 12:00:00" } output "time_converter" { value = module.time_converter } ` outputs: ` time_converter = { "cron" = "0 3 22 11 " "cron_event_bridge" = "0 3 22 11 ? 2022" "cron_year" = "0 3 22 11 2022" "iso8601" = "2022-11-22T03:00:00+09:00" "no_symbol" = "20221122120000" "rfc1123" = "Tue, 22 Nov 2022 03:00:00 UTC" "rfc2822" = "22 Nov 2022 03:00 UTC" "rfc3339" =

Inputs (2)
NameTypeDescriptionDefault
datetimestring required
timezonestring"UTC"
Outputs (19)
no_symbol — example: 20221122120000
utc_rfc3339 — example: 2022-11-22T03:00:00+00:00
rfc850 — example: 22 Nov 2022 12:00 +0900
rfc1123 — example: Tue, 22 Nov 2022 12:00:00 +0900
utc_rfc850 — example: 22 Nov 2022 03:00 UTC
utc_cron_event_bridge — example: 0 3 22 11 ? 2022
utc_no_symbol — example: 20221122030000
iso8601 — example: 2022-11-22T12:00:00+09:00
rfc3339 — example: 2022-11-22T12:00:00+09:00
cron_year — example: 0 12 22 11 * 2022
cron — example: 0 12 22 11 *
utc_iso8601 — example: 2022-11-22T03:00:00Z
utc_rfc2822 — example: 22 Nov 2022 03:00 UTC
utc_cron_year — example: 0 3 22 11 * 2022
utc_cron — example: 0 3 22 11 *
rfc2822 — example: 22 Nov 2022 12:00 +0900
unix — example: 1669086000
utc_rfc1123 — example: Tue, 22 Nov 2022 03:00:00 UTC
cron_event_bridge — example: 0 12 22 11 ? 2022
Resources (1)
time_static
Details
FrameworkTerraform Module
LanguageHCL
Version1.4.1
Cloud TIME
★ Stars0
Forks0
Total downloads5.0k
Inputs2
Outputs19
Resources1
Namespacehacomono
Updated