You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Back at Terraform Enterprise, find the "Current Run" tab. Click it and you’ll see the merge commit has triggered a plan and it needs confirmation.
218
218
219
-
- Scroll to the bottom of the run and confirm the `plan`. At the bottom of the page you’ll see a place to comment (optional) and click "Confirm & Apply."
220
-
221
-

222
-
223
-
- This will queue a `terraform apply`.
224
-
225
-
Examine the output of `apply` and find the IP address of the new instance. The output looks like what you’ve previously seen in the terminal. Copy the `public_ip` address and paste it into your browser. You'll see the running web application.
226
-
227
-

219
+
- Scroll to the bottom of the run and confirm the `plan`. At the bottom of the page you’ll see a place to comment (optional) and click **"Confirm & Apply."** This will queue a `terraform apply`.
228
220
221
+
Examine the output of `apply` and find the DNS address of the new instance. The output looks like what you’ve previously seen in the terminal. Copy the `public_dns_us_east_2` address and paste it into your browser. You'll see the running web application.
0 commit comments