this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

build: add tidy target

Change-Id: Iad6dfffaae538d0652c4b49dd8dab394b44e5357

Khue Doan 25b72cdc 0fd58682

+7 -2
+4 -1
Makefile
··· 1 1 .POSIX: 2 - .PHONY: default compose infra platform apps test update 2 + .PHONY: default compose infra platform apps test fmt tidy update 3 3 4 4 env ?= local 5 5 ··· 50 50 cd controller && go fmt ./... 51 51 cd infra/modules/tfstate && go fmt ./... 52 52 cd test && go fmt ./... 53 + 54 + tidy: fmt 55 + cd infra && terragrunt init --backend=false --lock=false --all 53 56 54 57 update: 55 58 nix flake update
+1 -1
infra/modules/bootstrap/vault.tf
··· 67 67 ] 68 68 }] 69 69 tls = [{ 70 - hosts = ["vault.${var.cluster_domain}"] 70 + hosts = ["vault.${var.cluster_domain}"] 71 71 secretName = "vault-tls-certificate" 72 72 }] 73 73 }
+1
infra/production/metal/vn-southwest-1/bootstrap/.terraform.lock.hcl
··· 5 5 version = "7.7.0" 6 6 hashes = [ 7 7 "h1:+M4yB4BNzuZZM7z7seQt4uc8QIqlxzYQF4QwEpy4Fk4=", 8 + "h1:WGIoRpVnntqEhGOLD7OBdppd748UDSdgtuyQzQT9iuI=", 8 9 "zh:1e8447e1086e9bddf8b39153f00367384596cc171ab570195a60a2835c25b546", 9 10 "zh:45e0bf589d1a225e475adcafd120393d0823a11ee1c774457611178cd42015b2", 10 11 "zh:77cae713490a01dcb1b07a1e919ba221555837401b0f8373d5288ba6a9d4c94c",
+1
infra/production/metal/vn-southwest-1/cluster/.terraform.lock.hcl
··· 5 5 version = "7.7.0" 6 6 hashes = [ 7 7 "h1:+M4yB4BNzuZZM7z7seQt4uc8QIqlxzYQF4QwEpy4Fk4=", 8 + "h1:WGIoRpVnntqEhGOLD7OBdppd748UDSdgtuyQzQT9iuI=", 8 9 "zh:1e8447e1086e9bddf8b39153f00367384596cc171ab570195a60a2835c25b546", 9 10 "zh:45e0bf589d1a225e475adcafd120393d0823a11ee1c774457611178cd42015b2", 10 11 "zh:77cae713490a01dcb1b07a1e919ba221555837401b0f8373d5288ba6a9d4c94c",