Skip to content

Commit

Permalink
Merge pull request #265 from aztfmod/patch.launchpad
Browse files Browse the repository at this point in the history
Do not configure remote backend for launchpad
  • Loading branch information
arnaudlh authored Jun 14, 2022
2 parents 28f3e85 + bfa2064 commit 927457d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scripts/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -695,7 +695,9 @@ function deploy {
migrate
;;
*)
tfstate_configure ${gitops_terraform_backend_type}
if [ "${caf_command}" != "launchpad" ]; then
tfstate_configure ${gitops_terraform_backend_type}
fi

if [ "${gitops_terraform_backend_type}" = "azurerm" ]; then
deploy_azurerm
Expand Down

0 comments on commit 927457d

Please sign in to comment.