File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ RUN mkdir -p /opt/terraform/plugins
51
51
ADD filesystem-mirror-example.tfrc /opt/terraform/config.tfrc
52
52
53
53
# Optionally, we can "seed" the filesystem mirror with common providers.
54
- # Coder and Docker. Comment out lines 37-47 if you plan on only using a
54
+ # Coder and Docker. Comment out lines 40-49 if you plan on only using a
55
55
# volume or network mirror:
56
56
RUN mkdir -p /opt/terraform/plugins/registry.terraform.io
57
57
WORKDIR /opt/terraform/plugins/registry.terraform.io
@@ -70,7 +70,7 @@ WORKDIR /home/coder
70
70
# Option 2) Use a network mirror.
71
71
# https://developer.hashicorp.com/terraform/cli/config/config-file#network_mirror
72
72
73
- # Be sure uncomment line 56 and edit network-mirror-example.tfrc to
73
+ # Be sure uncomment line 60 and edit network-mirror-example.tfrc to
74
74
# specify the HTTPS base URL of your mirror.
75
75
76
76
# ADD network-mirror-example.tfrc /opt/terraform/config.tfrc
@@ -122,7 +122,7 @@ services:
122
122
coder :
123
123
image : registry.example.com/coder:latest
124
124
volumes :
125
- - ./plugins:/opt/registry. terraform.io
125
+ - ./plugins:/opt/terraform/plugins
126
126
# ...
127
127
database :
128
128
image : registry.example.com/postgres:13
You can’t perform that action at this time.
0 commit comments