hashicorp / terraform-azurerm-terraform-enterprise

A Terraform module for deploying Terraform Enterprise on Azure.
Mozilla Public License 2.0
68 stars 61 forks source link

fix active-active value #240

Closed anniehedgpeth closed 12 months ago

anniehedgpeth commented 12 months ago

Background

Jira TF-8610

Just noticed this error that I wanted to fix real quick. It ensures that the operational mode is Active/Active and not external if there are two or more nodes.

How Has This Been Tested

Below there are 10 passing tests, however, some of the destroys failed due to cloud provider issues so it looks messy. Here are the direct links to the passing tests:

FDO

Replicated

anniehedgpeth commented 12 months ago

/test all

:white_check_mark: Terraform Azure Standalone Mounted Disk (FDO) - Test Report

:link: Action Summary Page

:link: Action Summary Page

:link: Action Summary Page

:link: Action Summary Page

:link: Action Summary Page

:link: Action Summary Page

:link: Action Summary Page

:link: Action Summary Page

:link: Action Summary Page

:link: Action Summary Page

anniehedgpeth commented 12 months ago

/destroy standalone-external

:white_check_mark: Terraform Azure Standalone External (FDO) - Destruction Report

:link: Action Summary Page

anniehedgpeth commented 12 months ago

/destroy standalone-external-replicated

:white_check_mark: Terraform Azure Standalone External (Replicated) - Destruction Report

:link: Action Summary Page

anniehedgpeth commented 12 months ago

/test private-active-active

:white_check_mark: Terraform Azure Private Active/Active (FDO) - Test Report

:link: Action Summary Page

anniehedgpeth commented 12 months ago

/test private-tcp-active-active-replicated

:white_check_mark: Terraform Azure Private TCP Active/Active (Replicated) - Test Report

:link: Action Summary Page

anniehedgpeth commented 12 months ago

/test public-active-active

:white_check_mark: Terraform Azure Public Active/Active (FDO) - Test Report

:link: Action Summary Page