Skip to content

Commit

Permalink
Fix linter complains
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Nov 30, 2023
1 parent fe1cf35 commit a98366a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checkes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
- main

jobs:
test:
checkers:
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down
Empty file.
2 changes: 1 addition & 1 deletion website/docs/r/manifest.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ A field path is a string that describes the fully qualified address of a field w
}
```

You can use the [`type()`]() Terraform function to determine the type of a field. With the resource created and present in state, run `terraform console` and then the following command:
You can use the [`type()`](https://developer.hashicorp.com/terraform/language/functions/type) Terraform function to determine the type of a field. With the resource created and present in state, run `terraform console` and then the following command:

```hcl
> type(kubernetes_manifest.my-secret.object.data)
Expand Down

0 comments on commit a98366a

Please sign in to comment.