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
Adds test cases TestExamplesPlan and TestExamplesApply, which will plan
and apply every example under /docs/examples. (There's an exception for
db_systems, which needs some work to make runnable using the stardard
set of variables.) The tests ensure that all examples are runnable using
the same set of variables.
In the future we might consider updating this to enable concurrent runs.
Copy file name to clipboardExpand all lines: docs/examples/compute/instance/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@
5
5
# \___/|_| \_/_/ \_\____|_____|_____|
6
6
***
7
7
## Manage an instance
8
-
This example launches an instance into an existing subnet, includes a user-data script in the instance launch, remote executes a command, and outputs the public and private IP address of the instance.
8
+
This example launches an instance, includes a user-data script in the instance launch, remote executes a command, and outputs the public and private IP address of the instance.
9
9
10
10
### Using this example
11
11
* Update env-vars with the required information. Most examples use the same set of environment variables so you only need to do this once.
0 commit comments