Skip to content

Commit ecc566f

Browse files
committed
add: tfrc file
1 parent a6a12ad commit ecc566f

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ironbank/hardening_manifest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ labels:
2323
# Human-readable description of the software packaged in the image
2424
org.opencontainers.image.description: "Coder server binary, includes REST API, Terraform, and dashboard"
2525
# License(s) under which contained software is distributed
26-
org.opencontainers.image.licenses: "APGL"
26+
org.opencontainers.image.licenses: "AGPL"
2727
# URL to find more information on the image
2828
org.opencontainers.image.url: "https://coder.com/docs"
2929
# Name of the distributing entity, organization or individual
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
provider_installation {
2+
filesystem_mirror {
3+
path = "/opt/terraform/plugins"
4+
}
5+
}

0 commit comments

Comments
 (0)