Skip to content

Commit 59e62db

Browse files
committed
linting
1 parent c1ee1df commit 59e62db

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

docs/data-sources/runner_profile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ A data source to read waypoint runner profiles
1717

1818
### Required
1919

20-
- `id` (String) ID of runner profile.
20+
- `id` (String) Computed ID of runner profile.
2121

2222
### Read-Only
2323

examples/resources/runner_profile_target_labels/resource.tf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
resource "waypoint_runner_profile" "target_id" {
2-
profile_name = "summer"
3-
oci_url = "hashicorp/waypoint-odr:latest"
4-
plugin_type = "docker"
5-
default = true
2+
profile_name = "summer"
3+
oci_url = "hashicorp/waypoint-odr:latest"
4+
plugin_type = "docker"
5+
default = true
66
target_runner_labels = {
77
app = "payments"
88
}

0 commit comments

Comments
 (0)