You can see from the message above that Terraform states that nothing changed (0 added, 0 changed, 0 destroyed.). You then see Outputs: under which Terraform prints out the values of all of the outputs you have defined. We defined a single output with the identifier message and gave it the value Hello world, so that is what Terraform printed.