Update Variable with New Value in Terraform in Git Bash on Windows - DevPops-Inc/windows GitHub Wiki
• Type terraform apply -var ‘< variable name >=< new value >’
and press the Enter key apply the configuration but with a new value for the variable.
•