Skatteetaten / terraform-nomad-nifiregistry

1 stars 1 forks source link

Params defined from CLI should also have the option to be defined directly in `main.tf` #40

Open hannemariavister opened 3 years ago

hannemariavister commented 3 years ago

Feature description

The parameters : git_remote_url , git_checkout_branch , git_access_user and git_access_password must be defined by the users from command line for executing the example example/standalone_git. For testing purpose, our users may need the option to define these variables directly in main.tf. This issue changes the code to let the users define these variables from CLI or from main.tf.

Definition of done

When users can define variables git_remote_url , git_checkout_branch , git_access_user and git_access_password from CLI or from main.tf, it is the users decision.

Checklist (after created issue)