Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 703 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 703 Bytes

opentofu-gke-cluster

A opentofu module for GKE clusters.

Dependencies

Name Description
opentofu Infrastructure as Code utility
pre-commit multi-language automated checks

Usage

run:

cat <<EOF > terraform.tfvars
EOF
tofu init
tofu plan
tofu apply

test:

tofu test

check:

pre-commit run