Skip to content

Commit

Permalink
feat: Use proper platform flag names
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusz.wojakowski committed Apr 20, 2023
1 parent 13802bd commit 44ffedc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ locals {
helper_options = ["allow_all_server_side_workflows", "terragrunt_atlantis_config", "infracost"]

infracost_parameters = {
github : { token_name : "github-token", environment_variable_name : "GITHUB_TOKEN" },
gitlab : { token_name : "gitlab-token", environment_variable_name : "GITLAB_TOKEN" },
bitbucket : { token_name : "bitbucket-token", environment_variable_name : "BITBUCKET_TOKEN" }
github : { token_name : "gh-token", environment_variable_name : "ATLANTIS_GH_TOKEN" },
gitlab : { token_name : "gitlab-token", environment_variable_name : "ATLANTIS_GITLAB_TOKEN" },
bitbucket : { token_name : "bitbucket-token", environment_variable_name : "ATLANTIS_BITBUCKET_TOKEN" }
}

#Remove all options that are null
Expand Down

0 comments on commit 44ffedc

Please sign in to comment.