close
Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Filter by
Sorted by
Tagged with
Filter by Employee ID
Score of 0
2 answers
93 views

When building an XML string in Terraform like this <set-header name="ApiKey" exists-action="override"> <value>${var.my_key}</value> </set-header> I ...
Score of -1
1 answer
97 views

So, I am trying to create a scheduled azurerm_container_registry_task with latest terraform, and testing it by running it immediately from cloud shell. resource "azurerm_container_registry_task&...
Score of -1
1 answer
87 views

I am getting the following error: module.azure-prdsvc-terraform-roleassignment.azurerm_role_assignment.this: Creating... ╷ │ Error: unexpected status 409 (409 Conflict) with error: ...
Best practices
0 votes
2 replies
80 views

I have been working on a project to automate the AWS infrastructure with Terraform. Initially, I created two folders (bootstrap and live). Below is the Bootstrap folder structure. enter image ...
Advice
0 votes
0 replies
113 views

Microsoft Foundry has a tool called Content Understanding which is part of the so-called Foundry Tools. I'm managing my infrastructure via Terraform. However, I'm struggling to configure Content ...
Score of 0
1 answer
138 views

I am trying to create a databricks_rfa_access_request_destinations resource in Terraform, but I'm encountering an error: provider_config is not a supported block. My goal is to dynamically assign a ...
Score of 0
2 answers
72 views

I am using the following snipplet to create a simple vm on libvirt libvirt = { source = "dmacvicar/libvirt" version = "~> 0.9.7" } ..... resource "...
Score of 0
1 answer
75 views

Environment: Terraform 1.14, archive provider 2.7.1 I have a Lambda packaging pipeline in Terraform where: null_resource runs a local-exec provisioner to pip install Python dependencies into a build ...
Best practices
0 votes
2 replies
105 views

At work we use Google Cloud Run (a wrapper around Knative). All our infrastructure is provisioned via Terraform. We provision a Cloud Run service via Terraform in the following way: resource "...
Advice
0 votes
1 replies
58 views

I am using terraform and helm to deploy a container using a framework setup by another team. I would like to access one if the terraform variables and put it in an environment variable for the service ...
Score of -2
1 answer
98 views

I am trying to add pci devices in a loop in Terraform. It looks like only the laast entry in the list is added. I have as variables: proxmox: add_pci_devices: ...
Score of 0
1 answer
89 views

I have following tagging policy defined, it's deployed to the org management account: resource "aws_organizations_policy" "poc_tag_policy" { name = "OrganizationPOCTagPolicy&...
Score of -1
1 answer
96 views

In Terraform/OpenTofu/HCL does every resource allow the arguments (specified in the resource block) to be accessed as attributes (by other dependant resources)? If so, does Terraform/OpenTofu still ...
Best practices
0 votes
1 replies
46 views

I’m developing a Terraform provider using the Terraform Plugin Framework and generating docs with terraform-plugin-docs. The documents generate correctly, but I’m trying to avoid manually duplicating ...
Score of -1
1 answer
103 views

I have a map of objects, and I want to filter the objects into a new map based on another variable. I think this should be fairly simple, but I get an error when using merge (which I assumed would be ...

15 30 50 per page
1
2 3 4 5
1347