Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
add: tfrc file
  • Loading branch information
ericpaulsen committed Jan 31, 2023
commit ecc566f1831c88438a6ed475705481be36f2c967
2 changes: 1 addition & 1 deletion ironbank/hardening_manifest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ labels:
# Human-readable description of the software packaged in the image
org.opencontainers.image.description: "Coder server binary, includes REST API, Terraform, and dashboard"
# License(s) under which contained software is distributed
org.opencontainers.image.licenses: "APGL"
org.opencontainers.image.licenses: "AGPL"
# URL to find more information on the image
org.opencontainers.image.url: "https://coder.com/docs"
# Name of the distributing entity, organization or individual
Expand Down
5 changes: 5 additions & 0 deletions ironbank/terraform-filesystem-mirror.tfrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
provider_installation {
filesystem_mirror {
path = "/opt/terraform/plugins"
}
}