terraform-azurerm-terraform-enterprise icon indicating copy to clipboard operation
terraform-azurerm-terraform-enterprise copied to clipboard

A Terraform module for deploying Terraform Enterprise on Azure.

Results 17 terraform-azurerm-terraform-enterprise issues
Sort by recently updated
recently updated
newest added

## Background I am Adding PostgreSQL 14 test coverage to the nightly AzureRM scenario by using a custom branch in ptfe-replicated for circleci, to test this out. ** This is...

I just finished a deployment and it is failing to install. It is hanging on healthstatus from a public IP. We don't have public IPs as a workable option in...

### Expected Behavior I should be able to include an intermediate certificate while building a cluster allowing a full tls\ssl chain to be present. Currently using Letsencrypt for a wildcard...

There is currently no mechanism in the module that allows VMs to have customer specific customisation done to them. eg changing a machines timezone. Im sure there are other use...

Evening, Quick Q. Im working on an Azure production deployment stack for TFE using this module. The stack creates the necessary Storage Account and Postgres DB for the production deployment....

Evening, Ran a few deploys today from this module and my fork and none of the primary VMs have any inbound or outbound network connectivity. Other knowns: * SSH access...

I configured the module below using a variable to define the import_key input: ``` module "terraform-enterprise" { source = "hashicorp/terraform-enterprise/azurerm" version = "0.1.0" # insert the 8 required variables here...

Morning, I am in the process of building a pre-prod environment for a customer and trying to get the production grade deployment to build. Can we get the example config...

Due to AzureRM provider bug or feature, the name of the resource is known before it is actually created. Therefore terraform cannot build the dependency tree appropriately and it does...

This change bypasses preflight checks for standalone test cases to resolve an issue with RHEL tests not starting in a timely fashion. ## How Has This Been Tested Standard /test...