File tree 2 files changed +12
-0
lines changed
docs/admin/templates/extending-templates
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,8 @@ permissions:
16
16
jobs :
17
17
check-docs :
18
18
runs-on : ubuntu-latest
19
+ permissions :
20
+ pull-requests : write # required to post PR review comments by the action
19
21
steps :
20
22
- name : Harden Runner
21
23
uses : step-security/harden-runner@91182cccc01eb5e619899d80e4e971d6181294a7 # v2.10.1
Original file line number Diff line number Diff line change @@ -42,6 +42,16 @@ environments:
42
42
- [ Amazon Web Services] ( https://registry.terraform.io/providers/hashicorp/aws/latest/docs )
43
43
- [ Microsoft Azure] ( https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs )
44
44
- [ Kubernetes] ( https://registry.terraform.io/providers/hashicorp/kubernetes/latest/docs )
45
+ - [ Docker] ( https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs )
46
+
47
+ ## Use a remote Docker host for authentication
48
+
49
+ There are two ways to use a remote Docker host for authentication:
50
+
51
+ - Configure the Docker provider to use a
52
+ [ remote host over SSH or TCP] ( https://registry.terraform.io/providers/kreuzwerker/docker/latest/docs#remote-hosts ) .
53
+ - Run an [ external provisioner] ( ../../provisioners.md ) on the remote docker
54
+ host.
45
55
46
56
Other providers might also support authenticated environments. Check the
47
57
[ documentation of the Terraform provider] ( https://registry.terraform.io/browse/providers )
You can’t perform that action at this time.
0 commit comments