Switch to Terraform tab
Click Confirm & Apply then Confirm Plan
Expected Output:
Stay on this screen till the apply completes
Expected Output:
Note the outputs of you Terraform run
Apply complete! Resources: 33 added, 0 changed, 0 destroyed.
Outputs:
MySQL_DB_Name = petclinic
MySQL_Host_IP = X.X.X.X
MySql_Url = jdbc:mysql://X.X.X.X:3306/petclinic
Vault_Server_HTTP_Address = http://X.X.X.X:8200
Vault_Server_Public_IP = X.X.X.X
Web_Server_HTTP_Address = http://X.X.X.X:8080
Web_Server_Public_IP = X.X.X.X