File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -11,32 +11,31 @@ locals {
1111 " ansible-role-ksops" ,
1212 " gitops-cluster" ,
1313 " cflan" ,
14- " onion" ,
1514 " terraform-github-repos" ,
1615 " terraform-libvirt-infra" ,
1716 " terraform-runner" ,
1817 " www"
1918 ])
2019 secrets = {
2120 " onion_s3_bucket" = {
22- name = " AWS_S3_BUCKET "
21+ name = " ONION_AWS_S3_BUCKET "
2322 value = data.sops_file.secret_vars.data[" onion_s3_bucket" ]
24- repositories = [" onion " ]
23+ repositories = [" www " ]
2524 }
2625 " onion_aws_region" = {
27- name = " AWS_REGION "
26+ name = " ONION_AWS_REGION "
2827 value = data.sops_file.secret_vars.data[" onion_aws_region" ]
29- repositories = [" onion " ]
28+ repositories = [" www " ]
3029 }
3130 " onion_access_key_id" = {
32- name = " AWS_ACCESS_KEY_ID "
31+ name = " ONION_AWS_ACCESS_KEY_ID "
3332 value = data.sops_file.secret_vars.data[" onion_aws_access_key_id" ]
34- repositories = [" onion " ]
33+ repositories = [" www " ]
3534 }
3635 " onion_secret_access_key" = {
37- name = " AWS_SECRET_ACCESS_KEY "
36+ name = " ONION_AWS_SECRET_ACCESS_KEY "
3837 value = data.sops_file.secret_vars.data[" onion_aws_secret_access_key" ]
39- repositories = [" onion " ]
38+ repositories = [" www " ]
4039 }
4140 " www_s3_bucket" = {
4241 name = " AWS_S3_BUCKET"
You can’t perform that action at this time.
0 commit comments