Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
ksatirli committed Jun 15, 2022
1 parent c1ee1df commit 59e62db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/data-sources/runner_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A data source to read waypoint runner profiles

### Required

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

### Read-Only

Expand Down
8 changes: 4 additions & 4 deletions examples/resources/runner_profile_target_labels/resource.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
resource "waypoint_runner_profile" "target_id" {
profile_name = "summer"
oci_url = "hashicorp/waypoint-odr:latest"
plugin_type = "docker"
default = true
profile_name = "summer"
oci_url = "hashicorp/waypoint-odr:latest"
plugin_type = "docker"
default = true
target_runner_labels = {
app = "payments"
}
Expand Down

0 comments on commit 59e62db

Please sign in to comment.