Install terraform using asdf version manager
Initialize provider locally
terraform init
Check the execution plan
terraform plan
Apply the changes to reach the desired state
terraform apply
Install terraform using asdf version manager
Initialize provider locally
terraform init
Check the execution plan
terraform plan
Apply the changes to reach the desired state
terraform apply