python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Get resource from symbolic name array in Bicep
In Bicep I am creating an array of origin groups with a for loop. I want to be able to reference specific values in this array as a parent for another resource.
I'm creating the array like this:
var o...
Amateur
Votes: 0
Answers: 2
print terraform output from list of list to a list of strings
I am working with vm deployments over AWS with terraform(v1.0.9) as infrastructure as code. i have Terraform output.tf to print two lan a ips and code prints, list of lists like [["ip_a",],[...
Vinay Gowda
Votes: 0
Answers: 1
Terraform syntax error when using google cloud shell
I got the error when I use the terraform in cloud shell(google cloud)
Terraform version is v1.1.7
It says
Error: Unsupported attribute
│ on main.tf line 75, in resource "google_compute_backend...
kom
Votes: 0
Answers: 0
how to add an additional loop over a stringlist within a for_each
i've setted up multiple github repos within my .tf configuration with a simple for_each on "github" repository resource. In addition i tried to create several branches (a branch per env) for...
Martin Januschke
Votes: 0
Answers: 1