We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f9e8f28 + e3621a9 commit 69149c4Copy full SHA for 69149c4
1 file changed
terraform/deployments/datagovuk-infrastructure/ckan_efs.tf
@@ -23,7 +23,7 @@ resource "aws_security_group_rule" "ckan_efs" {
23
}
24
25
resource "aws_efs_file_system" "ckan_efs" {
26
- creation_token = "blue-assets"
+ creation_token = "ckan-outputs"
27
tags = {
28
"Name" = "ckan"
29
"Description" = "Outputs from CKAN jobs will be stored here."
0 commit comments