Configure
In your main.tf create 3 local variables.
Update
Use at least one built-in function on each variable to change its value.
Outputs
Create outputs for the values. Although not necessary, but for standardization remember to add your outputs to your outputs.tf file.
Plan/Apply
Run terraform plan
to show the outputs in the terminal. You can also run terraform apply
and that will save the outputs to the Terraform state file.