Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit 93db3e1

Browse files
committed
ci: fix linting
1 parent 2f9f2f4 commit 93db3e1

File tree

3 files changed

+49
-14
lines changed

3 files changed

+49
-14
lines changed

.cruft.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
11
{
2-
"template": "[email protected]:jlec/cookiecutter-general.git",
3-
"commit": "149d69fa35e5dfcffd750c2f2c5fca9ba9b728eb",
42
"checkout": null,
3+
"commit": "149d69fa35e5dfcffd750c2f2c5fca9ba9b728eb",
54
"context": {
65
"cookiecutter": {
6+
"_copy_without_render": [
7+
"charts/README.md.gotmpl"
8+
],
9+
"_go_app_name": "goer",
10+
"_template": "[email protected]:jlec/cookiecutter-general.git",
711
"email": "[email protected]",
812
"full_name": "Justin Lecher",
913
"github_owner": "jlec",
@@ -16,17 +20,13 @@
1620
"project_support_ansible_playbook": false,
1721
"project_support_ansible_role": false,
1822
"project_support_golang": true,
23+
"project_support_kubernetes": false,
1924
"project_support_nomad": false,
2025
"project_support_packer": false,
2126
"project_support_terraform": true,
22-
"project_support_terraform_module": true,
23-
"project_support_kubernetes": false,
24-
"_copy_without_render": [
25-
"charts/README.md.gotmpl"
26-
],
27-
"_go_app_name": "goer",
28-
"_template": "[email protected]:jlec/cookiecutter-general.git"
27+
"project_support_terraform_module": true
2928
}
3029
},
31-
"directory": null
30+
"directory": null,
31+
"template": "[email protected]:jlec/cookiecutter-general.git"
3232
}

deployment/README.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,39 @@
33
TF provider for Turing PI BMC
44

55
<!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
6+
## Requirements
7+
8+
| Name | Version |
9+
|------|---------|
10+
| <a name="requirement_terraform"></a> [terraform](#requirement\_terraform) | >= 1.4.0 |
11+
| <a name="requirement_tfe"></a> [tfe](#requirement\_tfe) | ~>0.40 |
12+
13+
## Providers
14+
15+
| Name | Version |
16+
|------|---------|
17+
| <a name="provider_tfe"></a> [tfe](#provider\_tfe) | ~>0.40 |
18+
19+
## Modules
20+
21+
No modules.
22+
23+
## Resources
24+
25+
| Name | Type |
26+
|------|------|
27+
| [tfe_registry_module.terraform-module](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/registry_module) | resource |
28+
| [tfe_oauth_client.gh_oauth_token](https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/data-sources/oauth_client) | data source |
29+
30+
## Inputs
31+
32+
| Name | Description | Type | Default | Required |
33+
|------|-------------|------|---------|:--------:|
34+
| <a name="input_tfe_token"></a> [tfe\_token](#input\_tfe\_token) | TFE access for agents | `string` | n/a | yes |
35+
36+
## Outputs
37+
38+
No outputs.
639
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
740

841
## License

terraform-registry-manifest.json

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
2-
"version": 1,
3-
"metadata": {
4-
"protocol_versions": ["6.0"]
5-
}
2+
"metadata": {
3+
"protocol_versions": [
4+
"6.0"
5+
]
6+
},
7+
"version": 1
68
}

0 commit comments

Comments
 (0)