sourcehut
Log in
—
Register
~damien
/
infrastructure
summary
tree
log
refs
infrastructure
/
terraform
/Makefile
-rw-r--r--
55 bytes
View
Log
Blame
View raw
41e11f7d
— Damien Radtke Use blue-green terraform strategy for cluster upgrades
2 months ago
1
2
format
:
find . -name
'*.tf'
-exec terraform fmt
{}
\;