Skatteetaten / terraform-nomad-postgres

Apache License 2.0
8 stars 5 forks source link

Change name of file '01-create_vault_policy_to_read_secrets.yml' #68

Closed claesgill closed 3 years ago

claesgill commented 3 years ago

Current behaviour

In the Github runners we get 403 ACL not found since 01-create_vault_policy_to_read_secrets.yml is executed before 010-wait_for_startup.yml. It need the correct order.

Expected behaviour

Github runners run correct with no errors.

How to reproduce?

See error in pipeline https://github.com/Skatteetaten/terraform-nomad-hive/runs/2094758362?check_suite_focus=true

Suggestion(s)/solution(s) [Optional]

Rename 01-create_vault_policy_to_read_secrets.yml to 100-create_vault_policy_to_read_secrets.yml to make sure it runs in the correct order.

Checklist (after created issue)