We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ee1df commit 59e62dbCopy full SHA for 59e62db
docs/data-sources/runner_profile.md
@@ -17,7 +17,7 @@ A data source to read waypoint runner profiles
17
18
### Required
19
20
-- `id` (String) ID of runner profile.
+- `id` (String) Computed ID of runner profile.
21
22
### Read-Only
23
examples/resources/runner_profile_target_labels/resource.tf
@@ -1,8 +1,8 @@
1
resource "waypoint_runner_profile" "target_id" {
2
- profile_name = "summer"
3
- oci_url = "hashicorp/waypoint-odr:latest"
4
- plugin_type = "docker"
5
- default = true
+ profile_name = "summer"
+ oci_url = "hashicorp/waypoint-odr:latest"
+ plugin_type = "docker"
+ default = true
6
target_runner_labels = {
7
app = "payments"
8
}
0 commit comments