Terraform 構築
customer-baseline顧客環境を構築条件から自動生成します。モジュールを選び、プレビューした HCL を plan・承認のうえ適用します。
構築条件
Cloudflare
WARP 必須
保護アプリへのアクセスに WARP クライアントを要求
Gateway DNS フィルタ
マルウェア/フィッシングの DNS をブロック
デバイスポスチャ
ディスク暗号化チェックを有効化
ブランチ保護
全リポジトリのデフォルトブランチを保護
生成プレビュー
21 行
# 自動生成: novatech / prod
# terraform-runner が AEGIS_CLIENT / AEGIS_ENV を注入して実行する。
include "root" {
path = find_in_parent_folders("root.hcl")
}
terraform {
source = "."
}
# 構築条件(このフォームの入力がそのまま inputs になる)
inputs = {
cloudflare_account_id = get_env("CF_ACCOUNT_ID", "<account_id>")
cloudflare_team_name = "novatech"
protected_domains = ["admin.example.co.jp", "grafana.example.co.jp"]
allowed_email_domains = ["novatech.co.jp"]
google_primary_domain = "novatech.co.jp"
github_billing_email = "it-billing@novatech.co.jp"
}
Terraform プロジェクト
株式会社ノヴァテック・2 件novatech-platform-prod
github.com/novatech/infra-prodドリフト検知本番
cloudflare-zero-trustgoogle-workspace-groupsgcp-networkokta-appmonitoring
最終更新 06/14 07:30
実行履歴
- plan実行中変更なし未実行5時間前
- plan承認待ち+1~1-0未実行 · 42秒1日前
- apply成功+1~1-0実行者: 佐藤 大輔 · 1分18秒6日前
- apply失敗変更なし実行者: 佐藤 大輔 · 15秒9日前
novatech-platform-staging
github.com/novatech/infra-staging適用済みステージング
cloudflare-zero-trustgcp-networkmonitoring
最終更新 06/11 11:00
実行履歴
- apply成功+2~0-0実行者: 中村 由衣 · 1分4秒4日前