Skip to content

Commit e3621a9

Browse files
committed
Set the creation token for ckan efs
This needs to be unique on the cluster
1 parent f9e8f28 commit e3621a9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • terraform/deployments/datagovuk-infrastructure

terraform/deployments/datagovuk-infrastructure/ckan_efs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ resource "aws_security_group_rule" "ckan_efs" {
2323
}
2424

2525
resource "aws_efs_file_system" "ckan_efs" {
26-
creation_token = "blue-assets"
26+
creation_token = "ckan-outputs"
2727
tags = {
2828
"Name" = "ckan"
2929
"Description" = "Outputs from CKAN jobs will be stored here."

0 commit comments

Comments
 (0)