Skip to content

Commit

Permalink
Merge pull request #512 from hashicorp/fix-tf-vars
Browse files Browse the repository at this point in the history
Added artifactory variables to module definition
  • Loading branch information
brandonc committed Aug 24, 2022
2 parents c99e2dc + ccaa811 commit 9566777
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tflocal/main.tf
Expand Up @@ -14,6 +14,8 @@ module "tflocal" {
ejson_file_content = var.ejson_file_content
quay_username = var.quay_username
quay_password = var.quay_password
artifactory_username = var.artifactory_username
artifactory_token = var.artifactory_token
run_cleanup_script = var.run_cleanup_script
env = var.env

Expand Down

0 comments on commit 9566777

Please sign in to comment.