-
Notifications
You must be signed in to change notification settings - Fork 60
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add registry variable #243
Conversation
/test standalone-mounted-disk ✅ Terraform Azure Standalone Mounted Disk (FDO) - Test Report
|
/test public-active-active ✅ Terraform Azure Public Active/Active (FDO) - Test Report
|
/test private-tcp-active-active ✅ Terraform Azure Private TCP Active/Active (FDO) - Test Report
|
/test standalone-external ❌ Terraform Azure Standalone External (FDO) - Test Report
|
/destroy standalone-external ✅ Terraform Azure Standalone External (FDO) - Destruction Report
|
/destroy private-active-active ✅ Terraform Azure Private Active/Active (FDO) - Destruction Report
|
/test private-active-active ✅ Terraform Azure Private Active/Active (FDO) - Test Report
|
Background
Jira TF-10844
This branch updates the module to use the docker login changes introduced in hashicorp/terraform-random-tfe-utility#137.
All module tests are updated to accommodate this change.
(I also took the liberty to alphabetize and a couple of small clean up tasks while I was in there.)
TODO:
main
How Has This Been Tested
FDO tests have been run in comments below. (The one failed destroy was just an Azure bug.)
Also, I successfully ran this locally with the
local.registry
value beingimages.releases.hashicorp.com
.