command
module
Version:
v0.0.0-...-e66618d
Opens a new window with list of versions in this module.
Published: Nov 7, 2022
License: MIT
Opens a new window with license information.
Imports: 13
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
variable-fixer
About
- terraformの
variables.tf
に対して下記の値を可能な限り自動的に作成します
How to use
./bin/fixer path/to/variables.tf
-
variables.tf
が修正され、元の状態が variables.tf.bak
に退避されるのでdiffを確認
-
terraform plan
で想定通りの結果になることを確認
-
variables.tf.bak
を削除してcommit
How to update
- コンパイル言語なので、コードを修正したらbuildが必要
# version確認
go version
go version go1.18.4 darwin/arm64
# buildして成果物を更新
go build -o bin/fixer .
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.