Terraform Multi-Environment
Consistency across multiple environments can be achieved by
tfvars
workspaces
separate repos
In resource definition
left side —> arguments
right side —> values
arguments will not change and values will change based on the environment.
for e...
vijaycodes.hashnode.dev10 min read