Andrew Best
Andrew Best
Can someone explain why this extension would be chosen in preference to the other terraform ADO pipeline extensions? https://marketplace.visualstudio.com/search?term=terraform&target=AzureDevOps&category=Azure%20Pipelines&sortBy=Relevance
Afternoon, FR to allow the dynamic blocks capability to work with resource meta-arguments. ### Current Terraform Version 0.12.20+ ### Use-cases The use case Im trying to implement is a simple...
Per my promise in #813 here is an example of how to assign an AAD Group to an Application
#### Terraform Cloud/Enterprise version * Terraform Cloud #### Terraform version ```plaintext Terraform v1.2.4 on darwin_amd64 + provider registry.terraform.io/hashicorp/azuread v2.22.0 + provider registry.terraform.io/hashicorp/tfe v0.31.0 + provider registry.terraform.io/hashicorp/vault v3.6.0 + provider registry.terraform.io/microsoft/azuredevops...
Evening, I understand that the tfe_oauth_client does not support Bitbucket or Azure DevOps currently. (ref: https://registry.terraform.io/providers/hashicorp/tfe/latest/docs/resources/oauth_client) Im guessing that that is because the functionality doesn't exist in the upstream VCS...
### Terraform Version v0.12.20 ### Affected Resource(s) Please list the resources as a list, for example: - postgresql_schema - postgresql_extension ### Terraform Configuration Files ```hcl // We can create using...
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...
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...