Showing posts with label terraform. Show all posts
Showing posts with label terraform. Show all posts

Monday, September 5, 2022

terraform basic commands


terraform init
terraform plan
terraform apply
terraform destroy
terraform refresh
terraform graph
apt install graphviz
terraform graph | dot -Tsvg > graph.svg

Argocd with rollouts examples

examples in My github https://github.com/krishnansai/argocd-rollouts.git ArogoCd with ArgoRollouts Rollouts.yml # This example demonst...