Skip to main content
Filter by
Sorted by
Tagged with
0 votes
1 answer
72 views

I'm creating an automation using terraform and the databricks provider. I set up the databricks provider and with this code i create a service principal and taked the detail of my group resource "...
ImAl3x's user avatar
  • 1
0 votes
1 answer
34 views

I am trying to extract the virtual machine name from this output: output "linux_virtual_machine_names" { description = "The resource id's of all Linux Virtual Machine." value ...
Joly's user avatar
  • 3,326
-1 votes
0 answers
38 views

New to Azure, not to the cloud. I have terraform code provisioned VMSS and it has been running few months okay. Suddenly since last night my VMSS is failing to boot instances. I am not using any ...
aashitvyas's user avatar
  • 1,076
Advice
1 vote
3 replies
59 views

My goal is to schedule a Cron Job using GitHub Actions to destroy and reapply the same resource at specific times — for example, apply at 8 a.m. and destroy at 5 p.m. Based on my research, I would run ...
Coco's user avatar
  • 27
-1 votes
1 answer
58 views

I have a Terraform child module for an Azure Function App. This Function App also implements an Azure Monitor Alert (referenced from another child module) and provisions a set of dedicated Action ...
hitman126's user avatar
  • 969
-3 votes
1 answer
69 views

I am trying to define a list of aws_usage_plans, using a for_each. I am passing in this variable data: usage_plan_configs = { "xsmall" = {"name" = "xsmall", "...
Jason Michael's user avatar
-1 votes
1 answer
45 views

I could use an assist on my opentofu tests Here is a small snippet of my Terraform module resource "aws_cloudfront_distribution" "main" { price_class = "...
jaekie's user avatar
  • 2,321
0 votes
1 answer
102 views

I have a workflow that automatically creates PRs and it needs to bypass the rules that require commits to be signed. I have looked at the Terraform docs for this and a bypass list looks like this: ...
vbnm's user avatar
  • 117
0 votes
1 answer
81 views

I am making cloud9 by terraform according to the article here However this code shows the error like this │ Error: Your query returned no results. Please change your search criteria and try again. │ │...
whitebear's user avatar
  • 12.6k
0 votes
1 answer
67 views

Hi I am working on something very simple I am creating a lambda runtime management config to manage all my lambda. I have around 9 existing ones. resource "aws_lambda_runtime_management_config&...
Tate_87's user avatar
  • 161
0 votes
2 answers
63 views

Before one asks why not change the output to be more friendly or uniform, I would if it came down to it but it will take a lot of effort to change across the board for our environment considering its ...
Deprived.Writer's user avatar
-1 votes
1 answer
94 views

We have a requirement of creating multiple topics and subscriptions inside each individual topics in one service bus namespace, which I am able to do with the following terraform code. for_each = for ...
Devi's user avatar
  • 9
-3 votes
1 answer
136 views

I'm using Terraform and noticed that one of my variables always falls back to its default value, even though I define a different value in a locals block. Here’s what I have in variables.tf: variable &...
Yasin Türk's user avatar
-1 votes
1 answer
95 views

I'm trying to produce an output from a terraform child module which creates a number of subnets based on a variable (which is a map of objects). I create subnets with: resource "aws_subnet" &...
NetRanger's user avatar
-3 votes
1 answer
56 views

terraform.tfvars resource_groups = { app_ops_rg = { name = "rg-{environment}-{project}-{regionalias}-{applicationname}-app" tags = { module = "Test" ...
Sameer Kapoor's user avatar
-1 votes
1 answer
115 views

I'm trying to retrieve a secret from AWS Secrets Manager using a Lambda function, but I’m encountering a timeout error: Response: { "errorMessage": "2025-07-15T13:55:13.645Z 3***8 ...
user15915737's user avatar
-1 votes
1 answer
57 views

So Im trying to deploy some terraform configuration into localstack. Im running it inside WSL so linux based, The problem is that for testing now the configuration in terraform creates an S3 bucket ...
HashtagForgotName's user avatar
0 votes
1 answer
91 views

I have a YAML file structured as follows: alerts: la: la1: description: "la1" severity: 1 resource_counter: "004" enabled: true ma: ma1:...
mystack's user avatar
  • 5,638
-4 votes
1 answer
135 views

I'm attempting to use terraform to deploy a databricks workspace using unity catalog on a completely databricks free empty environment. In order to use unity catalog, I need to create a metadata store ...
James Cooke's user avatar
  • 1,295
-1 votes
2 answers
85 views

I am looking to use the count attribute on a resource to handle some conditionals in terraform. I know that, if count = 0 in a resource, it is null in terraform. What I want to know if that null ...
joedborg's user avatar
  • 18.5k
0 votes
0 answers
41 views

I am currently trying to see the limits of Terraform in deploying configuration in FortiManager and Fortigates. My goal is to beable to implement a webfilter on policies and install those policies and ...
raku's user avatar
  • 1
-2 votes
1 answer
91 views

I am using terraform to create AWS MSK cluster, is it possible to define kafka acls at terraform level or can we use aws cli to add them once cluster is up? I want to automate this and don't want ...
Roobal Jindal's user avatar
-4 votes
1 answer
155 views

I have this error, it shows the error CPU is not correct Error: creating ECS Task Definition (wb_td): ClientException: Invalid 'cpu' setting for task. with this source below. resource "...
whitebear's user avatar
  • 12.6k
-1 votes
1 answer
162 views

azurerm_storage_sync does not return the Principal ID (GUID), but instead returns the standard ID (8 key); however, I need to grant this new Storage Sync Owner access to the Storage Account. How do I ...
Dragonsys's user avatar
1 vote
1 answer
119 views

When putting together a Fault Injection Service experiment in AWS, I want to include all running tasks that are part of an ECS service. Being able to target all tasks in a service is pretty ...
Azhdeen's user avatar
  • 1,646

1
2 3 4 5
405