diff --git a/.github/workflows/checkes.yml b/.github/workflows/checkes.yml index 32cec4f9d3..1d2c9db153 100644 --- a/.github/workflows/checkes.yml +++ b/.github/workflows/checkes.yml @@ -9,7 +9,7 @@ on: - main jobs: - test: + checkers: runs-on: ubuntu-latest steps: - name: Checkout code diff --git a/kubernetes/test-infra/tfproviderdocs/schema.json b/kubernetes/test-infra/tfproviderdocs/schema.json new file mode 100644 index 0000000000..e69de29bb2 diff --git a/website/docs/r/manifest.html.markdown b/website/docs/r/manifest.html.markdown index cd622e2ea9..5001a6456a 100644 --- a/website/docs/r/manifest.html.markdown +++ b/website/docs/r/manifest.html.markdown @@ -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)